dynamical class loading

2005-10-12 Thread dumbQuestionsAsker _
can somone give me an information? I want to know if it is possible to past and load classes into web-inf/classes path without beeing forced to reload the whole webapp ? _ 10 Mo pour vos pièces jointes avec MSN Hotmail !

RE: dynamical class loading

2005-10-12 Thread dumbQuestionsAsker _
they will. Allistair. -Original Message- From: dumbQuestionsAsker _ [mailto:[EMAIL PROTECTED] Sent: 12 October 2005 09:11 To: tomcat-user@jakarta.apache.org Subject: dynamical class loading can somone give me an information? I want to know if it is possible to past and load classes into web-inf

dynamical class reload

2005-10-11 Thread dumbQuestionsAsker _
hi everybody, I got a problem loading an interface dynamycally. Im working under Tomcat. com.myApp.DefinitionServiceRemote and com.myApp.DefinitionService have to be dynamically (re)loaded because they are uploaded. com.myApp.DefinitionServiceRemote extends com.myApp.DefinitionService. By

Downloading files.

2005-09-01 Thread dumbQuestionsAsker _
Hi everybody, I got a web app which generate an html link a to a file hosted into the WEB-INF directory. The problem I have is that I can't access to the file from the link. Do I have to do something special to make a file hosted into the WEb-INF directory available from an HTML link ?

Netbeans/TOMCAT RMI

2005-08-02 Thread dumbQuestionsAsker _
Hi everybody, I got an RMI code which is working fine into another servlet container. I want to port it into TOMCAT. That's the first time Im doing it, so that's what I did : -I added : -Djava.rmi.server.codebase=http://127.0.0.1:80/ to my JAVA_OPT variables into the catalina.bat file. -I

file download

2005-07-30 Thread dumbQuestionsAsker _
hi everybody, I want to provide the ability to my webapp's users to download a .java file clicking on a html link. My problem is that I have no save as dialog box, Im redirected to the content of my file. I changed my web.xml mime type but still the same. Any idea?

Loopback Adapter

2005-04-02 Thread dumbQuestionsAsker _
Hi, Im workin on windows XP and Im using a loopback adapter. My problem is when my loopback adapter is enable, I can't receive remote http requests, that only works when it is disabled. Any idea about making both working at the same time. ? thanks by advance. Best regards.