Yes you can "forward" the request. Take a look at mod_jk
http://tomcat.apache.org/tomcat-3.3-doc/mod_jk-howto.html Maybe this
can help.

On 21 Jan., 01:31, Bill Morrison <[email protected]> wrote:
> Apparently the requests weren't getting to Tomcat. If I accessed the
> site through the Tomcat port (http connector) then it would work
> correctly.
>
> Now, the follow-up question would be is there a way to either specify
> the port in the client code somewhere or have apache forward the
> request to Tomcat automatically?
>
> On Jan 19, 11:32 am, Bill Morrison <[email protected]> wrote:
>
>
>
> > Greetings All,
>
> > I have created the standard Web Application Starter Project
> > (creatively named "test"), created the .war file and uploaded it to my
> > Tomcat server.
>
> > The war was unpackaged, and the client side is accessible.
>
> > However, the RPC calls from the server are failing (404).
>
> > web.xml looks like this :
> > <servlet>
> >     <servlet-name>greetServlet</servlet-name>
> >     <servlet-
> > class>com.terminalconcepts.test.server.GreetingServiceImpl</servlet-
> > class>
> >   </servlet>
>
> >   <servlet-mapping>
> >     <servlet-name>greetServlet</servlet-name>
> >     <url-pattern>/test/greet</url-pattern>
> >   </servlet-mapping>
>
> > The Module Base name is :http://www.terminalconcepts.com/test/test/
> > The Module Host Page is :http://www.terminalconcepts.com/test/
>
> > According to Firebug the post being made is : 
> > 6|0|6|http://www.terminalconcepts.com/test/test/|B6CFADCC65E5E3ECC9AE9FD1CAC5C67C|com.terminalconcepts.test.client.GreetingS
> >  ervice|greetServer|java.lang.String/2004016611|GWT
> > User|1|2|3|4|1|5|6|
>
> > I'm kind of at a loss as to where to go from here, everything seems to
> > be pointing at the right area, but I can't work around the 404
> > problem. Any suggestions are greatly appreciated!

-- 
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.

Reply via email to