| Author |
Related to context.xml
|
pavan sharma
Greenhorn
Joined: Dec 19, 2006
Posts: 21
|
|
i want to reload all java class file in web-inf/classes/... for that i know that there is context tag that we can place in context.xml file in meta-inf.... i did that.......but still there is no reloading of java class file... i have to restart my tomcat server... my tomcat5.5 structure..... tomcat5.5 --> bin,conf,webapps... webapps --> jsp-examples,servlets-examples,ROOT... ROOT --> WEB-INF,MyProjectName,..... WEB-INF--> classes,lib, and web.xml... now context.xml is in conf directory where should i kept..and where is meta-inf..... is context.xml should be copied in meta-inf please.........help........n reply soon thanks
|
 |
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
|
|
|
Well, try to place your "MyProjectName" under "webapps" instead of ROOT.
|
 |
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
|
|
|
Apache Tomcat Configuration Reference - The Context Container
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
pavanksharma, Welcome to JavaRanch! We're pleased to have you here with us, but there are a few rules that need to be followed, and one is that proper names are required. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it. In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious. You can change it here
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: Related to context.xml
|
|
|