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 li

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 li

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 do

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

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 th

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:

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 M

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

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 > >Href=

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: > >Href='http://talk21.btopenworld.com/redirect.html?http://127.0.0.1:8080'>http://127.0.0.1:8080 > or the port you specified, type exactly as it is: h t >t p :

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

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

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, > >O

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

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

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/t

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, 200

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 unabl

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