aspose file tools
The moose likes Tomcat and the fly likes Two web applications deployed on tomcat server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Two web applications deployed on tomcat server" Watch "Two web applications deployed on tomcat server" New topic
Author

Two web applications deployed on tomcat server

kirankumar badaboina
Greenhorn

Joined: May 30, 2006
Posts: 5
Hi,
I am new to Servlets/JSP. Have started learning them recently. I have developed one simple web app using servlets and JSPs. I am able to access the app using http:/localhost:8080/COFFE/Form.html.

Later I have developed and deployed an another simple web app on same server. I am not able to access the second web app using http:/localhost:8080/Album/..

Please let me know the reason why I am not able to access the second web app. Is that the port number changes for second web app from 8080 to something else. If that is the case how can I find out the port number for the second web app.

It might sounds silly for java experts but I am unable to figure out the problem. Please help me out.

Thanks
Kiran.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56168
    
  13

No, the port number is the same.

How did you set up the new context? Without that, we can't do much to help you.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
kirankumar badaboina
Greenhorn

Joined: May 30, 2006
Posts: 5
Thank you so much
Its working now..am able to access it...
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Two web applications deployed on tomcat server
 
Similar Threads
Getting Error Starting Tomcat
problem in Struts2 while running an application
How to Configure Apache HTTp Server with Tomcat
tomcat 3.2 and invoking a servlet
JSP relative link/path problem