DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39817>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39817
------- Additional Comments From esandusky@configureone.com 2006-07-28 15:47 -------
(In reply to comment #7)
> *** Bug 40130 has been marked as a duplicate of this bug. ***
Can you please expand on how to alter the Tomcat configuration, as the online
docs do not explain this? Changing all of my "include file=" is not an
option. I find it strange how a sub-release of Tomcat (5.5.12 to 5.5.17)
requires not only changes to Tomcat setup, but also changes to my code.
My setup is as follows:
server.xml
<host name="concept" appBase="D:\webapps\Concept"/>
ROOT.xml (under Catalina/concept folder)
<context path="" docBase=""/>
Code structure
d:\webapps\Concept\catalog (contains jsps)
d:\webapps\Concept\core (contains jsps)
d:\webapps\Concept\WEB-INF (contains compiled classes/libs)
/core/*.jsp are included properly
/catalog/*.jsp are NOT included properly
What is the difference between those 2 folders?
Tomcat Manager shows a "context" for each JSP folder (catalog, core, etc).
Why is this changed from previous versions?
--
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org
|