RE: problem with init

2001-09-18 Thread Alexander Jesse
Hi, another way might be to create a link to /opt/company in /webapps/context/WEB-INF/lib. All jars in WEB-INF/lib get added to the contexts classpath. Else copy the necessary jars for each context to WEB-INF/lib. This allows for different classpaths per context. Hope this helps Alexander

RE: Interactive debugging with Tomcat?

2001-09-11 Thread Alexander Jesse
Hi, setup Tomcat to use a jdk1.3 (or higher) switch on the external debugging interface. Then use your preferred IDE and setup remote debugging. there you go Alexander -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 10:38 PM To:

RE: file download servlet

2001-09-11 Thread Alexander Jesse
Hi, have you tried with different browsers? I remember vaguely that this kind of stuff can also be working in one browser and not work in another one... regards Alexander -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 11, 2001 11:53 PM

Faq-O-Matic

2001-09-04 Thread Alexander Jesse
Hi, it seems the Tomcat-FAQ is built on Jyve I tried to find a download of Jyve to build the FAQ for my onw projects, but I cannot find a working download-link. Can somebody give me a hint where to find a working version of Jyve with matching pre-requisits (Turbine,...)? thanks Alexander

RE: List of trusted CA's

2001-09-04 Thread Alexander Jesse
%JAVA_HOME%/jre/lib/security/cacerts -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 04, 2001 9:48 AM To: [EMAIL PROTECTED] Subject: List of trusted CA's Does anyone know where the servers list of trusted CA's is located in the tomcat

RE: Tomcat+SSL+IBM Java

2001-09-03 Thread Alexander Jesse
Hi, things that come to mind: - are the JSSE-jars in the classpath? - could it be that you have to define an IBM security-provider? good luck Alexander -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, September 03, 2001 11:14 AM To: [EMAIL PROTECTED]

RE: SSL-tomcat probs

2001-08-31 Thread Alexander Jesse
Hi, finally another one with the same problem... I have tomcat with ssl and certificates on 3 machines (2 desktops and 1 laptop all connected to the same network). The browser (NS) has certificates and works on all 3 machines. I can connect from the desktops to tomcat on the laptop and it

RE: Pass arguments from html file to servlet

2001-08-31 Thread Alexander Jesse
Hi, two cases: - normal link: use URL-parameters .ServletName?parmname1=value1. - form: field-values will be added to the request. - every servlet-tutorial deals with that kind of questions regards Alexander -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: conflict between jaxp.jar, parser.jar (tomcat lib) and xalan. jar, xerces.jar?

2001-07-04 Thread Alexander Jesse
Hi, the problem with renaming might be if you encounter a machine set up to return the files in a directory not in alphabetical order (let's say newest file first...) I wonder whether the jar's will then be deployed correctly. cheers Alexander Jesse -Original Message- From

RE: nutty steps for setting up tomcat standalone ssl

2001-05-15 Thread Alexander Jesse
supports a keystore type of PKCS. The file is org.apache.tomcat.net.SSLSocketFactory.java hope this helps Alexander Jesse

RE: Problem in linking Tomcat 3.2.1 and Apache 1.3.19 in RedHat L inux 7.0

2001-05-11 Thread Alexander Jesse
Hi, most probably you got the wrong address... maybe you should ask this question to the tomcat mailing list. regards Alexander Jesse -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 11:26 AM To: Jesse Alexander (KABS 11) Subject

RE: [bug report] servlet's twice calling

2001-04-26 Thread Alexander Jesse
Hi, can it be that it depends on the user-agent (=browser)? I have allways seen the problem (sporadically appear) when using a netscape 4.x browser. And it appeared on different webservers. It is not even necessary that it is a servlet-call. cheers Alexander -Original Message- From:

RE: setAttribute/getAttribute problem

2001-04-26 Thread Alexander Jesse
hi, maybe a silly question: do you have a import-statement for your classes? hth Alexander -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 9:05 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: setAttribute/getAttribute

RE: taglib for preferences?

2001-04-10 Thread Alexander Jesse
Struts has tags for this. You can define strings in a properties file and it even will do i18n for you, if the local of the users interface is stored in the session. - http://jakarta.apache.org - struts good luck Alexander Jesse -Original Message- From: [EMAIL PROTECTED] [mailto

RE: JBuilder Remote Debugging

2001-04-09 Thread Alexander Jesse
- Hostname: eg. localhost - Transport: - dt_socket - Address: 5000 - good luck Alexander Jesse -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 12:30 PM To: [EMAIL

RE: Servlet Exception against

2001-04-05 Thread Alexander Jesse
Hi, looks as if your tomcat has no write-permission on ..\work\localhost\Project\Datacapture_0005fProject\ Alexander Jesse -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 05, 2001 2:54 PM To: [EMAIL PROTECTED] Subject: Servlet