| Author |
Deploying of application in tomcat
|
Shivangi Joshi
Greenhorn
Joined: Jun 01, 2007
Posts: 23
|
|
Hi,
I have genearted an application using Servlets in Eclipse.
But when i Copy the Same application in Tomcats Webapps Directory i Am not able to generate the Same output.AS It cannot find the Deployed Servelt Page in the Specified Application....Is there any different procedure for Deploying from Eclipse to Tomcat Server as i Am using two tomcat servers one which is being used with Eclipse (as a part ofExadel Studio plugin)
Moreover How I can make my Application As a default Application(i.e make it the First application can Container should find & Load)
in Tomcat Server.
|
 |
Omar Al Kababji
Ranch Hand
Joined: Jan 13, 2009
Posts: 357
|
|
for the first problem you have to check your WAR structures if it is correct, if there is a web.xml ... etc.
to make it the default application you have to name it ROOT
|
Omar Al Kababji - Electrical & Computer Engineer
[SCJP - 90% - Story] [SCWCD - 94% - Story] [SCBCD - 80% - Story] | My Blog
|
 |
 |
|
|
subject: Deploying of application in tomcat
|
|
|