How can I start an example.war application that I have deployed to Tomcat?
Simply point a browser to the server. Assuming you have Tomcat running on your computer and have not changed the port, this would mean: http://localhost:8080/example/ Back to Top Can I use a background of my own in a cell? Yes, you can. Choose the cell using the AreaSelector. In the property editor you can see in the second spot the property: background. Set this one to e.g. ‘images/commit.gif’ and a standard picture will be used, from the standard picture collection of W4 Toolkit. To use your own images, just create a folder in your project (for example images/myImages/), and put your picture file (someImage.gif) into that folder. Set then background to ‘images/myImages/someImage.gif’. Back to Top I would like to have some classes whose static variables I can use global in all sessions. It’s possible to load the classes in a global namespace, in order to have their static members shared by all sessions. This means: a class, which is located in a global namespace, will exist once per a