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 <fra...@gmail.com> 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 google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.