Re: Can you use Tomcat when you are not on line?

2005-04-08 Thread Walter Lee
2005 6:57 PM Subject: Re: Can you use Tomcat when you are not on line? Dang, I missed a question. Can you get to Tomcat when you are online? Turn off the firewall if the answer is no. Don't dial up with it off. In case you missed my other post go into IE under Tools and Options. On

Re: Can you use Tomcat when you are not on line?

2005-04-08 Thread Parsons Technical Services
Tell the firewall that the IP of the nic is trusted. Whose firewall are you running? Doug - Original Message - From: "Walter Lee" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, April 08, 2005 11:56 AM Subject: Re: Can you use Tomcat when you are not o

Re: Can you use Tomcat when you are not on line?

2005-04-08 Thread Walter Lee
t via dialup? Yes - Original Message - From: Parsons Technical Services<mailto:[EMAIL PROTECTED]> To: Tomcat Users List<mailto:tomcat-user@jakarta.apache.org> Sent: Friday, April 08, 2005 7:40 AM Subject: Re: Can you use Tomcat when you are not on line? Question, i

Re: Can you use Tomcat when you are not on line?

2005-04-08 Thread Parsons Technical Services
t; Sent: Friday, April 08, 2005 1:05 AM Subject: Re: Can you use Tomcat when you are not on line? Hi Jim, I thought this was going to be the answer, but alas I don't have an option exactly like that. The Internet Options/LAN setting states that it does not apply to dialup. I looked at t

RE: Can you use Tomcat when you are not on line?

2005-04-08 Thread Raghupathy,Gurumoorthy
Sent: 08 April 2005 10:57 To: Tomcat Users List Subject: RE: Can you use Tomcat when you are not on line? Hi wally, Have u followed the steps properly 1) Check connector PORT number in SERVER.XML 2) if using windows... Create directory with following structure. C:\program files \ apach

RE: Can you use Tomcat when you are not on line?

2005-04-08 Thread Vaneet Sharma
o: Tomcat Users List; Jason Bainbridge Subject: Re: Can you use Tomcat when you are not on line? Thanks for responding. My IE is totally up to date. I have changed and re-changed all the options for connecting and it does not seem to make any difference. I cannot go to Firefox because the company d

Re: Can you use Tomcat when you are not on line?

2005-04-07 Thread Walter Lee
t; Sent: Thursday, April 07, 2005 10:06 PM Subject: RE: Can you use Tomcat when you are not on line? Wally, Did you set your Internet Explorer to "Bypass proxy server for local addresses" (Internet Options | Local Area Network (LAN) Settings)? Jim -Original Me

RE: Can you use Tomcat when you are not on line?

2005-04-07 Thread Sng Wee Jim
ist; Jason Bainbridge Subject: Re: Can you use Tomcat when you are not on line? Thanks for responding. My IE is totally up to date. I have changed and re-changed all the options for connecting and it does not seem to make any difference. I cannot go to Firefox because the company does not want to. So I

Re: Can you use Tomcat when you are not on line?

2005-04-07 Thread Walter Lee
problem right now. Wally - Original Message - From: Jason Bainbridge<mailto:[EMAIL PROTECTED]> To: Tomcat Users List<mailto:tomcat-user@jakarta.apache.org> Sent: Thursday, April 07, 2005 2:42 PM Subject: Re: Can you use Tomcat when you are not on line? On Apr 6

Re: Can you use Tomcat when you are not on line?

2005-04-07 Thread Jason Bainbridge
On Apr 6, 2005 10:44 AM, Walter Lee <[EMAIL PROTECTED]> wrote: > I have Tomcat installed on W2K and it says it is installed correctly. When I > try the examples it tells me that I must be on line. If I am using > localhost:8080 why does it need to be on line? > This is just Internet Explorer b

Re: Can you use Tomcat when you are not on line?

2005-04-07 Thread Walter Lee
I really meant to say I pinged localhost in my last message To: Tomcat Users List<mailto:tomcat-user@jakarta.apache.org> Sent: Thursday, April 07, 2005 10:32 AM Subject: Re: Can you use Tomcat when you are not on line? Do you have a 'hosts' file? It should be loc

Re: Can you use Tomcat when you are not on line?

