I`ve installed jdk1.6 and set environment variables:JAVA-HOME.Path,CATALINA-HOME,but i can not launch tomcat when i open startup.batch in bin directory.
[ September 15, 2008: Message edited by: Bear Bibeault ]
What error messages are you getting?
Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
I can not launch tomcat,then firefox and bring up http://localhost:80(iset the default address to 80 port before) i get 404.4 error.
the Description is : The resource you are looking for does not have a handler associated with it.
and post the results here?
Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
using CATALINA_BASE: <where the tomcat startup script is>
using CATALINA_HOME:......
using CATALINA_TEMPDIR:..........
using JRE_HOME:.........
and when i brought up http://localhost with firefox,i got the previous error
Originally posted by soroush:
I opened the command prompt,after running the codes ( tomcat start up script [startup.bat] ), i got these messages:
using CATALINA_BASE: <where the tomcat startup script is>
using CATALINA_HOME:......
using CATALINA_TEMPDIR:..........
using JRE_HOME:.........
and when i brought up http://localhost with firefox,i got the previous error
Hmm, that doesn't look right, the various variables should have real values (e.g. JRE_HOME: should point to an actual directory).
1.) Where do you have tomcat installed?
2.) What does the console say after using JRE_HOME:...... Can you post everything it prints out?
3.) Can you also post the contents of the log?
Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
Using CATALINA_HOME: C:\tomcat\tomcat
Using CATALINA_TMPDIR: C:\tomcat\tomcat\temp
Using JRE_HOME: C:\Program Files\Java\jdk1.6.0_05
in my mind the where are pointed are correspond location in my system.
after executing startup.bat tomcat dony launch.
after opening firefox:
the content of log is:
Description: The resource you are looking for does not have a handler associated with it.
Error Code: 0x80070002
Notification: MapRequestHandler
Module: IIS Web Core
Requested URL: http://localhost:80/
Physical Path: C:\inetpub\wwwroot
Logon User: Anonymous
Logon Method: Anonymous
Handler: Not yet determined
Most likely causes:
The file extension for the requested URL does not have a handler configured to process the request on the Web server.
Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
capturelog.java & systemloghandeler.java

manager,*. admin.*, ....).
Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
i m really a begginer
my tomcat 6.0.14 doesnt have log file

but my tomcat 5.5.15 have it
it try it but the same as happen so
the content of my log file is:
admin.2007-12-19
admin.2008-09-14,catalina.2007-12-19,catalina.2008-09-14,host-manager.2007-12-19,host-manager.2008-09-14,localhost.2007-12-19,localhost.2008-09-14,manager.2007-12-19,
manager.2008-09-14
Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.

I'm still in control here. LOOK at this tiny ad!
Thread Boost - a very different sort of advertising
https://coderanch.com/t/674455/Thread-Boost-feature
|