Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

communication between 2 different ear files

Status
Not open for further replies.

bjmf

Programmer
Jul 22, 2002
3
ES
Is possible to call one jsp from another jsp, if both are located at separated ear files?
 
Hi,

use your Administrative Console and chage the "module visibility" property of your appropriate application server to "server". That way modules of one application should be able to access modules of another one.

Kind regards,
Gunnar
 
Hi. Thanks by the response.
Change "module visibility" works with communication between .class files, but the problem is when we try to communicate 2 differents jsp. The other jsp is located at a different context root and I don't know how to write a URL out of the current context root. For example with an include jsp statement it is needed.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top