Re: Need help w. Tomcat

2003-06-03 Thread Kwok Peng Tuck
Any other stuff get printed besides that ? Steve Burrus wrote: Hello all, I need help with not using the Tomcat server, but with actually getting it set up correctly. Every single time that I try to run it, it seems to be going good for a while, but then I always get a Fatal Parse Error, and it

Re: Need help w. Tomcat

2003-06-03 Thread Steve Burrus
Hi Kwok, here is the entirety of the error msg. with Tomcat in DOS: Jun 2, 2003 9:44:28 PM org.apache.commons.modeler.Registry loadRegistry INFO: Loading registry information Jun 2, 2003 9:44:28 PM org.apache.commons.modeler.Registry getRegistry INFO: Creating new Registry instance Jun 2, 2003

Re: Need help w. Tomcat

2003-06-03 Thread Kwok Peng Tuck
It's complaining about a xml file, which does not tally with the dtd file it references. Did you by any chance change any web.xml files in your webapps ? If so can we have a look ? Steve Burrus wrote: Hi Kwok, here is the entirety of the error msg. with Tomcat in DOS: Jun 2, 2003 9:44:28 PM

Re: Need help w. Tomcat

2003-06-03 Thread John Turner
This means that one of your web.xml files has invalid syntax, such as an element out of order, an element that shouldn't be there, or a missing tag. The error is explanatory: the problem is at line 312, column 11 in the file. The error explains that: SEVERE: Parse Error at line 312 column

RE: Need help with tomcat running as service with ajp13

