On 2/25/2012 9:25 AM, mukarev wrote:
> Hi folks,
>
> I'try to serve two gwt webapps via one apache from one tomcat with JK
> and I'm always running in the same error. Apache sends a 404 and tells
> me that it's not able to find the servlet if I try to communcate via
> RPC.
>
> I have two virtual hosts pointing at the directories within tomcat
> webapps. The webapps are running successfully as long as I don't try
> to communicate via RPC. It seems that Apache isn't able to resolve the
> requested service.
>
> Need help, I'm sitting here around hopeless.
Firstly, there is no reason why this should not work, but it can be
tricky to get such a system working.
Step 1:
Have you tried just talking directly to the tomcat? Typically the tomcat
will be running at port 8080, so you should try bypassing tomcat
entirely and accessing it there.
Step 2:
Look at the logs - what are you seeing? check tomcat logs, apache logs,
and the mod_jk logs.
Step 3:
Send us your web.xml, remote service servlet and mod_jk setup, otherwise
we can't help you.
HTH
Alan
>
> Thanks!
>
> Markus
>
--
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-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment