Re: Using tomcat as client application

2007-01-15 Thread Danilo Cubrovic
After some trouble starting embedded tomcat I manage to use it for what I want. Except one thing. When I start it like application it's ok but when I start it from within my signed applet it doesnt work at all. It looks like some ClassLoader's issues. I also have similar ClassLoader issues

Using tomcat as client application

2007-01-12 Thread Danilo Cubrovic
Hi all. I seen this thing I need exists for php years ago but not sure is anyone make this with tomcat. I have web application (java jsf+xml) that works fine on tomcat. I also have some significant numebr of users that use client version of this program (java applet+xml) In most of the part

Re: Using tomcat as client application

2007-01-12 Thread Danilo Cubrovic
Well Java Web Start is opposite of what I need. It allows you to deploy yours desktop application via web to users. I want to make possible use of my web application (tomcat+java jsf) to some of my users that cant/want use internet. Plus I have limitations of corporate firewalls so I want to use

Re: Using tomcat as client application

2007-01-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Danilo, Danilo Cubrovic wrote: I have web application (java jsf+xml) that works fine on tomcat. Can I pack somehow web application and tomcat and install it on user client pc. This is possible, but probably non-ideal. If your Java applet is

Re: Using tomcat as client application

2007-01-12 Thread Leon Rosenberg
The probably easiest way for you is to build a mini container-application which contains embedded tomcat with your app. At least I would give it a try. regards Leon On 1/12/07, Danilo Cubrovic [EMAIL PROTECTED] wrote: Hi all. I seen this thing I need exists for php years ago but not sure is

Re: Using tomcat as client application

2007-01-12 Thread Danilo Cubrovic
Well I already use your soultion. I have same jar file I use on web server and on that client application. Client application is in frames. Left frame is java applet that represents search engine. In right frame I show search results and a lot of html data that user search for (some legal