You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Odo <go...@heaven.club.ne.jp> on 2002/02/08 02:15:58 UTC

[@]Problem?

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://test@test.myserver.com

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://test@test.myserver.com

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:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>