Re: jar and jad with httpd

2004-05-20 Thread Ben Souther
thanks a lot... does that mean i can use the httpd?! If your app is running on the client side (Applets or J2ME) then you don't need httpd or anything other than a webserver on the server side. None of you code gets executed on the server anyway. It all get's downloaded to the browser (or

Re: jar and jad with httpd

2004-05-20 Thread kalin mintchev
thanks a lot... does that mean i can use the httpd?! If your app is running on the client side (Applets or J2ME) then you don't need httpd or anything other than a webserver on the server side. None of you code gets executed on the server anyway. It all get's downloaded to the browser

RE: jar and jad with httpd

2004-05-20 Thread Shapira, Yoav
Subject: Re: jar and jad with httpd thanks a lot... does that mean i can use the httpd?! If your app is running on the client side (Applets or J2ME) then you don't need httpd or anything other than a webserver on the server side. None of you code gets executed on the server anyway. It all

jar and jad with httpd

2004-05-19 Thread kalin mintchev
hi all sorry if this isn't the right place for this question... i just couldn't find a better place to ask... i'm trying to figure out if it's possible to serve .jar and .jad files with the apache httpd to java enabled cell phones. if so what excatly are the mime types i should map to the

Re: jar and jad with httpd

2004-05-19 Thread Paul Gregoire
For JAD files.. .jad = text/vnd.sun.j2me.app-descriptor For JAR files... .jar = application/java-archive and / or .jar = application/x-java-archive kalin mintchev wrote: hi all sorry if this isn't the right place for this question... i just couldn't find a better place to ask... i'm trying to

Re: jar and jad with httpd

2004-05-19 Thread kalin mintchev
For JAD files.. .jad = text/vnd.sun.j2me.app-descriptor For JAR files... .jar = application/java-archive and / or .jar = application/x-java-archive thanks a lot... does that mean i can use the httpd?! kalin mintchev wrote: hi all sorry if this isn't the right place for this

Re: jar and jad with httpd

2004-05-19 Thread Paul Gregoire
If you mean do i need Tomcat to serve java files then the answer is no you dont need Tomcat, serving jad and jar files works just fine without any java vm at all on the webserver. kalin mintchev wrote: For JAD files.. .jad = text/vnd.sun.j2me.app-descriptor For JAR files... .jar =