FW: FW: ANTALIS SAP JCO : RFC Load Balancing to be used

2004-11-17 Thread Luc De Kesel
-Original Message- From: Franco Roma [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 5:42 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; Jean-Luc Lacorre; [EMAIL PROTECTED]; Luc De Kesel; Marco Hilarius; Mauro Lupica Subject: Re: FW: ANTALIS SAP JCO : RFC Load Balancing

File upload and download.

2004-11-17 Thread Pawson, David
I'm using Tomcat 5.0.28. My app relates to upload and download. Using fileupload to upload files, and a basic file interface to store them to a fixed disk location. Presenting a webpage with a list of links, the url needs to be within the tomcat installation (security etc). Question. How do

Re: [configuration] Properties files in jars

2004-11-17 Thread Grant Ingersoll
You can say that again! [EMAIL PROTECTED] 11/16/2004 9:57:55 PM ... Thanks God that was not a classloading issue :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [configuration] Properties files in jars

2004-11-17 Thread Grant Ingersoll
What should base be set to in this case? Is it the JAR protocol specification, as in jar:file:/// Thanks for the patch! -Grant [EMAIL PROTECTED] 11/16/2004 9:57:55 PM Ok I think I understand why it's not working. I wrote a test case, I'll commit it once it's polished. The problem is the

Re: File upload and download.

2004-11-17 Thread Dakota Jack
The following code gets you CATALINA_HOME. I cannot tell if this will be helpful to you or not. Probably not, but what the heck, David. Jack package com.whatever.classpath; import java.io.File; import java.net.URL; public final class Classpath { public static final String HERE =

Re: File upload and download.

2004-11-17 Thread Mark Lowe
What about System.getProperty(catalina.base) ? or catalina.home ? they are passed to the jvm at startup.. Not sure how if or how you get access to them. Mark On Wed, 17 Nov 2004 06:20:07 -0800, Dakota Jack [EMAIL PROTECTED] wrote: The following code gets you CATALINA_HOME. I cannot tell if

RE: File upload and download.

2004-11-17 Thread Pawson, David
-Original Message- From: Dakota Jack The following code gets you CATALINA_HOME. I cannot tell if this will be helpful to you or not. Probably not, but what the heck, David. Thanks for the reply Jack. Sorry, but I can't get other than an exception out of

RE: File upload and download.

2004-11-17 Thread Pawson, David
-Original Message- From: Mark Lowe What about System.getProperty(catalina.base) ? or catalina.home ? they are passed to the jvm at startup.. Not sure how if or how you get access to them. That's it Mark. They are set by the script that launches tomcat.

Re: File upload and download.

2004-11-17 Thread Dakota Jack
Hi, David, Send my your exceptions. However, what you must be doing wrong is to not put your values in for the webapp and the whatever. In the following code you must have your classpath for the class Classpath in the package statement: com.whatever.classpath and where it says webapp you need

RE: File upload and download.

2004-11-17 Thread Pawson, David
-Original Message- From: Dakota Jack Send my your exceptions. However, what you must be doing wrong is to not put your values in for the webapp and the whatever. Yes, you are right. org.apache.catalina.startup.Bootstrap looks like the the boot class. Is

Stream Ended Unexpectedly

2004-11-17 Thread J.Talarczyk
My server configuration is as follows: Windows 2003 box running IIS 6 with isapi_redirector2.dll and Tomcat 5.0.25. A dedicated fractional T for inbound web traffic. I have a jsp app that uploads 3-8mb pdf files and dumps them in a database using the latest downloadable version of FileUpload.

Re: Stream Ended Unexpectedly

2004-11-17 Thread David Liles
Take a look at the following... http://www.dynamichostings.com/Documents.do The link for the updated redirector2.dll explains the issue. [EMAIL PROTECTED] 11/17/04 03:18PM My server configuration is as follows: Windows 2003 box running IIS 6 with isapi_redirector2.dll and Tomcat 5.0.25. A

Re: Stream Ended Unexpectedly

2004-11-17 Thread Marty Phee
Try putting Apache in from of Tomcat and see if you have problems. On Wednesday 17 November 2004 03:18 pm, J.Talarczyk wrote: My server configuration is as follows: Windows 2003 box running IIS 6 with isapi_redirector2.dll and Tomcat 5.0.25. A dedicated fractional T for inbound web traffic.

RE: Stream Ended Unexpectedly

2004-11-17 Thread J.Talarczyk
I am well aware of the issue with the redirector. I am more concerned with the speed issue. If the redirector is causing speed problems then accessing the application via the applicable port would result in better speed performance. Which is not the case. -Original Message- From: David

RE: Stream Ended Unexpectedly

2004-11-17 Thread Gemp, Robert S.
We have had similar problems with MS IIS and JRun app server, so we don't think your problem is Tomcat related. We got the following info off a Macromedia site somewhere, perhaps it was a ColdFusion forum. Following is a verbatim cut-paste of the article from there. The writer seems to have had

Software error - while accessing a cgi page

2004-11-17 Thread Thilina
hi, I'm using Commons http-client to access and get the source of the cgi page. == import org.apache.commons.httpclient.HttpClient; import org.apache.commons.httpclient.UsernamePasswordCredentials; import org.apache.commons.httpclient.methods.GetMethod;

[DbUtils] documentation update overloading BeanHandler constructor

2004-11-17 Thread Markus Khouri ([EMAIL PROTECTED])
Dear dbutil folks, I am a newbie to this package. I was really excited because I do not know much about databases and was hoping that this package could hide most of the details from me. (Yes, I know I should understand everything, but I simply do not have the time.) I spent