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
I grabed the debug version of it the 173 KB Everything else is ok if you go to http://www.galatea.com/flashguides/apache-tomcat-24-win32.xml near the bottom of the page. it says to Load Module in httpd.conf everytime I right anything in that file. Apache dosent start after that it tells me

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Jacob Kjome
No need to use the debug version unless you plan on actually debugging it in Visual Studio or something. Here's my include statement: Include C:/Program Files/Apache Group/Jakarta/tomcat-4.1.3/conf/jk/mod_jk.conf You can autogenerate the mod_jk.conf file by doing the following in your server.xml:

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Joey Kovacs
Hey, Jacob.. Thanks for the help I realy appreciate that.. that was awsome. It hasnt quite worked for me yet I am also getting this now when I start Tomcat. Starting service Tomcat-Standalone Apache Tomcat/4.0.3 java.net.BindException: Address in use: JVM_Bind at

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
OK, well 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:

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Liam Morley
Joey, yes, if you want to connect apache and tomcat you'll want to leave them on their respective ports. What exactly was your include statement? What are you trying to include? What connector are you using, or have you set up a connector as of yet? Liam Morley Joey Kovacs wrote: OK, well

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Joey Kovacs
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://www.galatea.com/flashguides/apache-tomcat-24-win32.xml there is an Apache section near the bottom my path to

Re: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Liam Morley
Joey, Jakarta Ant is actually a java compiler of sorts, not a connector.. but from that website, it looks like you're trying to use mod_jk. I didn't see your Include line in your httpd.conf file. The syntax for it is something like this: Include C:/tomcat4/conf/auto/mod_jk.conf what are the

RE: Need help with Tomcat on Apache on Windows 2000

2002-06-29 Thread Andrew Conrad
Hey Joey, Ant is a make tool. It would be best if we knew exactly what version. For instance, I am using Apache 2.0.39 and Tomcat 4.0.3, and Java SDK 1.3.1 I also followed this guide, but I did not build anything myself. http://www.galatea.com/flashguides/apache-tomcat-24-win32.xml for