Hi, everyone: I have a question about tomcat. My tomcat's docBase is a mapped drive, say: x:\projects\myproj1 with a path="myproj1" I access the project successfully using: http://localhost:8080/myproj1 it works for all jsps etc except the following. I use XSLT to transform my XML files, and the root for the XSLT transformer MUST be x:\projects\myproj1. Of course, I can make it hardcoded so it will work. But I want it to be dynamic so the project can be easily deployed. Now the question is how can I let TOMCAT tell me teh docBase is x:\projects\myproj1 inside my JSP/JAVA code??? Solution and suggestions are all welcome. -BY Keywords: TOMCAT, XSL file, docBase

***********************
Bin Yan
[EMAIL PROTECTED]
***********************



Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger.

Reply via email to