Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Accessing objects in Jsp

  Asked By: Lloyd    Date: Jan 05    Category: Java    Views: 831
  

Iam using Tomcat as my web server.I have to webapp say test1 and test2 in
the webapps folder.
Each having one jsp file.Say test1.jsp and test2.jsp.

Now Iam creating an object in the test1.jsp ie., the first webapp.

Now how can I access the object in the test2.jsp ie., the second webapp.

Remember both are diffrent web applications deployed in the same server.

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Vilhelm Fischer     Answered On: Jan 05

Can you specify the type of object? I think in general we can not access
unless include that path/filename.

 
Answer #2    Answered By: Kyle Fox     Answered On: Jan 05

As the email suggest that you are using Tomcat as your
web server  ,
I am also starting to use it , but dont know several
steps to launch a servlet from webserver

 
Didn't find what you were looking for? Find more on Accessing objects in Jsp Or get search suggestion and latest updates.




Tagged: