cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment of an .ear project on J2EE Engine and viewing it on browser.

Former Member
0 Kudos

Hello All,

I want to have a JSP application on my WAS, so that by just providing the url it would be accessible with any browser.For that I have created a web module project containg JSP and then created an enterprise project containing this web module.

Then I have created an .ear file out of that and deployed it on the J2EE server.

Now if I want to access the corresponding JSP through any browser , then what more needs to be done?

With which URL , can I view the desired JSP on browser because nowhere we have not mentioned any url in the above process .

Edited by: Abhivyakti Srivastava on Feb 14, 2008 2:13 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi, Abhivyakti,

Usually, you use the following URL to run the deployed JSP through a browser:

http://<IP_or_host>:<port>/<WEB_project_name>/index.jsp

<IP_or_host> is the IP/host address of the machine, where your application server is running.

<port> is the HTTP port of the ICM of your application server - you can check the port in the SAP Management Console.

<WEB_project_name> is clear, I think.

Hope that helps!

Regards,

Yordan

Former Member
0 Kudos

Hi Yordon ,

Thanks alot.Link is getting opened with the the path u suggested.

Thanks & Regards,

Abhivyakti

Answers (0)