bug in binary distribution (RUNNING.txt)

2009-05-17 Thread Marko Gnjidic
I have a small problem in regards to the Tomcat 6 documentation. I've been setting up a Tomcat multiple instance configuration, to have one binary installation, multiple configuration and each configuration running in the separate process. Now I managed to set it up and configure it to my

JSPs in multiple places

2009-05-17 Thread breaks
HI, I know it's possible for tomcat to pick up an application that is not contained directly under the tomcat folder structure. This is great. However, I was wondering would it possible to configure an application for tomcat so that it could pick JSPs from multiple locations. For example, the

Re: startup.bat and catalina.bat - NoClassDefFoundError: server

2009-05-17 Thread André Warnier
w...@serensoft.com wrote: First, I appreciate your responses and your help. Thanks! Here's my new question: Short version: We find what the launch-tomcat command is from the startup.bat and catalina.bat files, and paste that in directly at the command line, only to get: Exception in thread

Re: Byte Serving PDF in Tomcat 5.5 bundled with Jboss 4.0.3SP1

2009-05-17 Thread Mark Thomas
From: Kapil Bansal kapil...@gmail.com One of my customer is facing the issue that he is not able to byte server the PDF as PDF is getting completely downloaded in the memory first and then displayed..They are using JBOSS 4.0.3 SP1 ...I was going through the link

Re: bug in binary distribution (RUNNING.txt)

2009-05-17 Thread Mark Thomas
Marko Gnjidic wrote: In the section of the file called Advanced Configuration - Multiple Tomcat Instances there are some directions on which configuration files/directories to copy over into the new instance, and one of the lines reads: That section doesn't tell you which files to copy, it

Re: Byte Serving PDF in Tomcat 5.5 bundled with Jboss 4.0.3SP1

2009-05-17 Thread Pid
Kapil Bansal wrote: One of my customer is facing the issue that he is not able to byte server the PDF as PDF is getting completely downloaded in the memory first and then displayed..They are using JBOSS 4.0.3 SP1 ...I was going through the link

Re: startup.bat and catalina.bat - NoClassDefFoundError: server

2009-05-17 Thread will trillich
On Sun, May 17, 2009 at 6:33 AM, André Warnier a...@ice-sa.com wrote: You are missing a - before the server, so java thinks this is the argument (the name of the class to run), not a switch as it should be. Yes indeedy, that was exactly the problem. Reminds me of looking for a problem in my C

Tomcat, Realm, and context.xml

2009-05-17 Thread Greg Allen
I am trying to use ApacheDS 1.5 with Tomcat 5.5.17. I first set up ApacheDS as a standalone appliation and set up the following Realm in the Tomcat server.xml file: Realm className=org.apache.catalina.realm.JNDIRealm debug=99 connectionName=uid=admin,ou=system

How to refer to file?

2009-05-17 Thread Dola Woolfe
Hi, Within a .jsp document, is there a way of referring to a file in same directory? For example, new java.io.File(ThisDir, FileName.txt). Thanks, Dola - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: How to refer to file?

2009-05-17 Thread Steve Yates
Dola Woolfe wrote: Hi, Within a .jsp document, is there a way of referring to a file in same directory? For example, new java.io.File(ThisDir, FileName.txt). Thanks, Dola - To unsubscribe, e-mail: