| 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
|
|
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...
|
 |
 |
|
|
subject: Two web applications deployed on tomcat server
|
|
|