You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Cosio, Raul" <jo...@merck.com> on 2006/07/18 16:33:27 UTC

FW: Deploying web application thats not located in the webapps di rectory

This is what I do:

<Context path="/myapp" docBase="c:/projects/myapp/web" debug="0"
reloadable="true"/>

Are you missing the "/" at the end? Or including an </Context> tag?


-----Original Message-----
From: tomjerry [mailto:psnigam@indiatimes.com] 
Sent: Jueves, 13 de Julio de 2006 12:20 p.m.
To: users@tomcat.apache.org
Subject: Deploying web application thats not located in the webapps
directory



How can I deploy a web application that's not located in the webapps
directory in tomcat.My scenario is I have my app sitting in my folder
say
"C:\myfolder\myapp".

I have installed tomcat 4.1 on C:\myfolder. I have modified the
server.xml
file 
<Context path="/myapp" docBase="c:\myfolder\myapp\webapp" debug="0"
                 privileged="true"
workDir="c:\myfolder\myapp\tomcatwork" >

Where webapp are where my jsp and images reside.
And tomcatwork is where my classes reside.

Is there any other modification I need to do inorder to run a web app
which
is not sitting in the webapps folder of TOmcat 4.1.

I will really appreciate your help, as I am struggling with it for the
past
2 weeks.

Thanks!
-- 
View this message in context:
http://www.nabble.com/Deploying-web-application-thats-not-located-in-the
-webapps-directory-tf1938730.html#a5312702
Sent from the Tomcat - User forum at Nabble.com.



------------------------------------------------------------------------------
Notice:  This e-mail message, together with any attachments, contains information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station, New Jersey, USA 08889), and/or its affiliates (which may be known outside the United States as Merck Frosst, Merck Sharp & Dohme or MSD and in Japan, as Banyu) that may be confidential, proprietary copyrighted and/or legally privileged. It is intended solely for the use of the individual or entity named on this message.  If you are not the intended recipient, and have received this message in error, please notify us immediately by reply e-mail and then delete it from your system.
------------------------------------------------------------------------------

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: FW: Deploying web application thats not located in the webapps di rectory

Posted by manivannan_palanichamy <ma...@aim.com>.
Are you getting any exception during tomcat start up? 
Whats displayed when you request the web application?

--
Manivannan Palanichamy
-- 
View this message in context: http://www.nabble.com/FW%3A-Deploying-web-application-thats-not-located-in-the-webapps-di-rectory-tf1960844.html#a5382910
Sent from the Tomcat - User forum at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org