RE: Dynamic DNS

2003-12-15 Thread Danny Angus
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

FW: JDK 1.4.2 and class loading

2003-08-01 Thread Danny Angus
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

RE: StandardContext .. getPath()

2002-07-11 Thread Danny Angus
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

StandardContext .. getPath()

2002-07-11 Thread Danny Angus
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