Hello, I am developing a web application that also needs to run in remote (or offline) mode, ie running a web server on a disconnected machine such as a laptop. I have tried using Oracle Lite Web-To-Go for this purpose but I'm looking for a better, less proprietry solution. My plan is to run Tomcat as a Java Web Start application. Is this possible? Has anyone done this? I guess I just need to configure Tomcat to load everything from the classpath instead of file system and just call a main class - how is this done? I would be very grateful for any help. By the way, rewriting the app to use Swing instead of HTML interface is not an option! Thanks, Adam.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
