-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Natasha,

Natasha Popoola wrote:
| I have set up dyndns so it's accessible outside of my network,
| http://npopoola.doesntexist.com brings up my router set up page so I
| assume that dyndns is working OK.

You may want to change that... you certainly don't want anyone outside
your network to start messing with your router configuration ;)

| But when I try to access the servlet using
| http://npopoola.doesntexist.com:8080/Project/servlet/Servlet, I get
| "The connection to the server was reset while the page was loading.".
| If I try it without specifying the port number,
| http://npopoola.doesntexist.com/Project/servlet/Servlet, it just says
| '404 Not Found'.
|
| I have implemented port forwarding for 8080 and stopped the firewall
| from blocking 8080... does anyone know what I am doing wrong?

I get an NPE when I hit that URL. Does that mean you've solved the problem?

It is possible that you had a <Host> that was not the default host which
was serving your webapp. If you have <Host name="foo"> and try to access
it with http://bar/webappName Tomcat will not allow access. However, if
you have <Engine defaultHost="foo">, then requests to
http://bar/webappName /will/ go to foo (unless "bar" is also defined as
a Host).

Hope that helps,
- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkfqfkwACgkQ9CaO5/Lv0PD1OgCfaJaQagzsGIq5n/9xy1gsN8yo
zsAAoJ6D5aOi10iYch8sG/kixMJKzBZp
=zy4z
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to