That sounds like NAT (Network Address Translation)
You need to work out what bit of hardware is doing it (usually the router connected to
your incoming line) and re-configure it to forward the correct port(s) the the
appropriate machines.
In effect NAT allows you to split a single public facing
I wonder if any tomcat guys have any insight they could share with us...
> -Original Message-
> From: Noel J. Bergman [mailto:[EMAIL PROTECTED]
> Sent: 01 August 2003 20:02
> To: James-Dev Mailing List
> Cc: Ted Neward; Jeroen Frijters
> Subject: JDK 1.4.2 and class loading
>
>
> Apparent
I'll answer my own question..
getServletContext() returns null until start() (or in my case super.start())
has been called, whereafter I can use ServletContext.getRealPath()
d.
> -Original Message-
> From: Danny Angus [mailto:[EMAIL PROTECTED]]
> Sent: 11 July 2002 14:2
Hi,
I can't find the answer to this question anywhere, although I expect its
quite simple..
I've created my own context class, subclassing StandardContext, and I want
it to be able to read a config file, but I'm having problems getting a path
from tc.
How can I get the real path to ~/webapps, o