2003-03-28 Thread Mark Prins
to debug this? Anything logged that looks interesting? Mark -Original Message- From: Mark Prins [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2003 6:45 AM To: Tomcat Users List; Jake Robb Subject: Re: Need help with tomcat running as service with ajp13 Citeren Jake Robb [EMAIL

Re: Need help with tomcat running as service with ajp13

2003-03-21 Thread Mark Prins
Citeren Jake Robb [EMAIL PROTECTED]: The very first thing I'd try is upgrading to the latest version of the JDK (1.4.1_01). 1.4.1_02 is the latest. I have had this problem with 4.0.6 running standalone with 1.3.x Upgrading to 1.4.1_01 helped. I have a NT4 box with 4.0.6 standalone on

RE: Need help with tomcat running as service with ajp13

2003-03-21 Thread Strecker, Mark
To: Tomcat Users List; Jake Robb Subject: Re: Need help with tomcat running as service with ajp13 Citeren Jake Robb [EMAIL PROTECTED]: The very first thing I'd try is upgrading to the latest version of the JDK (1.4.1_01). 1.4.1_02 is the latest. I have had this problem with 4.0.6 running

RE: Need help with tomcat running as service with ajp13

2003-03-21 Thread Mark Prins
-Original Message- From: Mark Prins [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2003 6:45 AM To: Tomcat Users List; Jake Robb Subject: Re: Need help with tomcat running as service with ajp13 Citeren Jake Robb [EMAIL PROTECTED]: The very first thing I'd try is upgrading

RE: Need help with tomcat running as service with ajp13

2003-03-20 Thread Davis, Jeremy
There is an issue with the JDK 1.3.x and NT running as a service? Maybe try and upgrade the jdk to 1.4? Jeremy Davis Senior Support Analyst BPI Marketplace Integration 614.760.8941 1.800.436.8726 - Support Line -Original Message- From: Strecker, Mark [mailto:[EMAIL PROTECTED] Sent:

Re: Need help with tomcat running as service with ajp13

2003-03-20 Thread Jake Robb
The very first thing I'd try is upgrading to the latest version of the JDK (1.4.1_01). I thought Tomcat 4.x required it -- I'm surprised you got as far as you did! -Jake - Original Message - From: Strecker, Mark [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday,

RE: Need help with Tomcat!

2002-12-03 Thread Fenlason, Josh
Try changing the docBase attribute to the full path to the test directory. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Need help with Tomcat!

2002-12-03 Thread Roland Dong
Thanks for your reply. However, it follows the example included in Tomcat Context path=/examples docBase=examples debug=0 reloadable=true crossContext=true And examples works but test doesn't! Why? Roland On 12/3/02 11:27 AM, Fenlason, Josh [EMAIL PROTECTED] wrote: Try

RE: Need help with Tomcat!

2002-12-03 Thread Turner, John
:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 12:37 PM To: Tomcat Users List Subject: Re: Need help with Tomcat! Thanks for your reply. However, it follows the example included in Tomcat Context path=/examples docBase=examples debug=0 reloadable=true

RE: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Robert L Sowders
again. rls Turner, John [EMAIL PROTECTED] 10/30/2002 06:03 AM Please respond to Tomcat Users List To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject:RE: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll

Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Robert L Sowders
The document has been updated now. rls M. Hockings [EMAIL PROTECTED] 10/30/2002 07:00 PM Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2

Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-31 Thread Robert L Sowders
] cc: Subject:Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll) Hi Newbie, In the workers2.properties it is ${TOMCAT_HOME}/bin/tomcat-jni.jar. I've tried hard-coding it with forward slashes but the result was the same. There is probably

Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-31 Thread M. Hockings
, October 30, 2002 10:00 PM Subject: Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll) Hello, I too am trying to get this configuration working to give me a test environment that duplicates a remote server. I have followed the instructions pointed

RE: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-30 Thread Turner, John
This should be all you need, courtesy of Robert Sowders: ftp://pokey.wr.usgs.gov/pub/rsowders/Apache2_Jk2_TC4.1.x_JSDK1.4.x.zip John -Original Message- From: dave m [mailto:learning_tomcat;hotmail.com] Sent: Wednesday, October 30, 2002 9:00 AM To: [EMAIL PROTECTED] Subject: need

Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-30 Thread M. Hockings
Hello, I too am trying to get this configuration working to give me a test environment that duplicates a remote server. I have followed the instructions pointed to by John Turner very closely and only modified the line in workers2.properties that points to the jvm.dll. When I start Apache I

Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 ( mod_jk2-2.0.43.dll)

2002-10-30 Thread Tomcat Newbie
How about the slashes in your path? C:\ApacheGroup\Tomcat4.1/bin/tomcat-jni.jar ^^^ - Original Message - From: M. Hockings [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, October 30, 2002 10:00 PM Subject: Re: need help

Re: need help connecting Tomcat 4.1.12, Apache 2.0.43 using jk2 (mod_jk2-2.0.43.dll)

2002-10-30 Thread M. Hockings
:\ApacheGroup\Tomcat4.1/bin/tomcat-jni.jar ^^^ - Original Message - From: M. Hockings [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, October 30, 2002 10:00 PM Subject: Re: need help connecting Tomcat 4.1.12, Apache 2.0.43

RE: Need Help With TOMCAT.

2002-09-20 Thread Turner, John
Comments inline -Original Message- From: Avinash Singh [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 5:21 PM To: [EMAIL PROTECTED] Subject: Need Help With TOMCAT. I need your help with following :- # 1 I have downloaded jakarta-tomcat-4.1.10.exe, I wanted

RE: Need help w. Tomcat Installation

2002-08-21 Thread PELOQUIN,JEFFREY (Non-HP-Boise,ex1)
I notice you have JAVA-HOME, the windows 4.0.4 I just downloaded uses JAVA_HOME. Is your email a typo? If all else fails you might simply put the following into the catalina.bat or setclasspath.bat files. set JAVA_HOME=you java home directory If you do it in the catalina.bat be sure to do

RE: Need help w. Tomcat Installation

2002-08-18 Thread Jacob Hookom
| -Original Message- | From: STEVE R BURRUS [mailto:[EMAIL PROTECTED]] | Sent: Sunday, August 18, 2002 3:55 PM | To: [EMAIL PROTECTED] | Subject: Need help w. Tomcat Installation | | Hello all, this is steve burrus.I am an admitted Tomcat newbie user, | and I | find | myself in need

RE: Need help w. Tomcat Installation

2002-08-18 Thread Randall R Schulz
Steve, At 14:04 2002-08-18, Jacob Hookom wrote: | -Original Message- | From: STEVE R BURRUS [mailto:[EMAIL PROTECTED]] | Sent: Sunday, August 18, 2002 3:55 PM | To: [EMAIL PROTECTED] | Subject: Need help w. Tomcat Installation | | Hello all, this is steve burrus.I am an admitted

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Joey Kovacs
Can anyone help me please! From: Joey Kovacs [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Need help with Tomcat on Apache on Windows 2000 Date: Sat, 29 Jun 2002 13:24:56 + I am using Windows 2000 server NTFS file system If someone could

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Jacob Kjome
You can grab the binary for mod_jk for Apache 2.0.39 from here: http://www.acg-gmbh.de/mod_jk/ just grab mod_jk.dll, put it in your Apache2/modules directory, configure everything else like it says on the flashguides page, and you should be up and running. Jake At 01:24 PM 6/29/2002 +,

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Joey Kovacs
it? Include c:/apps/jakarta-tomcat-4.0.3/conf/auto/mod_jk.conf can you have a look pls From: Jacob Kjome [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Need help with Tomcat on Apache on Windows 2000 Date: Sat, 29 Jun 2002 10:44:57

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Jacob Kjome
[EMAIL PROTECTED] Subject: Re: Need help with Tomcat on Apache on Windows 2000 Date: Sat, 29 Jun 2002 10:44:57 -0500 You can grab the binary for mod_jk for Apache 2.0.39 from here: http://www.acg-gmbh.de/mod_jk/ just grab mod_jk.dll, put it in your Apache2/modules directory, configure everything else

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Joey Kovacs
-Apache Apache Tomcat/4.0.3 Is this normal? From: Jacob Kjome [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Need help with Tomcat on Apache on Windows 2000 Date: Sat, 29 Jun 2002 11:31:19 -0500 No need to use the debug

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Joey Kovacs
I get a the requested operation failed as soon as I add in the Include statement. My computer just dosent like that what ports should everyhting be on? _ Send and receive Hotmail on your mobile device: http://mobile.msn.com

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Steve R. Burrus
Joey, this is Steve Burrus, and I believe that this is the FIRST time that I have bothered to try/attempt to electronically reach u!! (Incidentally, you spell it e-v-e-r-y-t-h-i-n-g, not the way that you did!) Listen, in direct response to your query to the group, I wold first try port 80, then

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Joey Kovacs
: Need help with Tomcat on Apache on Windows 2000 Date: Sat, 29 Jun 2002 14:32:46 -0500 Joey, this is Steve Burrus, and I believe that this is the FIRST time that I have bothered to try/attempt to electronically reach u!! (Incidentally, you spell it e-v-e-r-y-t-h-i-n-g, not the way that you did

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Liam Morley
I have Apache on port 80 and Tomcat running on 8080 im just wondering if I should leave them on those ports Because I want to interconnect them From: Steve R. Burrus [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Need

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Joey Kovacs
Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Need help with Tomcat on Apache on Windows 2000 Date: Sat, 29 Jun 2002 16:11:30 -0400 Joey, yes, if you want to connect apache and tomcat you'll want to leave them on their respective ports. What exactly was your

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Liam Morley
a Include statement, I get an error. and I cant even start the apache service? is this strange? here is my httpd.conf file From: Liam Morley [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Need help with Tomcat on Apache

RE: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Andrew Conrad
PROTECTED]] Sent: Saturday, June 29, 2002 4:22 PM To: [EMAIL PROTECTED] Subject: Re: Need help with Tomcat on Apache on Windows 2000 Thank you Liam My connector I believe in ANT I am using Tomcat 4 Apache 2 Java SDK 1.3 - this is supposed to be my JKD?? I got everything from this site http

Re: Need Help on Tomcat V4.0b

2001-04-09 Thread Felix A. Milovanov
Hi , I am trying to configure Tomcat V4.0b3 on Win NT 4.0 with Apache 1.3.12 but found it is different form Tomcat V3.2.1 in configuration part. As in Tomcat V 3.2.1 there is "tomcat/conf/tomcat.conf" file to include in apache "apache/conf/httpd.conf" but i have n't find the same in

Re: Need Help on Tomcat V4.0b

2001-04-09 Thread Noone Anil Kumar
Hello , Thanks for your prompt reply. I have done the same but i was able to see apache server up because when i run "/bin/startup.bat" file tomcat console is comingUp and going down like a flash The configuration part what i did was 1. /tomcat/conf/server.xml -- added my servlet

Re: Need help on tomcat startup

2001-01-18 Thread Pete Ehli
Don't use unix but try this url http://www.jammconsulting.com/servlets/com.jammconsulting.servlet.JAMMServle t/ReadingRoomPage --Pete-- - Original Message - From: "Daniel Chan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 18, 2001 6:58 PM Subject: Need help on tomcat