What does the form tag in your jsp look like?

-----Original Message-----
From: Donald Brewer [mailto:[EMAIL PROTECTED]
Sent: 19 July 2004 21:29
To: Tomcat Users List
Subject: changing port 8080


I have edited the conf\server.xml file to configure to port 60.

The tomcat manager comes up at http://localhost:60/manager/html with no problems.

When I go to one of the contexts that I have loaded as a sample app, the jsp comes up 
fine, with the following URL:

http://localhost:60/riddler/dynamic/riddler.jsp

when I hit the submit button on the form, I Get:

"The page cannot be displayed"

http://localhost:8080/riddler/dynamic/riddler.jsp

I found the line referencing the above line in the servlet that (jasper?) built from 
the jsp, in the work\standalone\localhost directory

Apparently, when jasper builds the servlet class file in the work directory, it is 
using a config file somewhere that specifies port 8080. 
Does anyone know where that might be?
Any opinions expressed in this E-mail may be those of the individual and not 
necessarily the company. This E-mail and any files transmitted with it are 
confidential and solely for the use of the intended recipient. If you are not the 
intended recipient or the person responsible for delivering to the intended recipient, 
be advised that you have received this E-mail in error and that any use or copying is 
strictly prohibited. If you have received this E-mail in error please notify the 
beCogent postmaster at [EMAIL PROTECTED]
Unless expressly stated, opinions in this email are those of the individual sender and 
not beCogent Ltd. You must take full responsibility for virus checking this email and 
any attachments.
Please note that the content of this email or any of its attachments may contain data 
that falls within the scope of the Data Protection Acts and that you must ensure that 
any handling or processing of such data by you is fully compliant with the terms and 
provisions of the Data Protection Act 1984 and 1998.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to