AW: mod_jk2 uri questions

2003-07-07 Thread Thomas Weller
Hi Catalin, you may turn listings off in your web.xml file !-- listings Should directory listings be produced if there -- !-- is no welcome file in this directory? [true] -- which is init-param param-namelistings/param-name

deleting JSP Files?

2003-07-01 Thread Thomas Weller
Hello, I have a JSP Project I want to deliver on CD. Of course I don't want to provide all sources, so I decided only to include class-files. I precompiled all JSP files to class files and then deleted the JSP files. Unfortunately, this does not seem to work. Tomcat generates a file not found

AW: deleting JSP Files?

2003-07-01 Thread Thomas Weller
? JSPC should provide a mechanism to give you a snippet of XML to place in web.xml. That needs to be there for precompiling to work. -Tim Thomas Weller wrote: Hello, I have a JSP Project I want to deliver on CD. Of course I don't want to provide all sources, so I decided only to include class

Tomcat+SDK = Licencing problem?

2003-07-01 Thread Thomas Weller
Hello, When I provide my JSP project on CD, I have to deliver Tomcat and the Java SDK. Do you know a bit about the licences in this case? Do I have to let the user accept both licences before he may use my application? Thanks in advance Thomas

AW: Tomcat+SDK = Licencing problem? Thanks

2003-07-01 Thread Thomas Weller
' Betreff: RE: Tomcat+SDK = Licencing problem? The following links should provide the answers to your questions. http://www.apache.org/foundation/licence-FAQ.html#My-CD http://servlet.java.sun.com/help/legal_and_licensing/#63 Stefan -Original Message- From: Thomas Weller [mailto:[EMAIL

fileupload beta+tomcat release or filupload current+tomcat cvs?

2003-06-27 Thread Thomas Weller
-beta with the tomcat 4.1.24 release or is it more safe to upgrade to a CVS version of tomcat and therefore using fileupload-current? Thanks for your opinion Thomas Weller -Ursprungliche Nachricht- Von: Shapira, Yoav [mailto:[EMAIL PROTECTED] Betreff: RE: Problems starting Tomcat from

Ant precompiling problem

2003-06-25 Thread Thomas Weller
/compile/build.xml:21: java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagSupport There is neither a jasper2.jar nor a XXX.jar file in ./server/lib or ./common/lib. TagSupport.class is in ./common/lib/servlet.jar, which is included in build.xml. Thanks for your help. Thomas Weller

Problems starting Tomcat from CD

2003-06-18 Thread Thomas Weller
writing to SESSIONS.ser? We already thought of implementing our own Manager, but we currently have no idea what a Manager must do. Is there a chance of implementing the org.apache.catalina.Manager interface with just every method returning NULL? Thanks for your help Thomas Weller Student