Revision 3193
Added by berkley over 17 years ago
lib/ajax/README | ||
---|---|---|
19 | 19 |
----------------------- |
20 | 20 |
Once you have a working product and you want to deploy to a normal instance of Tomcat, you can first test that your code works under a normal browser by clicking the "compile/test" button on the google browser. This will open your page in whatever your default browswer is. Your server side code is still running on the google tomcat instance (port 8888). If you want to deploy the servlet and client side code to another instance of Tomcat, follow the instructions in the INSTALL file. |
21 | 21 |
|
22 |
A note on using different OSs |
|
23 |
----------------------------- |
|
24 |
There are a few differences when moving between windows, linux and osx. On OSX, the -XstartOnFirstThread flag must be set in the KeplerClient-shell and KeplerClient-compile scripts. Also, make sure you make a symlink for the gwt-dev jar file. For some reason, google renames this jar depending on what system you download gwt for. |
Also available in: Unified diff
added a note