As I am desperatly seeking the solution and stuck deeply I am posting again.
Dear Tomcat Gurus. Please give me hints for following situation. I am got stuck for long long time. First I wanna to process @ include URLs. Like: http:[EMAIL PROTECTED] When I let Apache to work alone : following index.html <html> <body> <script language="JavaScript"> document.write("The URL is"+document.URL); </script> </body> </html> gives the result I wanted : The URL is http:[EMAIL PROTECTED] But as I'd like to process this URL with java servlet, the above index.html in the Apache+Tomcat4 gives the only : The URL is http://test.myserver.com Any hints and solutions? -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>