The module that you are telling is mod_jk and I cant use it because dont support NIO or I cant to do work. I cant implement all aplication without apache because I am implementing a comet chat that will be included in a web aplication that already exists and I cant import to tomcat.
Thanks for your help 2010/2/21 Paul S <[email protected]> > So basically you are trying to serve up 2 things. An app from Tomcat > and some other web content from Apache server? Firstly, can't the > other content be served from Tomcat too? That way you could just stop > your Apache server from running, then configure Tomcat to load up on > port 80 (default for http) and that way no one will every know they're > hitting a Tomcat server. Or, there is an Apache server module, I > forgot the name, but is allows you to specify that any normal request > goes to the http server and then any request at /j/* gets pushed along > to the Tomcat server. I'm hazy on the details but have seen it working > before and I don't think it's using a proxy in the way you are. > > Could work? > > > On Feb 16, 12:47 am, Fran <[email protected]> wrote: > > Hello, > > > > I need your help about GWT integration in apache and tomcat. > > > > I have a GWT aplication that has server side. This server side is > > listening in 8081 port at tomcat. > > I need that the client side be in apache that is listening in port 80, > > so I need call server side at port 8081 of tomcat. > > How can I do? > > > > If I run the aplication int tomcat, its works fine. But If I run the > > aplication in apache, the server side dont work. > > > > Help me please > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
