aspose file tools
The moose likes Tomcat and the fly likes How to deploy project folder on tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "How to deploy project folder on tomcat" Watch "How to deploy project folder on tomcat" New topic
Author

How to deploy project folder on tomcat

Harshal Gurav
Ranch Hand

Joined: May 29, 2008
Posts: 150
Hi,
I have the application folder containing jsp code, css style sheet in respective subfolder. my application uses MySql as database driver.
can any body help me in deploying that application on tomcat with necessary initial setting
Thanks
Harshal Gurav
Ranch Hand

Joined: May 29, 2008
Posts: 150
can any body help me?
Regards
Harshal
Sagar Rohankar
Ranch Hand

Joined: Feb 19, 2008
Posts: 2896
    
    1

Put that application folder into /webapps folder of tomcat directory ..
Restart the tomcat and hit the URL as http://localhost:8080/folder-name-u-pasted-in-webapps/


[LEARNING bLOG] | [Freelance Web Designer] | [and "Rohan" is part of my surname]
 
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: How to deploy project folder on tomcat
 
Similar Threads
how to run jsp file in tomcat
How to set application context path in server.xml
Deleting the WAR file in Tomcat
first program error, something is missing
Tomcat Question