cancel
Showing results for 
Search instead for 
Did you mean: 

How to access the deployed web application?

Former Member
0 Kudos

Hi All,

I created an Enterprise Application Project in the NWDS and imported the war file of a web application. I then deployed the EAR file through the enterprise application project into the CE7.1 server. Now, i am able to see my deployed application listed out in Java EE applications.

But i don't know how to access the application. Is it possible to get the information on how to access the application from the server?

Thanks & Regards,

Venkat

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, Venkat,

Please, see [THIS|] thread.

- If you implemented the interface of your application as a JSP, you access the application as described there.

- In case you do not use a JSP, but only a servlet, you use the servlet class name in the URL instead of index.jsp.

Hope that helps!

Regards,

Yordan

Former Member
0 Kudos

Hi,

Thank you for the reply.

I was trying the same way as it is given in that link. But still my application was not coming up.

But i then found it was because of some other problem and my application was not deployed properly.

Thank you once again.

Regards,

Venkat