Hi, I am working on a web application (using maven project structure) with GWT embedded in several JSPs. Up until now I was running the application server (Tomcat 6) on port 8080, the hosted mode server on port 8888, and the JSPs would contains a code like this for development:
<script type="text/javascript" language="javascript" src="http:// localhost:8888/myapp.nocache.js"></script> and point the hosted mode browser to http://localhost:8080/...during GWT development. (In production the compiled GWT code would be hosted on the same port of course) This worked fine but now I want to upgrade to GWT 2.0, and I don't understand how I can have pages on the server with GWT code that could run in hosted mode, unless I would run the entire application on the hosted mode server (which is a bad practice for real-world applications to my understanding, and may not work the same as the standard Tomcat). Can this be achieved? Thanks, Gabriel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
