Hi, David:
I have Read your mails on MailList about "jsp user directory problem" , I am using JSP 1.0.1 and i have set usehostname = true
but i still have the following problem:
Example:
I have 2 virtual host: host1 and host2, If there are 2 jsp files with same name and directory under different host : /host1/en/try.jsp; /host2/en/try.jsp,
after start Apache JServ, I call Host1 (through browser): /host1/en/try.jsp, everything is ok, after that i call host2/en/try.jsp, i found the Compiled JSP file is there, but server will use host1/en/try.jsp to compile,
Is That a bug or my configuration error?
--George