Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / December 2005

Tip: Looking for answers? Try searching our database.

loading and starting webapp

Thread view: 
pvsnmp@yahoo.com - 15 Dec 2005 10:33 GMT
Hi,
I would like to know what is the practical meaning of loading an
application and starting an application in the context of Tomcat. What
actually happens inside tomcat and memory when these two events are
carried out?

rgds,
Prashant
HalcyonWild - 15 Dec 2005 13:04 GMT
> Hi,
> I would like to know what is the practical meaning of loading an
> application and starting an application in the context of Tomcat. What
> actually happens inside tomcat and memory when these two events are
> carried out?

Loading and starting. .. well the general term used is deploying an
application. It will take too  many lines to post here, to explain what
happens. In short, you may understand it this way:

1. To deploy an application in Tomcat, you create a folder inside the
webapps folder in the tomcat install dir. That folder is now the
context root of your application.
eg. c:\tomcat\webapps\myApp
2. inside myApp, there should be a folder called WEB-INF, which should
have web.xml file. (deployment descriptor). And the class files should
be present as per the package hierarchy inside WEB-INF/classes.

Search google for deployment descriptor and deploying in tomcat. Also
search for web application structure in tomcat.


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.