running tomcat offline

2003-06-27 Thread P.Ruijters
Hello,

Is it possible to develop servlets in tomcat offline? Currently I do need an internet 
connection to be able to run my servlets/jsp. Without the connection it does not. This 
is inconvenient if you want to work on say a laptop temporarily not being able to 
connect to the internet. If it is possible to have tomcat run this way what settings 
should be applied to which files?

Thanks for your time

Pierre

RE: running tomcat offline

2003-06-27 Thread mike jackson
You should be able to use tomcat via localhost.  If that doesn't work
try the address of 127.0.0.1.  

--mikej
-=--
mike jackson
[EMAIL PROTECTED]

 -Original Message-
 From: P.Ruijters [mailto:[EMAIL PROTECTED]
 Sent: Friday, June 27, 2003 1:03 PM
 To: [EMAIL PROTECTED]
 Subject: running tomcat offline
 
 Hello,
 
 Is it possible to develop servlets in tomcat offline? Currently I do
need
 an internet connection to be able to run my servlets/jsp. Without the
 connection it does not. This is inconvenient if you want to work on
say a
 laptop temporarily not being able to connect to the internet. If it is
 possible to have tomcat run this way what settings should be applied
to
 which files?
 
 Thanks for your time
 
 Pierre



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



RE: running tomcat offline

2003-06-27 Thread Goehring, Chuck Mr., RCI - San Diego
Pierre,

I use a hosts file to name the machine whatever I want.  I think this would also 
eliminate the need for an internet connection (to get to DNS).  I put the same name in 
the server.xml everywhere that localhost appears.  Seams to work for me.

Chuck

-Original Message-
From: P.Ruijters [mailto:[EMAIL PROTECTED]
Sent: Friday, June 27, 2003 2:03 PM
To: [EMAIL PROTECTED]
Subject: running tomcat offline


Hello,

Is it possible to develop servlets in tomcat offline? Currently I do need an internet 
connection to be able to run my servlets/jsp. Without the connection it does not. This 
is inconvenient if you want to work on say a laptop temporarily not being able to 
connect to the internet. If it is possible to have tomcat run this way what settings 
should be applied to which files?

Thanks for your time

Pierre

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



RE: running tomcat offline

2003-06-27 Thread Goehring, Chuck Mr., RCI - San Diego
Pierre,

You may also have to turn lookups off in the server.xml (enableLookups=false) on the 
connectors.
You will still probably need the network card and driver.

Chuck

-Original Message-
From: Goehring, Chuck Mr., RCI - San Diego 
Sent: Friday, June 27, 2003 2:12 PM
To: Tomcat Users List
Subject: RE: running tomcat offline


Pierre,

I use a hosts file to name the machine whatever I want.  I think this would also 
eliminate the need for an internet connection (to get to DNS).  I put the same name in 
the server.xml everywhere that localhost appears.  Seams to work for me.

Chuck

-Original Message-
From: P.Ruijters [mailto:[EMAIL PROTECTED]
Sent: Friday, June 27, 2003 2:03 PM
To: [EMAIL PROTECTED]
Subject: running tomcat offline


Hello,

Is it possible to develop servlets in tomcat offline? Currently I do need an internet 
connection to be able to run my servlets/jsp. Without the connection it does not. This 
is inconvenient if you want to work on say a laptop temporarily not being able to 
connect to the internet. If it is possible to have tomcat run this way what settings 
should be applied to which files?

Thanks for your time

Pierre

-
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]



Re: running tomcat offline ...now ok thanks

2003-06-27 Thread P.Ruijters
Thanks, it works now. Problem was the browser asked me to connect to the
internet or stay offline. I pushed offline since obviously I don't have the
connection. This never worked. But realising now it should work I tried the
connect button it workedit's that simple. Jee thanks this brings
the joy of developping  jsp/servlets  into my garden sofa. And we have
currently quite some nice whether over here!!

Have a nice day!

Pierre


- Original Message - 
From: mike jackson [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Friday, June 27, 2003 11:06 PM
Subject: RE: running tomcat offline


 You should be able to use tomcat via localhost.  If that doesn't work
 try the address of 127.0.0.1.

 --mikej
 -=--
 mike jackson
 [EMAIL PROTECTED]

  -Original Message-
  From: P.Ruijters [mailto:[EMAIL PROTECTED]
  Sent: Friday, June 27, 2003 1:03 PM
  To: [EMAIL PROTECTED]
  Subject: running tomcat offline
 
  Hello,
 
  Is it possible to develop servlets in tomcat offline? Currently I do
 need
  an internet connection to be able to run my servlets/jsp. Without the
  connection it does not. This is inconvenient if you want to work on
 say a
  laptop temporarily not being able to connect to the internet. If it is
  possible to have tomcat run this way what settings should be applied
 to
  which files?
 
  Thanks for your time
 
  Pierre



 -
 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]