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

2009-05-17 Thread Kapil Bansal
Hi Pid, Thanks for the reply,the PDF is already being generated before it is passed to the servlet, in the Servlet they are just attaching a end user specif Watermark to the PDF .So when the end user tries to view the PDF ,he has to wait for the full file to download and then only they can see it.

Trouble editing .html and .jsp

2009-05-17 Thread Dola Woolfe
Hi, In a recent email, I asked how to make Eclipse treat html files and jsp files. In other words, I want to give my jsp files extension html. I following the advice going to Window->Pref->Gen->Editors->Files Associations. But it had no effect. Even when I right-click on the file and choose Op

Re: How to refer to file?

2009-05-17 Thread Dola Woolfe
Thanks, But why would a <%! %> tag make a file default to the same dir as the .jsp file. When I do <%! String content = new java.io.File("Hi.txt").getAbsolutePath(); %>, I get: C:\dc\tomcat\bin\Hi.txt --- On Mon, 5/18/09, Steve Yates wrote: > From: Steve Yates > Subject: Re: How to refer

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,

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

Tomcat, , 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 in the Tomcat server.xml file: ldap://localhost:10389"; digest="SHA" allRolesMode="authOnly" userPassword="userPa

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 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 code, back

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 > https://issues.apache.org/bugzilla/show_bug.

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,

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

2009-05-17 Thread Mark Thomas
> From: Kapil Bansal > > 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 > https://issues.apache.org/bugzilla/show

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 "ma

Byte Serving PDF in Tomcat 5.5 bundled with Jboss 4.0.3SP1

2009-05-17 Thread Kapil Bansal
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 https://issues.apache.org/bugzilla/show_bug.cgi?id=45419 and it says that

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 f

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 n