Link to home
Start Free TrialLog in
Avatar of royalcyber
royalcyber

asked on

how to Configure Tomcat and Apache With JK 1.2 with application residing in a folder other than Tomcat

Hi I was trying to configure Tomcat and Apache With JK 1.2 as shown in the following website
http://www.onjava.com/pub/a/onjava/2002/11/20/tomcat.html?page=1

I was managed to configure everything and was able to run the "example" project properly.
Now the problem is that my actual project resides in a  folder other than <Catalina-Home>, how can I
configure Apache so that it is configured for this project

<Catalina-Home> = c://tomcat

My aaplication is located at

C:\svn_new\Tomcat\webapps\chapters

and the configuration which I did in servers.xml to run this application on Tomcat is

<Context path="/chapters"
 docBase="C:/svn_new/Tomcat/webapps/chapters"
 debug="0"
 reloadable="true"
 crossContext="true"/>

Any help will be greatly appreciated


ASKER CERTIFIED SOLUTION
Avatar of WelkinMaze
WelkinMaze

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial