Class Complication

2002-01-30 Thread liakim . ladipo


Hi everyone, 

I have a myBook.java class which I am able to compile without any errors using javac 
../myBook.java in ../web-inf/classes ..etc from ms-dos

however when I try to use the javabean in a .jsp page I  tend to get one of the 
following errors - the class cannot be found or it is unable to compile in 
C:\jakarta...\work\localhost etc...

does anyone know why this may be and how to fix it ?

many thanks

Liakim




talk21 your FREE portable and private address on the net at http://www.talk21.com



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: RE: RE: Unable to load class

2002-01-29 Thread liakim . ladipo

yes, I have done both of these
 have u imported the package 'test', which contains your java classes, in
your jsp ?
also have you kept your java class inside package test ?

Sumit.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 28, 2002 10:45 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: RE: Unable to load class 


the class file is in WEB-INF/classes/test/ however it still doesn't seem to
locate it
 It's certainly because you don't have this class in your web application.
Is your class is timeTag or TimeTag as it should be ???
Your class TimeTag should be placed under your directory
WEB-INF/classes/test/ to be recognized by your server.

arno

 -Message d'origine-
 De:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
 Date: lundi 28 janvier 2002 14:38
 À:[EMAIL PROTECTED]
 Objet:Unable to load class 
 
 
 Hi all,
 
 can anyone help?
 
 is there a common reason why a class will fail to load even through I am
able to compile it without any errors??
 
 
 I am new to jsp and I am using the class within a jsp page but I get this
error message Unable to load class test.timeTag
 
 
 
 Liakim
 
 
 
 
 
 
 talk21 your FREE portable and private address on the net at a
Target='_new'
Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://www.talk21.com''http://talk21.btopenworld.com/redirect.html?http://www.talk21.com'/ahtt
p://www.talk21.com/a
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




talk21 your FREE portable and private address on the net at
a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www.talk21.com'http://www.talk21.com/a



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]
The information contained in this e-mail and any files transmitted with it
may be privileged and confidential.  If the reader of this message,
regardless of the address or routing, is not an intended recipient, you are
hereby notified that you have received this transmittal in error and any
review, use, distribution, dissemination or copying is strictly prohibited.
If you have received this message in error, please delete this e-mail and
all files transmitted with it from your system and notify the sender by
reply e-mail or by calling 1-888-338-6076. 

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




talk21 your FREE portable and private address on the net at http://www.talk21.com



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Unable to load class help

2002-01-28 Thread liakim . ladipo


Hi all,

is there a common reason why a class will fail to load even through I am able to 
omplie it without any error??


I am new to jsp and I am using the class within a jsp page but I get this error 
message Unable to load class test.timeTag



Liakim





talk21 your FREE portable and private address on the net at http://www.talk21.com



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Unable to load class

2002-01-28 Thread liakim . ladipo


Hi all,

can anyone help?

is there a common reason why a class will fail to load even through I am able to 
compile it without any errors??


I am new to jsp and I am using the class within a jsp page but I get this error 
message Unable to load class test.timeTag



Liakim






talk21 your FREE portable and private address on the net at http://www.talk21.com



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: RE: Unable to load class

2002-01-28 Thread liakim . ladipo

the class file is in WEB-INF/classes/test/ however it still doesn't seem to locate it
 It's certainly because you don't have this class in your web application.
Is your class is timeTag or TimeTag as it should be ???
Your class TimeTag should be placed under your directory WEB-INF/classes/test/ to be 
recognized by your server.

arno

 -Message d'origine-
 De:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
 Date: lundi 28 janvier 2002 14:38
 À:[EMAIL PROTECTED]
 Objet:Unable to load class 
 
 
 Hi all,
 
 can anyone help?
 
 is there a common reason why a class will fail to load even through I am able to 
compile it without any errors??
 
 
 I am new to jsp and I am using the class within a jsp page but I get this error 
message Unable to load class test.timeTag
 
 
 
 Liakim
 
 
 
 
 
 
 talk21 your FREE portable and private address on the net at a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www.talk21.com'http://www.talk21.com/a
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




talk21 your FREE portable and private address on the net at http://www.talk21.com



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: RE: RE: RE: RE: RE: RE: can anyone help

2002-01-07 Thread liakim . ladipo

Thanks Jeff,

I tried that without any success I think the problem may be to do with java as I had a 
look in
 'C:\WINDOWS\Downloaded Program Files' and the status of the java runtime is 'damaged' 
so I will try an download java again to see if it fixes the problem


cheers

liakim

 Liakim,

Ok, I will give it a try. The first message that I saw
says that you have the following settings the the
autoexec.bat:

set JAVA_HOME=C:\jdk1.3.1_01
set CATALINA_HOME=C:\Program Files\Apache Tomcat 4.0

The JAVA_HOME is seen, but CATALINA_HOME is not being
seen by Tomcat based on the following output from your
last message:

Using CATALINA_HOME: c:\jakarta tomcat 4.0
Using JAVA_HOME: c:\jdk1.3.1_01

I would suggest that you quote () the CATALINA_HOME
variableI had to on Win2K...Like this:

set CATALINA_HOME=C:\Program Files\Apache Tomcat 4.0

That may help, if Tomcat is intalled in that
directory.
Spaces and paths don't work the best. Possible, but
tends in invite pain.

You MUST reboot for this change to take affect.

Second, the error you listed in your last message is a
Connection refused. If Tomcat is not running correctly
(not listening) that would be the error I would
expect.

If you have been modifying the server.xml you may want
to change it back to the way it was and try it again.
If needed you may even want to install Tomcat again.

After all that. Follow the dircetions provided with
Tomcat and start it up. If it starts correctly the
a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://localhost:8080'http://localhost:8080/a
 in the browser of your local
machine should work.

Sorry if others have given this advise. I just joined
the user's list today, but have been doing Tomcat
stuff for a while.

Good luck,
Jeff

__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://promo.yahoo.com/videomail/'http://promo.yahoo.com/videomail//a

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




talk21 your FREE portable and private address on the net at http://www.talk21.com



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: RE: RE: RE: RE: RE: RE: can anyone help

2002-01-06 Thread liakim . ladipo

I seem to be going round in circles here.. I have followed the instructions 
here..however tomcat still won't start nor does it produce an error log for me to see 
what went wrong although when I try to shut tomcat down I get this message:

Using CATALINA_BASE: c:\jakarta tomcat 4.0
Using CATALINA_HOME: c:\jakarta tomcat 4.0
Using CLASSPATH: c:\jakarta tomcat 4.0\bin\bootstrap.jar;c:\jdk1.3.1_01\lib\
tools.jar
Using JAVA_HOME: c:\jdk1.3.1_01
Catalina.stop: java.net.ConnectException: Connection refused: connect
java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:320)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:133)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:120)
at java.net.Socket.init(Socket.java:273)
at java.net.Socket.init(Socket.java:100)
at org.apache.catalina.startup.Catalina.stop(Catalina.java:826)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:683)
at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)




any ideas anyone


thanks

Liakim

 a Target='_new' get 
tHref='http://talk21.btopenworld.com/redirect.html?http://jakarta.apache.org/tomcat/tomcat-4.0-doc/index.html'http://jakarta.apache.org/tomcat/tomcat-4.0-doc/index.html/a

Please, by the way read this, it is important to read it if you want to
understand

Guido.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 4:54 PM
To: [EMAIL PROTECTED]
Subject: Re: RE: RE: RE: RE: RE: can anyone help


I am afraid, I am new to java what do you mean???
 Did you change the root context docBase or do you even have any files for
it to serve?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 12:51 PM
To: [EMAIL PROTECTED]
Subject: Re: RE: RE: RE: RE: can anyone help


thats what I have been doing all along - it still says 'page cannot be
displayed'
 look don't ping 127.0.0.1, open the browser and type:

a Target='_new' Href='a Target='_new'
Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld'http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld/a
com/redirect.html?a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://127.0.0.1:8080'''http://127.0.0.1:8080''/aa
 Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redi'http://talk21.btopenworld.com/redi/a
rect.html?a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://127.0.0.1:8080''http://127.0.0.1:8080'/a/aa
 Target='_new'
Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://127.0.0.1:8080''http://talk21.btopenworld.com/redirect.html?http://127.0.0.1:8080'/ahtt
p://127.0.0.1:8080/a/a or the port you specified, type exactly as it is:
h t
t p : / / 127.0.0.1 : port If you don't put the http it wont understand,
that's normal in the browser when you the IP address instead if the
qualified name.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 4:41 PM
To: [EMAIL PROTECTED]
Subject: Re: RE: RE: RE: can anyone help


I can ping localhost OK, I get a reply back
if I I ping 127.0.0.1:8080 I get Unknown host 127.0.0.1:8080.

I have aslo increased the mememory capacity is the startup.bat as you
suggested.


 go to the ms dos prompt and type this:

ping localhost

and tell me what happens

also type

a Target='_new'
Href='a Target='_new' Href='a Target='_new'
Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld'http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld/a
com/redirect.html?a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://127.0.0'http://talk21.btopenworld.com/redirect.html?http://127.0.0/a
.1:8080'''a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://talk21.btopenw'http://talk21.btopenworld.com/redirect.html?http://talk21.btopenw/a
orld.com/redirect.html?a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://127.0.0.1:8080'''http://127.0.0.1:8080''/a/aa
 Target='_new'
Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld'http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld/a
com/redirect.html?a Target='_new' 

Re: RE: can anyone help

2002-01-03 Thread liakim . ladipo

yes, tomcat is running. tomcat is configured in server.xml to listen to localhost:8080 
however it still not working even if I change the connectionport to say 8180 in 
server.xml

Liakim

 This may be a stupid question but, are you sure Tomcat is running when you
try to hit it?  

If it is then look in the server.xml file.  Look at the HTTP connector to
see what port Tomcat is configured to listen to.

-Mark

-Original Message-
From: Gerrit Kuilder [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 02, 2002 9:57 AM
To: Tomcat Users List
Subject: Re: can anyone help


I am not sure if this is valid for windows but on linux/tomcat rpm's I 
found that 4.01 ist listening on port 8180.

Give it a try

Regards,

Gerrit

[EMAIL PROTECTED] wrote:

 Hi everyone,
 
 Can anyone help with a problem I am a having wtih starting tomcat.
 I have only started to learn java but I have ran into a few problems
getting started.
 
 I am running java on windows 98 on a laptop that also has  PWS installed. 
 
 I have edited the autoexec.bat to include these two lines:
 
 set JAVA_HOME=C:\jdk1.3.1_01
 set CATALINA_HOME=C:\Program Files\Apache Tomcat 4.0
 
 however when I browse to localhost:8080 the page cannot be displayed and
an error file is not been generated in the log directory.
 
 does anyone know how to fix this?
 
 many thanks
 
 Liakim
 
 
 
 
 talk21 your FREE portable and private address on the net at
a Target='_new' 
Href='http://www.talk21.com/redirect.html?http://www.talk21.com'http://www.talk21.com/a
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




talk21 your FREE portable and private address on the net at http://www.talk21.com



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: RE: RE: can anyone help

2002-01-03 Thread liakim . ladipo

I have started tomcat using the shortcut created on installation as well as from the 
ms-dos shell

C:\JAKARTA TOMCAT 4.0\BIN\STARTUP.BAT without any joy



 Also, what is the output when you start Tomcat? -Mark

-Original Message-
From: Josh Knowles [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 2:39 PM
To: Tomcat Users List
Subject: RE: RE: can anyone help


Did you restart tomcat after changing the server.xml? 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 11:32 AM
To: [EMAIL PROTECTED]
Subject: Re: RE: can anyone help


yes, tomcat is running. tomcat is configured in server.xml to listen to
localhost:8080 however it still not working even if I change the
connectionport to say 8180 in server.xml

Liakim

 This may be a stupid question but, are you sure Tomcat is running when you
try to hit it?  

If it is then look in the server.xml file.  Look at the HTTP connector to
see what port Tomcat is configured to listen to.

-Mark

-Original Message-
From: Gerrit Kuilder [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 02, 2002 9:57 AM
To: Tomcat Users List
Subject: Re: can anyone help


I am not sure if this is valid for windows but on linux/tomcat rpm's I 
found that 4.01 ist listening on port 8180.

Give it a try

Regards,

Gerrit

[EMAIL PROTECTED] wrote:

 Hi everyone,
 
 Can anyone help with a problem I am a having wtih starting tomcat.
 I have only started to learn java but I have ran into a few problems
getting started.
 
 I am running java on windows 98 on a laptop that also has  PWS installed. 
 
 I have edited the autoexec.bat to include these two lines:
 
 set JAVA_HOME=C:\jdk1.3.1_01
 set CATALINA_HOME=C:\Program Files\Apache Tomcat 4.0
 
 however when I browse to localhost:8080 the page cannot be displayed and
an error file is not been generated in the log directory.
 
 does anyone know how to fix this?
 
 many thanks
 
 Liakim
 
 
 
 
 talk21 your FREE portable and private address on the net at
a Target='_new'
Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www.talk21.com/redirect.html?http://www.talk21.com''http://www.talk21.com/redirect.html?http://www.talk21.com'/aa
 Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www'http://www/a
talk21.com/a
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




talk21 your FREE portable and private address on the net at
a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www.talk21.com'http://www.talk21.com/a



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




talk21 your FREE portable and private address on the net at http://www.talk21.com



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: RE: RE: RE: can anyone help

2002-01-03 Thread liakim . ladipo

it says the following:
Using CATALINA_BASE: c:\jakarta tomcat 4.0
Using CATALINA_HOME: c:\jakarta tomcat 4.0
Using CLASSPATH: c:\jakarta tomcat 4.0\bin\bootstrap.jar;c:\jdk1.3.1_01\lib\
tools.jar
Using JAVA_HOME: c:\jdk1.3.1_01

 What does it say after you type startup?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 11:53 AM
To: [EMAIL PROTECTED]
Subject: Re: RE: RE: can anyone help


I have started tomcat using the shortcut created on installation as well as from the 
ms-dos shell

C:\JAKARTA TOMCAT 4.0\BIN\STARTUP.BAT without any joy



 Also, what is the output when you start Tomcat? -Mark

-Original Message-
From: Josh Knowles [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 2:39 PM
To: Tomcat Users List
Subject: RE: RE: can anyone help


Did you restart tomcat after changing the server.xml? 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 11:32 AM
To: [EMAIL PROTECTED]
Subject: Re: RE: can anyone help


yes, tomcat is running. tomcat is configured in server.xml to listen to
localhost:8080 however it still not working even if I change the
connectionport to say 8180 in server.xml

Liakim

 This may be a stupid question but, are you sure Tomcat is running when you
try to hit it?  

If it is then look in the server.xml file.  Look at the HTTP connector to
see what port Tomcat is configured to listen to.

-Mark

-Original Message-
From: Gerrit Kuilder [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 02, 2002 9:57 AM
To: Tomcat Users List
Subject: Re: can anyone help


I am not sure if this is valid for windows but on linux/tomcat rpm's I 
found that 4.01 ist listening on port 8180.

Give it a try

Regards,

Gerrit

[EMAIL PROTECTED] wrote:

 Hi everyone,
 
 Can anyone help with a problem I am a having wtih starting tomcat.
 I have only started to learn java but I have ran into a few problems
getting started.
 
 I am running java on windows 98 on a laptop that also has  PWS installed. 
 
 I have edited the autoexec.bat to include these two lines:
 
 set JAVA_HOME=C:\jdk1.3.1_01
 set CATALINA_HOME=C:\Program Files\Apache Tomcat 4.0
 
 however when I browse to localhost:8080 the page cannot be displayed and
an error file is not been generated in the log directory.
 
 does anyone know how to fix this?
 
 many thanks
 
 Liakim
 
 
 
 
 talk21 your FREE portable and private address on the net at
a Target='_new'
Href='a Target='_new' Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://www.talk21.com/redirect.html?http://www.talk21.com'''http://talk21.btopenworld.com/redirect.html?http://www.talk21.com/redirect.html?http://www.talk21.com''/aa
 Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www.talk21.com/redirect.html?http://www.talk21.com''http://www.talk21.com/redirect.html?http://www.talk21.com'/a/aa
 Target='_new' Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://www''http://talk21.btopenworld.com/redirect.html?http://www'/aa
 Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www'http://www/a/a
talk21.com/a
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




talk21 your FREE portable and private address on the net at
a Target='_new' Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://www.talk21.com''http://talk21.btopenworld.com/redirect.html?http://www.talk21.com'/aa
 Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www.talk21.com'http://www.talk21.com/a/a



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




talk21 your FREE portable and private address on the net at a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www.talk21.com'http://www.talk21.com/a



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

Re: RE: RE: can anyone help

2002-01-03 Thread liakim . ladipo

yeap, it still fails to find localhost
 Did you restart tomcat after changing the server.xml? 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 11:32 AM
To: [EMAIL PROTECTED]
Subject: Re: RE: can anyone help


yes, tomcat is running. tomcat is configured in server.xml to listen to 
localhost:8080 however it still not working even if I change the connectionport to 
say 8180 in server.xml

Liakim

 This may be a stupid question but, are you sure Tomcat is running when you
try to hit it?  

If it is then look in the server.xml file.  Look at the HTTP connector to
see what port Tomcat is configured to listen to.

-Mark

-Original Message-
From: Gerrit Kuilder [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 02, 2002 9:57 AM
To: Tomcat Users List
Subject: Re: can anyone help


I am not sure if this is valid for windows but on linux/tomcat rpm's I 
found that 4.01 ist listening on port 8180.

Give it a try

Regards,

Gerrit

[EMAIL PROTECTED] wrote:

 Hi everyone,
 
 Can anyone help with a problem I am a having wtih starting tomcat.
 I have only started to learn java but I have ran into a few problems
getting started.
 
 I am running java on windows 98 on a laptop that also has  PWS installed. 
 
 I have edited the autoexec.bat to include these two lines:
 
 set JAVA_HOME=C:\jdk1.3.1_01
 set CATALINA_HOME=C:\Program Files\Apache Tomcat 4.0
 
 however when I browse to localhost:8080 the page cannot be displayed and
an error file is not been generated in the log directory.
 
 does anyone know how to fix this?
 
 many thanks
 
 Liakim
 
 
 
 
 talk21 your FREE portable and private address on the net at
a Target='_new' Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www.talk21.com/redirect.html?http://www.talk21.com''http://www.talk21.com/redirect.html?http://www.talk21.com'/aa
 Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www.talk21.com'http://www.talk21.com/a/a
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




talk21 your FREE portable and private address on the net at a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www.talk21.com'http://www.talk21.com/a



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




talk21 your FREE portable and private address on the net at http://www.talk21.com



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: RE: RE: RE: can anyone help

2002-01-03 Thread liakim . ladipo

I can ping localhost OK, I get a reply back
if I I ping 127.0.0.1:8080 I get Unknown host 127.0.0.1:8080.

I have aslo increased the mememory capacity is the startup.bat as you suggested.


 go to the ms dos prompt and type this:

ping localhost

and tell me what happens

also type

a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://127.0.0.1:8080'http://127.0.0.1:8080/a
 instead of localhost and tell me what happen

Guido

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 4:18 PM
To: [EMAIL PROTECTED]
Subject: Re: RE: RE: can anyone help


yeap, it still fails to find localhost
 Did you restart tomcat after changing the server.xml? 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 11:32 AM
To: [EMAIL PROTECTED]
Subject: Re: RE: can anyone help


yes, tomcat is running. tomcat is configured in server.xml to listen to
localhost:8080 however it still not working even if I change the
connectionport to say 8180 in server.xml

Liakim

 This may be a stupid question but, are you sure Tomcat is running when you
try to hit it?  

If it is then look in the server.xml file.  Look at the HTTP connector to
see what port Tomcat is configured to listen to.

-Mark

-Original Message-
From: Gerrit Kuilder [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 02, 2002 9:57 AM
To: Tomcat Users List
Subject: Re: can anyone help


I am not sure if this is valid for windows but on linux/tomcat rpm's I 
found that 4.01 ist listening on port 8180.

Give it a try

Regards,

Gerrit

[EMAIL PROTECTED] wrote:

 Hi everyone,
 
 Can anyone help with a problem I am a having wtih starting tomcat.
 I have only started to learn java but I have ran into a few problems
getting started.
 
 I am running java on windows 98 on a laptop that also has  PWS installed. 
 
 I have edited the autoexec.bat to include these two lines:
 
 set JAVA_HOME=C:\jdk1.3.1_01
 set CATALINA_HOME=C:\Program Files\Apache Tomcat 4.0
 
 however when I browse to localhost:8080 the page cannot be displayed and
an error file is not been generated in the log directory.
 
 does anyone know how to fix this?
 
 many thanks
 
 Liakim
 
 
 
 
 talk21 your FREE portable and private address on the net at
a Target='_new' Href='a Target='_new'
Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://www.talk21.com/redi'http://talk21.btopenworld.com/redirect.html?http://www.talk21.com/redi/a
rect.html?a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www.talk21.com'''http://www.talk21.com''/aa
 Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www.talk21.com/redirect.html?http:/'http://www.talk21.com/redirect.html?http://a
/www.talk21.com'/aa Target='_new'
Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://www.talk21.com''http://talk21.btopenworld.com/redirect.html?http://www.talk21.com'/ahtt
p://www.talk21.com/a/a
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




talk21 your FREE portable and private address on the net at a
Target='_new'
Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://www.talk21.com''http://talk21.btopenworld.com/redirect.html?http://www.talk21.com'/ahtt
p://www.talk21.com/a



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




talk21 your FREE portable and private address on the net at
a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www.talk21.com'http://www.talk21.com/a



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




talk21 your FREE portable and private address on the net at http://www.talk21.com



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: RE: RE: RE: RE: can anyone help

2002-01-03 Thread liakim . ladipo

thats what I have been doing all along - it still says 'page cannot be displayed'
 look don't ping 127.0.0.1, open the browser and type:

a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://127.0.0.1:8080'http://127.0.0.1:8080/a
 or the port you specified, type exactly as it is: h t
t p : / / 127.0.0.1 : port If you don't put the http it wont understand,
that's normal in the browser when you the IP address instead if the
qualified name.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 4:41 PM
To: [EMAIL PROTECTED]
Subject: Re: RE: RE: RE: can anyone help


I can ping localhost OK, I get a reply back
if I I ping 127.0.0.1:8080 I get Unknown host 127.0.0.1:8080.

I have aslo increased the mememory capacity is the startup.bat as you
suggested.


 go to the ms dos prompt and type this:

ping localhost

and tell me what happens

also type

a Target='_new'
Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://127.0.0.1:8080''http://talk21.btopenworld.com/redirect.html?http://127.0.0.1:8080'/ahtt
p://127.0.0.1:8080/a instead of localhost and tell me what happen

Guido

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 4:18 PM
To: [EMAIL PROTECTED]
Subject: Re: RE: RE: can anyone help


yeap, it still fails to find localhost
 Did you restart tomcat after changing the server.xml? 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 11:32 AM
To: [EMAIL PROTECTED]
Subject: Re: RE: can anyone help


yes, tomcat is running. tomcat is configured in server.xml to listen to
localhost:8080 however it still not working even if I change the
connectionport to say 8180 in server.xml

Liakim

 This may be a stupid question but, are you sure Tomcat is running when you
try to hit it?  

If it is then look in the server.xml file.  Look at the HTTP connector to
see what port Tomcat is configured to listen to.

-Mark

-Original Message-
From: Gerrit Kuilder [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 02, 2002 9:57 AM
To: Tomcat Users List
Subject: Re: can anyone help


I am not sure if this is valid for windows but on linux/tomcat rpm's I 
found that 4.01 ist listening on port 8180.

Give it a try

Regards,

Gerrit

[EMAIL PROTECTED] wrote:

 Hi everyone,
 
 Can anyone help with a problem I am a having wtih starting tomcat.
 I have only started to learn java but I have ran into a few problems
getting started.
 
 I am running java on windows 98 on a laptop that also has  PWS installed. 
 
 I have edited the autoexec.bat to include these two lines:
 
 set JAVA_HOME=C:\jdk1.3.1_01
 set CATALINA_HOME=C:\Program Files\Apache Tomcat 4.0
 
 however when I browse to localhost:8080 the page cannot be displayed and
an error file is not been generated in the log directory.
 
 does anyone know how to fix this?
 
 many thanks
 
 Liakim
 
 
 
 
 talk21 your FREE portable and private address on the net at
a Target='_new' Href='a Target='_new'
Href='a Target='_new'
Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld'http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld/a
com/redirect.html?a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www.talk21.com/redi''http://www.talk21.com/redi'/aa
 Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/'http://talk21.btopenworld.com//a
redirect.html?a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www.talk21.com/redi'http://www.talk21.com/redi/a/a
rect.html?a Target='_new'
Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://www.talk21.comhttp://talk21.btopenworld.com/redirect.html?http://www.talk21.com'''/ah
ttp://www.talk21.com''/aa Target='_new'
Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://www.talk21.com/redi'http://talk21.btopenworld.com/redirect.html?http://www.talk21.com/redi/a
rect.html?http:/'a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www.talk21.com/redirect.html?http:/'http://www.talk21.com/redirect.html?http://a/a
/www.talk21.com'/aa Target='_new'
Href='a Target='_new'
Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld'http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld/a
com/redirect.html?a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www.talk21.com'''http://www.talk21.com''/aa
 Target='_new' 

Re: RE: RE: RE: RE: RE: can anyone help

2002-01-03 Thread liakim . ladipo

I am afraid, I am new to java what do you mean???
 Did you change the root context docBase or do you even have any files for it to 
serve?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 12:51 PM
To: [EMAIL PROTECTED]
Subject: Re: RE: RE: RE: RE: can anyone help


thats what I have been doing all along - it still says 'page cannot be displayed'
 look don't ping 127.0.0.1, open the browser and type:

a Target='_new' Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://127.0.0.1:8080''http://talk21.btopenworld.com/redirect.html?http://127.0.0.1:8080'/aa
 Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://127.0.0.1:8080'http://127.0.0.1:8080/a/a
 or the port you specified, type exactly as it is: h t
t p : / / 127.0.0.1 : port If you don't put the http it wont understand,
that's normal in the browser when you the IP address instead if the
qualified name.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 4:41 PM
To: [EMAIL PROTECTED]
Subject: Re: RE: RE: RE: can anyone help


I can ping localhost OK, I get a reply back
if I I ping 127.0.0.1:8080 I get Unknown host 127.0.0.1:8080.

I have aslo increased the mememory capacity is the startup.bat as you
suggested.


 go to the ms dos prompt and type this:

ping localhost

and tell me what happens

also type

a Target='_new'
Href='a Target='_new' Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://127.0.0.1:8080'''http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://127.0.0.1:8080''/aa
 Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://127.0.0.1:8080''http://talk21.btopenworld.com/redirect.html?http://127.0.0.1:8080'/a/ahtt
p://127.0.0.1:8080/a instead of localhost and tell me what happen

Guido

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 4:18 PM
To: [EMAIL PROTECTED]
Subject: Re: RE: RE: can anyone help


yeap, it still fails to find localhost
 Did you restart tomcat after changing the server.xml? 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 11:32 AM
To: [EMAIL PROTECTED]
Subject: Re: RE: can anyone help


yes, tomcat is running. tomcat is configured in server.xml to listen to
localhost:8080 however it still not working even if I change the
connectionport to say 8180 in server.xml

Liakim

 This may be a stupid question but, are you sure Tomcat is running when you
try to hit it?  

If it is then look in the server.xml file.  Look at the HTTP connector to
see what port Tomcat is configured to listen to.

-Mark

-Original Message-
From: Gerrit Kuilder [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 02, 2002 9:57 AM
To: Tomcat Users List
Subject: Re: can anyone help


I am not sure if this is valid for windows but on linux/tomcat rpm's I 
found that 4.01 ist listening on port 8180.

Give it a try

Regards,

Gerrit

[EMAIL PROTECTED] wrote:

 Hi everyone,
 
 Can anyone help with a problem I am a having wtih starting tomcat.
 I have only started to learn java but I have ran into a few problems
getting started.
 
 I am running java on windows 98 on a laptop that also has  PWS installed. 
 
 I have edited the autoexec.bat to include these two lines:
 
 set JAVA_HOME=C:\jdk1.3.1_01
 set CATALINA_HOME=C:\Program Files\Apache Tomcat 4.0
 
 however when I browse to localhost:8080 the page cannot be displayed and
an error file is not been generated in the log directory.
 
 does anyone know how to fix this?
 
 many thanks
 
 Liakim
 
 
 
 
 talk21 your FREE portable and private address on the net at
a Target='_new' Href='a Target='_new'
Href='a Target='_new'
Href='a Target='_new' Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld''http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld'/aa
 Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld'http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld/a/a
com/redirect.html?a Target='_new' Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://www.talk21.com/redi'''http://talk21.btopenworld.com/redirect.html?http://www.talk21.com/redi''/aa
 Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www.talk21.com/redi''http://www.talk21.com/redi'/a/aa
 Target='_new' 

Re: RE: RE: RE: RE: RE: can anyone help

2002-01-03 Thread liakim . ladipo

that another problem no log file is been created in logs\ when a run start.bat is 
spawns another window however this shuts itself down before I can read what it says :(
 I'm almost leaving, send me all the logs files to see what could be, they
are in CATALINA_HOME\logs

I will try answer you by tomorrow

Guido.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 4:51 PM
To: [EMAIL PROTECTED]
Subject: Re: RE: RE: RE: RE: can anyone help


thats what I have been doing all along - it still says 'page cannot be
displayed'
 look don't ping 127.0.0.1, open the browser and type:

a Target='_new'
Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://127.0.0.1:8080''http://talk21.btopenworld.com/redirect.html?http://127.0.0.1:8080'/ahtt
p://127.0.0.1:8080/a or the port you specified, type exactly as it is: h t
t p : / / 127.0.0.1 : port If you don't put the http it wont understand,
that's normal in the browser when you the IP address instead if the
qualified name.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 4:41 PM
To: [EMAIL PROTECTED]
Subject: Re: RE: RE: RE: can anyone help


I can ping localhost OK, I get a reply back
if I I ping 127.0.0.1:8080 I get Unknown host 127.0.0.1:8080.

I have aslo increased the mememory capacity is the startup.bat as you
suggested.


 go to the ms dos prompt and type this:

ping localhost

and tell me what happens

also type

a Target='_new'
Href='a Target='_new'
Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld'http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld/a
com/redirect.html?a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://127.0.0.1:8080'''http://127.0.0.1:8080''/aa
 Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redi'http://talk21.btopenworld.com/redi/a
rect.html?a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://127.0.0.1:8080''http://127.0.0.1:8080'/a/ahtt
p://127.0.0.1:8080/a instead of localhost and tell me what happen

Guido

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 4:18 PM
To: [EMAIL PROTECTED]
Subject: Re: RE: RE: can anyone help


yeap, it still fails to find localhost
 Did you restart tomcat after changing the server.xml? 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 03, 2002 11:32 AM
To: [EMAIL PROTECTED]
Subject: Re: RE: can anyone help


yes, tomcat is running. tomcat is configured in server.xml to listen to
localhost:8080 however it still not working even if I change the
connectionport to say 8180 in server.xml

Liakim

 This may be a stupid question but, are you sure Tomcat is running when you
try to hit it?  

If it is then look in the server.xml file.  Look at the HTTP connector to
see what port Tomcat is configured to listen to.

-Mark

-Original Message-
From: Gerrit Kuilder [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 02, 2002 9:57 AM
To: Tomcat Users List
Subject: Re: can anyone help


I am not sure if this is valid for windows but on linux/tomcat rpm's I 
found that 4.01 ist listening on port 8180.

Give it a try

Regards,

Gerrit

[EMAIL PROTECTED] wrote:

 Hi everyone,
 
 Can anyone help with a problem I am a having wtih starting tomcat.
 I have only started to learn java but I have ran into a few problems
getting started.
 
 I am running java on windows 98 on a laptop that also has  PWS installed. 
 
 I have edited the autoexec.bat to include these two lines:
 
 set JAVA_HOME=C:\jdk1.3.1_01
 set CATALINA_HOME=C:\Program Files\Apache Tomcat 4.0
 
 however when I browse to localhost:8080 the page cannot be displayed and
an error file is not been generated in the log directory.
 
 does anyone know how to fix this?
 
 many thanks
 
 Liakim
 
 
 
 
 talk21 your FREE portable and private address on the net at
a Target='_new' Href='a Target='_new'
Href='a Target='_new'
Href='a Target='_new'
Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld'http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld/a
com/redirect.html?a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld''http://talk21.btopenworld'/aa
 Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/r'http://talk21.btopenworld.com/r/a
edirect.html?a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld'http://talk21.btopenworld/a/a
com/redirect.html?a Target='_new'
Href='a Target='_new' 

can anyone help

2002-01-02 Thread liakim . ladipo

Hi everyone,

Can anyone help with a problem I am a having wtih starting tomcat.
I have only started to learn java but I have ran into a few problems getting started.

I am running java on windows 98 on a laptop that also has  PWS installed. 

I have edited the autoexec.bat to include these two lines:

set JAVA_HOME=C:\jdk1.3.1_01
set CATALINA_HOME=C:\Program Files\Apache Tomcat 4.0

however when I browse to localhost:8080 the page cannot be displayed and an error file 
is not been generated in the log directory.

does anyone know how to fix this?

many thanks

Liakim




talk21 your FREE portable and private address on the net at http://www.talk21.com



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




can anyone help

2002-01-02 Thread liakim . ladipo

Hi everyone,

Can anyone help with a problem I am a having wtih starting tomcat.
I have only started to learn java but I have ran into a few problems getting started.

I am running java on windows 98 on a laptop that also has  PWS installed. 

I have edited the autoexec.bat to include these two lines:

set JAVA_HOME=C:\jdk1.3.1_01
set CATALINA_HOME=C:\Program Files\Apache Tomcat 4.0

however when I browse to localhost:8080 the page cannot be displayed and an error file 
is not been generated in the log directory.

does anyone know how to fix this?

many thanks

Liakim




talk21 your FREE portable and private address on the net at http://www.talk21.com



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: can anyone help

2002-01-02 Thread liakim . ladipo

Hi L,

I have reinstalled tomcat in C:\jakarta-tomcat-4.0.1 however it is still not working

do you have anyone other suggestions?? 


thanks

liakim
 You have tomcat in the wrong directory.  Here is where tomcat expects to
find
itself:  C:\jakarta-tomcat-4.0.1

Try reinstalling first. But dont forget to delete tomcat registry entries.
Then reboot.

L Marcus


- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, January 02, 2002 7:23 AM
Subject: can anyone help


Hi everyone,

Can anyone help with a problem I am a having wtih starting tomcat.
I have only started to learn java but I have ran into a few problems getting
started.

I am running java on windows 98 on a laptop that also has  PWS installed.

I have edited the autoexec.bat to include these two lines:

set JAVA_HOME=C:\jdk1.3.1_01
set CATALINA_HOME=C:\Program Files\Apache Tomcat 4.0

however when I browse to localhost:8080 the page cannot be displayed and an
error file is not been generated in the log directory.

does anyone know how to fix this?

many thanks

Liakim




talk21 your FREE portable and private address on the net at
a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www.talk21.com'http://www.talk21.com/a



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




talk21 your FREE portable and private address on the net at http://www.talk21.com



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: RE: can anyone help

2002-01-02 Thread liakim . ladipo

it can find localhost only it I start PWS
 can your win98 resolve 'localhost'? try adding localhost to your hosts file.
I think this was a previously discussed tc/win98 issue. you can search the
archives for more detail. I'm not using win98 so I don't remeber exactly.

Charlie

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 02, 2002 12:08 PM
 To: [EMAIL PROTECTED]
 Subject: Re: can anyone help 
 
 
 Hi L,
 
 I have reinstalled tomcat in C:\jakarta-tomcat-4.0.1 however 
 it is still not working
 
 do you have anyone other suggestions?? 
 
 
 thanks
 
 liakim
  You have tomcat in the wrong directory.  Here is where 
 tomcat expects to
 find
 itself:  C:\jakarta-tomcat-4.0.1
 
 Try reinstalling first. But dont forget to delete tomcat 
 registry entries.
 Then reboot.
 
 L Marcus
 
 
 - Original Message -
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, January 02, 2002 7:23 AM
 Subject: can anyone help
 
 
 Hi everyone,
 
 Can anyone help with a problem I am a having wtih starting tomcat.
 I have only started to learn java but I have ran into a few 
 problems getting
 started.
 
 I am running java on windows 98 on a laptop that also has  
 PWS installed.
 
 I have edited the autoexec.bat to include these two lines:
 
 set JAVA_HOME=C:\jdk1.3.1_01
 set CATALINA_HOME=C:\Program Files\Apache Tomcat 4.0
 
 however when I browse to localhost:8080 the page cannot be 
 displayed and an
 error file is not been generated in the log directory.
 
 does anyone know how to fix this?
 
 many thanks
 
 Liakim
 
 
 
 
 talk21 your FREE portable and private address on the net at
 a Target='_new' 
 Href='a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://talk21.btopenworld.com/redirect.html?http://www.t'http://talk21.btopenworld.com/redirect.html?http://www.t/a
 alk21.com'a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www.talk21.com'http://www.talk21.com/a/a
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 
 
 
 talk21 your FREE portable and private address on the net at 
a Target='_new' 
Href='http://talk21.btopenworld.com/redirect.html?http://www.talk21.com'http://www.talk21.com/a



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




talk21 your FREE portable and private address on the net at http://www.talk21.com



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Problems with Tomcat

2001-12-17 Thread liakim . ladipo


Hi, 

I have recently started to learn jsp and have installed Java and Tomcat on a laptop 
running Windows 98 and PWS. 

I have a batch file which automatically starts tomcat for me, however when I browse to 
localhost:8080 it cannot display the page. 

I have also edited autoexec.bat to set the CATALINA_HOME variables etc as specified. 

Is there anything I have forgotten to do ?? 

many thanks for you help 





talk21 your FREE portable and private address on the net at http://www.talk21.com


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]