//check $TOMCAT_HOME/conf/server.xml

<!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8081 -->

<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"

port="8080" minProcessors="5" maxProcessors="75"

enableLookups="true" redirectPort="8443"

acceptCount="100" debug="0" connectionTimeout="20000"

useURIValidationHack="false" disableUploadTimeout="true" />

Regards,
Martin

----- Original Message ----- 
From: "webmaster" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Monday, December 15, 2003 2:05 AM
Subject: Re: Dynamic DNS


> Thanks for the response.  I am going to dev because I thought and still
> think a bit that it might be a dev issue.  I have tried 8080 without
> success.  I have created a "browser" (URLConnection send on port 80 and
> 8080) within Tomcat which can talk via a port 80 or port 8080 http
> connection with another tomcat with a dynamic dns.  But, trying it with
> another "real" browser it does not work.
>
> At 09:24 PM 12/14/2003, you wrote:
> >This question is probably better asked on the users list.
> >
> > > I am trying to use my home computer for development and need to access
a
> > > running web server on the computer.  However, for some reason I cannot
> > > access Tomcat using a http://[dynamic ip address] like.
> >
> >Are you running Tomcat on port 80? Many consumer cable/DSL providers
block
> >port 80 on their residential IP blocks because of Code Red, Nimda c.s.
Try
> >running the httpd adaptor of Tomcat on a different port.
> >
> >S.
> >
> >--
> >[EMAIL PROTECTED]              http://www.temme.net/sander/
> >PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> LEGAL NOTICE
>
> This electronic mail  transmission and any accompanying documents contain
> information belonging to the sender which may be confidential and legally
> privileged.  This information is intended only for the use of the
> individual or entity to whom this electronic mail transmission was sent as
> indicated above. If you are not the intended recipient, any disclosure,
> copying, distribution, or action taken in reliance on the contents of the
> information contained in this transmission is strictly prohibited.  If you
> have received this transmission in error, please delete the message.
Thank
> you
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to