Atreya, I've set all the environment variables, and have made the APACHE_HOME addition at your recommendation. My .properties files are appended below.
The directories are as follows Apache 2 c:\Apache2 Tomact 4.1 c:\tomcat Java 1.4.2 c:\java Thanks for your help! Tristan (jk2.properties and workers2.properties files attached below) --- start jk2.properties --- #Shared memory directive shm.file=c:/Apache2/logs/jk2.shm size=10485760 # Set the desired handler list handler.list=apr,request,channelJni # added to resolve 1st issue in original email apr.NativeSo=c:/Apache2/modules/jkjni.dll # If set to inprocess the mod_jk2 will Register natives itself # This will enable the starting of the Tomcat from mod_jk2 apr.jniModeSo=inprocess --- end jk2.properties --- --- start workers2.properties --- [shm] file=c:/Apache2/logs/jk2.shm size=10485760 # Define the comunication channel [channel.jni:jni] info=The jni channel, used if tomcat is started inprocess [config:] file=c:/Apache2/conf/workers2.properties debug=0 debugEnv=0 # Define the parameters for the Java Virtual Machine [vm:] info=Parameters used to load a JVM in the server process OPT=-Djava.class.path=c:/tomcat/lib OPT=-Dtomcat.home=c:/tomcat OPT=-Dcatalina.home=c:/tomcat OPT=-Xmx128M # JNI worker startup handler [worker.jni:onStartup] info=Command to be executed by the VM on startup. This one will start tomcat. class=org/apache/jk/apr/TomcatStarter ARG=start stdout=c:/Apache2/logs/stdout.log stderr=c:/Apache2/logs/stderr.log # JNI worker shutdown handler [worker.jni:onShutdown] info=Command to be executed by the VM on shutdown. This one will stop tomcat. class=org/apache/jk/apr/TomcatStarter ARG=stop # Uri mapping [uri:/examples] info=Example webapp in the default context. context=/examples [uri:/examples/*] info=Map the whole webapp [status:] info=Status worker, displays runtime information channel=channel.socket:localhost:8009 [uri:/status/*] worker=status:localhost:8009 group=status: --- end workers2.properties --- -----Original Message----- From: Atreya Basu [mailto:[EMAIL PROTECTED] Sent: 18 July 2003 17:51 To: 'Tomcat Users List' Subject: RE: Tomcat4-1, Apache2, jk2 setup problem - help! Okay, Probably leaving the connector for 8080 un-commented won't hurt anything while testing. The fist thing you want to do is make sure your environment variables are set. You should have: JAVA_HOME CATALINA_HOME APACHE_HOME TOMCAT_HOME Also can you post your jk2.properties and workers2.properties files? And what are the directories for Tomcat, Apache2 and Java? _____________________________________ Atreya Basu Developer, Greenfield Research Inc. e-mail: atreya (at) greenfieldresearch (dot) ca -----Original Message----- From: Tricky [mailto:[EMAIL PROTECTED] Sent: July 18, 2003 12:57 PM To: 'Tomcat Users List' Subject: RE: Tomcat4-1, Apache2, jk2 setup problem - help! Yes, I just have to uncomment the standalone section in server.xml, and I can then access tomcat on http://localhost:8080. However, I really need the two working in unison! Cheers, Tristan -----Original Message----- From: Atreya Basu [mailto:[EMAIL PROTECTED] Sent: 18 July 2003 16:08 To: 'Tomcat Users List' Subject: RE: Tomcat4-1, Apache2, jk2 setup problem - help! Tristan, Can you start Tomcat on its own? _____________________________________ Atreya Basu Developer, Greenfield Research Inc. e-mail: atreya (at) greenfieldresearch (dot) ca -----Original Message----- From: Tristan [mailto:[EMAIL PROTECTED] Sent: July 17, 2003 12:21 PM To: [EMAIL PROTECTED] Subject: Tomcat4-1, Apache2, jk2 setup problem - help! Hi, I'm trying to install tomcat 4.1 on my win XP machine using Apache 2 and jk2. However, I seem to be encountering some difficulties. The problem is, I can't seem to get tomcat to start as a service when I request a url (e.g. http://localhost/examples), it simply returns. *** The servlet container is temporary unavailable or being upgraded Internal Server Error --snip apache babble-- Apache/2.0.47 (Win32) PHP/4.3.2 mod_jk2/2.0.2 Server at localhost Port 80 *** I noticed that starting Tomcat seems to throw some kind of java error, but it closes the window too quickly for me to repeat exactly what it reports. However, when I comment out the line channelJni.disabled = 0 in my jk2.properties file, I can start tomcat standalone, and access the examples etc through apache. Can anyone tell me why I can not start tomcat as a process through apache? I followed a how-to at: http://www.gregoire.org/howto/Apache2_Jk2_TC4.1.x_JSDK1.4.x.html And believe I have made sure I have followed the instructions very closely. Any help is very much appreciated. Cheers, Tristan --------------------------------------------------------------------- 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]
