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]

Reply via email to