This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Tomcat and the fly likes Deploying of application in tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Deploying of application in tomcat" Watch "Deploying of application in tomcat" New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Deploying of application in tomcat
 
Similar Threads
Integrating Eclipse 3.4 and WebSphere 6.1
Stop/Start Tomcat within eclipse
java.lang.IllegalArgumentException: input == null!
Tomcat IllegalAccessError!!!!
struts2-core-2.0.14 jar is not getting deleted when application is undeployed