Hi,
But I want my apache to serv static pages and I want apache to
redirect connections to tomcat when I use .jsp and servlets . I want ot
have some app on my apache and that app is made in java but I can use that
app only through 8080 port, and thats tomcat port. I can, of course assign
port 80 to tomcat but in that case I still don;t have apache for serving
static pages. And by the way, I need apache cause I have some application
writen in php and tcl and like CGI , so tomcat must run on some port and
be used only for procesing java code. ANd I don;t want to type port number
in URL.
Ilic Aleksandar
> Hi Alek !
> When u say http://myhost/examples , this inturn means
> http://myhost:80/examples . But u have configured ur server at
> http://myhost:8080/examples. Hence itz not working.
>
> regards
> ash
> ----- Original Message -----
> From: "Ilic Aleksandar" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, October 28, 2001 2:06 AM
> Subject: using Apache and Tomcat 4.0
>
>
> > Hi there,
> >
> > I am trying to integrate Apache-1.20 and Tomcat-4.0 via
> > webapp_module. I have done next steps:
> >
> > LoadModule webapp_module libexec/mod_webapp.so
> > AddModule mod_webapp.c
> > WebAppConnection warpConnection warp my_host:8008
> > WebAppDeploy examples warpConnection /examples/
> >
> > And of course I have restarted both Apache and Tomcat. But When I enter in
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>