Configuring Apache and Tomcat

2004-02-16 Thread Wilson, Allen
Title: Message



Good 
Afternoon...

I am trying to 
configure Apache and Tomcat to run together. It looks like I have the 
configurations right as the Wrox Professional Tomcat book outlines because I get 
the pages they say you should get when doing the configuration. The problem is 
when I try to run a cgi script it looks like it is still being handled by Tomcat 
because it tries to download or open the file instead of running 
it.

Does any have any 
suggestions on where I can fix this?

Thanks

Allen
This message may contain proprietary or confidential company information.
Any unauthorized use or disclosure is prohibited.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

configuring apache and tomcat

2001-01-15 Thread karanmalhi

hi raghu and all the gurus,

please let me know how can i configure apache and tomcat together if i want
something like this as my url
http://localhost/examples/jsp

i already have apache running on port 80 and tomcat running on port 8080.
rest of the work like loading apachemodulejserv.dll and including
apache-tomcat.conf i have done, maybe i am missing something.
i would appreciate an answer at the earliest

karan
- Original Message -
From: "Hosahalli, RaghavendraX" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 15, 2001 11:23 PM
Subject: RE: .war files


 .war files are "Web ARchive" Files. It's the easiest way of application
 deployment. I generate them by using JAR command.
 "jar -cvf test.war ."
 this command creates a test.war file which consists everything of current
 directory and following subdirectories. So goto your application directory
 and by using above command genenrate your application war file and dump it
 in webapps directory. tomcat when it comes up it generates a directory
 structure based on this war file(just unjar's this war file).

 Regds
 Raghu

 -Original Message-
 From: Mary McCarthy [mailto:[EMAIL PROTECTED]]
 Sent: Friday, January 12, 2001 5:30 PM
 To: [EMAIL PROTECTED]
 Subject: .war files


 hi
 anyone know how the .war files in the webapps folder generated?
 Thanks.
 _
 Get your FREE download of MSN Explorer at http://explorer.msn.com


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: configuring apache and tomcat

2001-01-15 Thread Filip Hanik

http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html
~
Namaste - I bow to the divine in you.
~
Filip Hanik
Technical Architect
[EMAIL PROTECTED]

- Original Message -
From: "karanmalhi" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, April 15, 2000 10:39 AM
Subject: configuring apache and tomcat


hi raghu and all the gurus,

please let me know how can i configure apache and tomcat together if i want
something like this as my url
http://localhost/examples/jsp

i already have apache running on port 80 and tomcat running on port 8080.
rest of the work like loading apachemodulejserv.dll and including
apache-tomcat.conf i have done, maybe i am missing something.
i would appreciate an answer at the earliest

karan
- Original Message -
From: "Hosahalli, RaghavendraX" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 15, 2001 11:23 PM
Subject: RE: .war files


 .war files are "Web ARchive" Files. It's the easiest way of application
 deployment. I generate them by using JAR command.
 "jar -cvf test.war ."
 this command creates a test.war file which consists everything of current
 directory and following subdirectories. So goto your application directory
 and by using above command genenrate your application war file and dump it
 in webapps directory. tomcat when it comes up it generates a directory
 structure based on this war file(just unjar's this war file).

 Regds
 Raghu

 -Original Message-
 From: Mary McCarthy [mailto:[EMAIL PROTECTED]]
 Sent: Friday, January 12, 2001 5:30 PM
 To: [EMAIL PROTECTED]
 Subject: .war files


 hi
 anyone know how the .war files in the webapps folder generated?
 Thanks.
 _
 Get your FREE download of MSN Explorer at http://explorer.msn.com


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]