Deploy GWT App as multiple WAR files?
Hi,
I have a scenario where I have 1 big GWT project (in eclipse). I
manage to split it into 3 projects (Client, Server, RPC) and on my
client project I have my ANT scripts that compile everything and
package it all into 1 war file. This works.
What I need is to have the Client, Server and RPC deployed separately
on Tomcat Server (is this even possible?)
The reason being is that I am going to have 2 GWT client (like 2
client modules each with its own entry point) and they both will use
the same Server and RPC packages. But I want the path to access these
2 apps to be different. like http://localhost/app1/App1.html and
http://localhost/app2/App2.html
I am not really trying to do the whole "deploy the server component
without redeploying the client" thing. I just want to put 1 entry
point per WAR but make both WARs share the same server/RPC code.
I searched and only ended up at module spliting in eclipse.
If someone can verify for sure that the above can or cannot be done,
then that would be great!
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-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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home