cancel
Showing results for 
Search instead for 
Did you mean: 

how to see a jsp page

Former Member
0 Kudos

Hi,

I was able to deploy an ear file with a war and jsp to my server

Message Server Host = vm2003server

Message Server Port = 3601

Context Root = JSPTest

Now I'm trying to open the page in

http://vm2003server:3601/JSPtest/test.jsp

But there is nothing...

What is wrong ?

Accepted Solutions (1)

Accepted Solutions (1)

suresh_krishnamoorthy
Active Contributor
0 Kudos

Hi Jose,

We have to invoke like this:

http://<host>:50000/<contextRoot>/<Name_of_JSP.jsp>;

Check this link: [Creating Your First J2EE Application|http://help.sap.com/saphelp_nw04/helpdata/en/7d/cf0c8abcc34594ba9d3bbd5dd22155/frameset.htm]

Regards, Suresh KB

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, Jose,

You are using a wrong port.

For web access, you need the HTTP port of the ICM of your server. You can check it in the SAP Management Console.

Regards,

Yordan