It was in the mail message that I sent as the sender (not reply-to)
header, but its [EMAIL PROTECTED]

        Also, if its using http://proxy:8080, how does that affect
http://localhost:8080 unless your computer is named proxy?

        Randy


-----Original Message-----
From: Dave Parkin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 28, 2001 3:13 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Help with Cable Modem


Thom,

I think maybe that you're on to it.  

Environ - WinMe (poor me). 

AT&T uses http://proxy:8080

I'll give it a try.  By the way, thanks Randy Layman but I don't have your
direct e-mail address.

Also, thanks Michael Wentzel. I've been using winipcfg.exe but to no avail.
I can't get to gateway.  I need to get through the gateway to get IP's
assigned. 

I think resetting the port for tomcat has promise.
One concern - tomcat wasn't running during my last attempts to ping the
gateway.

I will try the approach below tonight and let y'all know.

If anyone has more clues (or if this approach is all wet), please let me
know, it's appreciated!

Regards,
David
-----Original Message-----
From: Thom Park [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 28, 2001 11:10 AM
To: [EMAIL PROTECTED]
Subject: Re: Help with Cable Modem


Hi Dave,

Tomcat doesn't put anything in the registry. So I can't see why tomcat could
be
the culprit here.

What platform are you on?

Try changing the listener port numbers in the tomcat server.xml file
e.g  in the following server.xml extract, change the port value to 7070 (and
perhaps do something similar
with the Ajp12ConnectionHandler Connector)

        <!-- Normal HTTP -->
        <Connector className="org.apache.tomcat.service.PoolTcpConnector">
            <Parameter name="handler"
 
value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
            <Parameter name="port"
                value="8080"/> <!-- change to 7070 -->
        </Connector>

I wouldn't have thought though, that the ping utility would be trying to
talk
over the port # that tomcat is listening on.

What does ping fail with? Have you tried the IP address as well as the
gateway
name?

To uninstall tomcat, all you need to do is delete the directory tree.

-T.


Dave Parkin wrote:

> I have an RCA cable modem supporting AT&T high speed cable modem internet
> service.
>
> I installed tomcat.  Got examples running (started tomcat successfully,
> etc.).
>
> http://localhost:8080
>
> Big problem resulted - now I cannot ping the gateway. Does anyone know why
> and what I should do to fix it.
>
> AT&T tech said to get tomcat out the registry.
>
> Is anyone aware of configuration settings that could be changed to allow
for
> both.
>
> Or, worst case, how to uninstall what tomcat installed.
>
> Regards,
> David Parkin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]


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

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

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

Reply via email to