You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jeff Knox <jk...@lvcm.com> on 2003/05/30 22:31:09 UTC

Error passing parameters to JSP pages

I am using Apache 1.3.22 and Tomcat 4.1.24. If I access 
http://www.mydomain.com/page.jsp everything works fine. If I try going 
to http://www.mydomain.com/page.jsp?someParam=1 it fails with the 
following message on a Mac:

    The attempt to load 'Accessing URL: 
http://www.mydomail.com/page.jsp?someParam=1' failed.

On a PC I get a server not found error. This happens with URLs type 
into the browser, links and forms using the GET method. Forms using the 
POST method work fine.

I am guessing that this is a configuration problem. Can somebody point 
me in the right direction here?

Thanks,

Jeff


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org