Hi

you have to add new web application in tomcat ,you have to cong the
server.xml file stored in
jakarta-tomcat\conf\

suppose i want to add new project named as "kanojia" then following is the
setting
in server.xml file

<Context path="/kanojia" docBase="webapps/kanojia" debug=0 reloadable="true">
</Context>

if i want kanojia on c: then  docbase will have that address

and the Classpath for Beans and Other Class File start in
/kanojia/WEB-INF/classes

jar file will be in WEB-INF/lib

tag-lib  will be in /kanojia/Meta-Inf

**** Please allso check the documentation  for Tomcat

Hope this will help you


At 09:21 AM 23/08/2000 +0700, you wrote:
>Hello Kanojia,
>
>thx for your answer,
>i noticed that the way you suggest has been working well,
>but i tought it's possible to put my classes in directory different
>than webserver's classes directory? if yes, how?
>
>btw, in classpath (i'm using win nt), is this the same between c:\;
>and .;
>
>thx again for help.
>
>Tuesday, August 22, 2000, 8:03:29 PM, you wrote:
>
>KJ> Hi
>
>KJ> Put your hardware in classes dir  of the webserver
>KJ> ie
>KJ> \jakarta-tomcat\webapps\ROOT\WEB-INF\classes
>
>KJ> Hope this Help You
>
>
>--
>Best regards,
>  d10n                            mailto:[EMAIL PROTECTED]


Regards :-)
Kanojia Jogesh(Senior Web Developer)
IG Technologies Ltd,Mumbai
We are in Web Development and B2B and B2C Solution provider

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to