cancel
Showing results for 
Search instead for 
Did you mean: 

Tomcat to Web AS

Former Member
0 Kudos

I have deployed my ear file and started the application using the Deploy Tool.

When i try to access the index.jsp page using the link:

http://localhost:50000/max/index.jsp i get the error as below:

<b>The request can't be processed.

Details: Cannot load the requested servlet [max/servlet/jsp.index].</b>

My folder structure seems to be fine and correctly installed under sap.com.

Is there a problem with the path or some other configuration issue needs to be resolved?

Thanks

Ravi

Accepted Solutions (0)

Answers (1)

Answers (1)

Benny
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

as far as I remember it is the name of the WAR file. I'm not sure if you can change that through descriptors, but that may possible.

And you want to know why I don't need to know anymore? Because I'm using NetWeaver developer Studio that does all of that for me. Go and try.

Regards,

Benny

Former Member
0 Kudos

Hi Benny , The name of my war file is max and the folder structure seems to be fine . Why am i not able to access my index.jsp page . Is there a problem using the deploy tool to deploy my applications ? Do i have to use the Netweaver Studio ? I did not quite understand what you were trying to say .

Thanks

Ravi

Former Member
0 Kudos

Can anyone help me with my question above ?

Thanks

Ravi

Benny
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ravi,

The studio is definitely the better tool, that's what I want to say.

But it shopuld work of course also with Deploy Tool. However, we now need to check where you get lost. There are three possible entry points: The name of the application could be your war files name, the ear files name or it is defined in the descriptors. Did you define the application name there somewhere?

And please check what happens if you only call the path (without calling index.jsp).

Oh yes, another tip:

it seems to search your jsp under /servlet, which means the server may think this is a servlet already. May be you wrote something like that into the descriptors too? Please check those areas.

Regards,

Benny

Former Member
0 Kudos

Hi Benny , Thanks for the reply . Managed to sort out the problem . Our paths had been set to use our apps within tomcat so needed to change some of the paths in the Propertyfiles . Now applications are working fine.

I had one more question .

We use the link as : http://<ServerName>:50000/max/ to access our application . Is there any way we can make it run without the port number in the URL as in : http://<ServerName>/max/

Thanks

Ravi

Benny
Product and Topic Expert
Product and Topic Expert
0 Kudos

Well, by vhanging the port. That is done from Visual Admin for the HTTP Service. It's one of those properties there.

regards,

Benny

Former Member
0 Kudos

Thanks a lot Benny.

Ravi