Hmmm. I'm using Struts with ServletExec3.1 and Apache on Win98 without any problems so far.
-----Original Message-----
From: Thierry Cools [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 26, 2001 5:54 AM
To: [EMAIL PROTECTED]
Subject: Re: :80 in URL of Links generated in example app

I don't really understand you question, are trying to use struts with apache ?
You have to know that struts will not work on the Apache server, you'll have to use Tomcat instead.
 
The default port for Tomcat is 8080, so that you will have to type  e.g. : http://localhost:8080/struts-example
if you want to make it work on the 80 port you will have to change the server.xml file and change the value of the "port" parameter.
 
Hope it helps.
Thierry
 

Thierry Cools
 
Senior Java Developer
S1 Brussels
Kleine Kloosterstraat, 23
1932 st. Stevens-Woluwe
Belgium
Tel : +32 2 200 43 82
Email : [EMAIL PROTECTED]
----- Original Message -----
From: Rick Smith
Sent: Monday, February 26, 2001 5:00 AM
Subject: :80 in URL of Links generated in example app

I've been going over the example application and can't for the life of
me find where the :80 is appended to the URL when going through Apache.
When the starting URL is http://localhost/struts-example the page comes
up with :80 added after localhost. When I click on a link with :80 in it
I end up back at the logon page. If I remove the :80 the link takes me
to the correct page. I've spent some time looking through the code and
config files and haven't found anything to explain either how to get rid
of the :80 or how to make the app work with :80. If someone could point
me in the direction of the doc or code that is related to this or
enlighten me in some way I would appreciate it. Thanks.

Rick

Reply via email to