2005-04-07 Thread Walter Lee
oberg<mailto:[EMAIL PROTECTED]> To: Tomcat Users List<mailto:tomcat-user@jakarta.apache.org> Sent: Thursday, April 07, 2005 10:32 AM Subject: Re: Can you use Tomcat when you are not on line? Do you have a 'hosts' file? It should be located in $WINDOWS/system32/

Re: Can you use Tomcat when you are not on line?

2005-04-07 Thread Robert Koberg
Do you have a 'hosts' file? It should be located in $WINDOWS/system32/drivers/etc If you don't have one, create it and put in a line like: 127.0.0.1 localhost Note, you can also use this file for dev purposes. For example, say you are working on 127.0.0.1 tomcat.apache.org best, -Rob Walter Lee w

Re: Can you use Tomcat when you are not on line?

2005-04-06 Thread Walter Lee
2005 1:28 PM Subject: Re: Can you use Tomcat when you are not on line? It is more than likely you browser needs to be told localhost is local. Go to a command line and ping localhost and see if it works - Original Message - From: "Rhino" <[EMAIL PROTECTED]<mai

Re: Can you use Tomcat when you are not on line?

2005-04-06 Thread Walter Lee
005 12:04 PM Subject: Re: Can you use Tomcat when you are not on line? Try using the 'full' path - add the http:// before localhost:8080. IE automatically adds it if the port is 80 or unspecified, otherwise it gets confused. Walter Lee wrote: >I have Tomcat installed

Re: Can you use Tomcat when you are not on line?

2005-04-06 Thread Nikola Milutinovic
Vaneet Sharma wrote: :) Well to test to examples, it connects to internet ( may be) The "problem" is in IE. If you're offline, it is also offline. And IE cannot connect to a server (any server) if it is offline. Just go to file menu and place it online, no need to connect. Or use Mozilla (I j

Re: Can you use Tomcat when you are not on line?

2005-04-06 Thread Parsons Technical Services
e IE opens it wants to update the files. Isn't IE wonderful. Doug - Original Message - From: "Hein Behrens" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, April 06, 2005 1:28 PM Subject: Re: Can you use Tomcat when you are not on line? It is

Re: Can you use Tomcat when you are not on line?

2005-04-06 Thread Hein Behrens
ECTED]> > To: > Sent: Wednesday, April 06, 2005 11:44 AM > Subject: Can you use Tomcat when you are not on line? > > > I have Tomcat installed on W2K and it says it is installed correctly. When I > try the exa

Re: Can you use Tomcat when you are not on line?

2005-04-06 Thread Rhino
g and some of your configuration information so that people can figure out what is *really* causing your problem. Rhino - Original Message - From: "Walter Lee" <[EMAIL PROTECTED]> To: Sent: Wednesday, April 06, 2005 11:44 AM Subject: Can you use Tomcat when you are not on

Re: Can you use Tomcat when you are not on line?

2005-04-06 Thread Robert r. Sanders
Try using the 'full' path - add the http:// before localhost:8080. IE automatically adds it if the port is 80 or unspecified, otherwise it gets confused. Walter Lee wrote: I have Tomcat installed on W2K and it says it is installed correctly. When I try the examples it tells me that I must be o

Re: Can you use Tomcat when you are not on line?

2005-04-06 Thread Parsons Technical Services
first one so that it never dials. In either case you will either have to change it back or dial manually to get back on the Internet. Doug - Original Message - From: "Walter Lee" <[EMAIL PROTECTED]> To: Sent: Wednesday, April 06, 2005 11:44 AM Subject: Can you use Tomcat whe

Re: Can you use Tomcat when you are not on line?

2005-04-06 Thread Mark Thomas
It is an IE setting - I forget which one as I don't use IE any more. Mark Walter Lee wrote: I have Tomcat installed on W2K and it says it is installed correctly. When I try the examples it tells me that I must be on line. If I am using localhost:8080 why does it need to be on line? --

RE: Can you use Tomcat when you are not on line?

2005-04-06 Thread Vaneet Sharma
TED] Sent: Wednesday, April 06, 2005 5:44 PM To: tomcat-user@jakarta.apache.org Subject: Can you use Tomcat when you are not on line? I have Tomcat installed on W2K and it says it is installed correctly. When I try the examples it tells me that I must be on line. If I am using localhost:8080 why does

Can you use Tomcat when you are not on line?

2005-04-06 Thread Walter Lee
I have Tomcat installed on W2K and it says it is installed correctly. When I try the examples it tells me that I must be on line. If I am using localhost:8080 why does it need to be on line?