AW: What's up with Borland?

2002-02-04 Thread Lauer, Oliver
I'm running TC4.0,4.01 and 4.0.2 with JB6 and do proper debugging. I don't know what the JB guys are talking about ? What can do for you ? Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49

AW: What's up with Borland?

2002-02-05 Thread Lauer, Oliver
. Morse [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 5. Februar 2002 13:33 An: Lauer, Oliver Betreff: RE: What's up with Borland? I've added the VM parameters, but that didn't make any difference. Attached are the server.xml and web.xml files. I'm using the Tomcat version that came

AW: apache or tomcat

2002-02-05 Thread Lauer, Oliver
In addition: The only problem with TC/SSL (standalone) is that its implementation (jsse) doesn't work with IE5.0 128 SP1 due to a bug in IE5.0 Apache's mod_ssl does instead and thus we were forced to switch to Apache(ssl)/TC though we want to support as many browsers as possible and IE5.0 is

TC + JDK1.4

2002-02-14 Thread Lauer, Oliver
Hi, does TC support JDK1.4 ? Thanx Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail: [EMAIL PROTECTED] _

AW: High Availibility?

2002-02-18 Thread Lauer, Oliver
Yes, you're correct for the moment. I guess they are working on that issue. See Tom Drake's mailings. Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064

AW: COnfiguring Tomcat/apache with mod_jk

2002-02-19 Thread Lauer, Oliver
Have a look at http://jakarta.apache.org/~hgomez/ajp13-tc4.0/ AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail: [EMAIL PROTECTED]

TC4.0 to EJB

2002-02-21 Thread Lauer, Oliver
Hi, I try to connect to an EJB container within TC4.0. I can do so from within an ordinary client. I can't within TC. I receive the following exception: javax.naming.NameNotFoundException: Name ejb is not bound in this Context at

AW: TC4.0 to EJB / expand TC to EJB2.0 and MDB

2002-02-22 Thread Lauer, Oliver
43963 Mobil: +49 179 59 064 59 e-Mail: [EMAIL PROTECTED] _ -Ursprüngliche Nachricht- Von: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 21. Februar 2002 15:47 An: Tomcat Users List (E-Mail) Betreff: TC4.0 to EJB Hi, I try to connect

AW: J2EE 1.3 RI + Tomcat 4.0.1

2002-02-22 Thread Lauer, Oliver
Hi Craig, the J2EE RI does not support this (access to EJBs from remote JVMs). You'll need to use a different container. it does if you provide your own Context within TC. Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln

AW: Is it possible to bind to EJB-s in a J2EE-complient waywith Tomcat 4?

2002-02-22 Thread Lauer, Oliver
You can use J2SDKEE1.3 or 1.3.1 as remote EJB-Container with TC. Up to now I didn't manage to use the TC context, so I use my own. Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148

AW: AW: J2EE 1.3 RI + Tomcat 4.0.1

2002-02-25 Thread Lauer, Oliver
An: Tomcat Users List Betreff: Re: AW: J2EE 1.3 RI + Tomcat 4.0.1 On Fri, 22 Feb 2002, Lauer, Oliver wrote: Date: Fri, 22 Feb 2002 10:47:00 +0100 From: Lauer, Oliver [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: AW: J2EE

AW: Access to shared classloader from common classes

2002-02-26 Thread Lauer, Oliver
ClassLoader webappClassLoader = Thread.currentThread().getContextClassLoader(); Class webappClass = webappClassLoader.loadClass(comm.foo.bar.MyClass); AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148

XSL - Reload a resource without restarting

2002-02-28 Thread Lauer, Oliver
Hi all, somebody a brilliant idea how to reload a resource dynamically within a webapp without having to restart. In my case I want to reload a XSL file only if it was changed. Thanks in advance Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße

AW: XSL - Reload a resource without restarting

2002-02-28 Thread Lauer, Oliver
hard to say anything more. -Ursprüngliche Nachricht- Von: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 28. Februar 2002 17:16 An: Tomcat Users List (E-Mail) Betreff: XSL - Reload a resource without restarting snip/ somebody a brilliant idea how to reload a resource

AW: XSL - Reload a resource without restarting

2002-02-28 Thread Lauer, Oliver
= (new Date()).getTime(); } P.S.: I still beg that the real problem lies in doWhatEverToReRead() -Ursprüngliche Nachricht- Von: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 28. Februar 2002 18:01 An: 'Tomcat Users List' Betreff: AW: XSL - Reload a resource without

Own Threads within TC ?

2002-03-01 Thread Lauer, Oliver
Hi, I know within an EJB container you mustn't use threads although in some you can either. How is that topic related to TC. I know I can use threads within TC but what does the spec. says about threads ? I want to start some within a servlet's init() and stop those using the destroy() method.

AW: XSL - Reload a resource without restarting

2002-03-01 Thread Lauer, Oliver
if this will work, but figured I'd throw it out there as a suggestion. Best of luck, -Jeff -Ursprüngliche Nachricht- Von: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 28. Februar 2002 17:16 An: Tomcat Users List (E-Mail) Betreff: XSL - Reload a resource without

AW: XSL - Reload a resource without restarting

2002-03-01 Thread Lauer, Oliver
Nachricht- Von: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 28. Februar 2002 18:01 An: 'Tomcat Users List' Betreff: AW: XSL - Reload a resource without restarting I'm going to try it. Thanks ! -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL

AW: Own Threads within TC ?

2002-03-01 Thread Lauer, Oliver
: [EMAIL PROTECTED] _ -Ursprüngliche Nachricht- Von: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 1. März 2002 17:42 An: Tomcat Users List Betreff: Re: Own Threads within TC ? On Fri, 1 Mar 2002, Lauer, Oliver wrote: Date: Fri, 1 Mar 2002

AW: AW: Own Threads within TC ?

2002-03-01 Thread Lauer, Oliver
] _ -Ursprüngliche Nachricht- Von: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 1. März 2002 17:52 An: Tomcat Users List Betreff: Re: AW: Own Threads within TC ? On Fri, 1 Mar 2002, Lauer, Oliver wrote: Date: Fri, 1 Mar 2002 17:47:11 +0100 From

AW: Using CORBA or IIOP?

2002-03-12 Thread Lauer, Oliver
Hi, Yes, you can do both - EJB/IIOP or CORBA/IIOP.It depends on the IIOP source. WIth the following statements for example you can call an EJB running within the J2EE-Reference-Implementation 1.3: java.util.Hashtable h = new java.util.Hashtable();

triggers ignore directories ?

2002-03-14 Thread Lauer, Oliver
Hi, from my point of view the trigger-technology within the ClassLoaderFactory and within the WebappClassLoader ignores a complete directory or a complete jar-file if it finds a trigger-class within your directory or jar-file. My expierience is that I've placed a class within classes that

AW: Automatically Unpack war-files

2002-03-14 Thread Lauer, Oliver
Hi Dieter, this forces TC to unpack, Host name=localhost debug=0 appBase=webapps unpackWARs=true but I guess only if you haven't deployed your app before and only if you haven't defined a context within your server.xml. Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer

AW: session listener

2002-03-15 Thread Lauer, Oliver
Hi, you can create an object that implements HttpSessionBindingListener and store this object in your current session. This object will then be informed when the session gets bound and unbound. Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34

AW: JSP/Servlet --EJB

2001-11-23 Thread Lauer, Oliver
You can e.g. define a tag on your own that makes a lookup and a call to an EJB whereas I believe it ain't gotta be well designed. AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963

Navigating between application context

2001-11-27 Thread Lauer, Oliver
Hi all, I admit it's probably a beginner's question and I believe I could find it in the docs as well but maybe somebody can answer this very quickly: Can I and if I can how do I navigate from one application context /firstExampleContext/MainJsp to another context

Netscape 3.6.2 with TC4.0

2001-11-28 Thread Lauer, Oliver
Hi, is it possible to connect Netscape Enterprise 3.6.2 with Tomcat4.0 and if how ? Thanks in advance. Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59

[Wed Nov 28 17:39:40 2001] [error] K! mod_webapp with TC4 and Apache1.3.20/22

2001-11-28 Thread Lauer, Oliver
Hi, I'm still having an unsolved (since 3 weeks now) problem with TC 4, mod_webapp and Apache1.3.22 with JDK.1.3. The example servlet is invoked but the response never comes back. The same with the gifs and I get the error message (Apache log): [Wed Nov 28 17:39:40 2001] [error] K! I can

AW: [Wed Nov 28 17:39:40 2001] [error] K! mod_webapp with TC4and A pache1.3.20/22

2001-11-29 Thread Lauer, Oliver
but they will eventually load with enough browsing ... I know I have provided no fix but maybe one of our more experienced Apache, TC, Win2K users knows the answer ... Or at least recogmizes the symptoms MK -Original Message- From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Sent: Wednesday

AW: running two tomcat servers

2001-11-29 Thread Lauer, Oliver
Due to the warp-connector doesn't support loadbalacing at the moment and isn't too stable could you please post here where I can find some doc concerning connecting TC4.0 with Apache1.3 using the ajp ? Thanks in advance Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web

AW: running two tomcat servers

2001-11-29 Thread Lauer, Oliver
- Net4You OASE Tiroler Straße 80, 9500 Villach Tel.:+ 43 (0) 4242 - 5005 - 400 Fax: + 43 (0) 4242 - 50055 mailto:[EMAIL PROTECTED] == -Original Message- From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 2

AW: running two tomcat servers

2001-11-29 Thread Lauer, Oliver
.:+ 43 (0) 4242 - 5005 - 400 Fax: + 43 (0) 4242 - 50055 mailto:[EMAIL PROTECTED] == -Original Message- From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 2:18 PM To: 'Tomcat Users List'; '[EMAIL PROTECTED]' Subject

AW: Netscape 3.6.2 with TC4.0

2001-11-30 Thread Lauer, Oliver
Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 28, 2001 4:41 PM To: Tomcat Users List (E-Mail) Cc: Heising, Joachim Subject: Netscape 3.6.2 with TC4.0 Hi, is it possible to connect Netscape

Connecting TC40 with Apache 1.3 using mod_jk

2001-12-03 Thread Lauer, Oliver
Hi, using mod_jk for connecting TC40 and Apache1.3 works fine for Windows NT, 2000 and Solaris. I could easily build the connector from source using the download and the documentation from http://jakarta.apache.org/~hgomez/ajp13-tc4.0/. The only difference between Solaris and Win is that I

AW: Manager app in tomcat 4 doesn't show number of sessions

2001-12-04 Thread Lauer, Oliver
Hi, my manager app on Solaris 2.6 doesn't show any session info, too. Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail: [EMAIL

AW: Tomcat 3.3, server.xml and a lot of fun

2001-12-04 Thread Lauer, Oliver
Hi guys, I really appreciate those mails below. I takes my mind off all my (technical) worries and the pressure I've meanwhile the day :-)) We still shouldn't forget that all the guys are doing that for nothing and are helping us earning our money ! AND we shouldn't forget to laugh...at least

Configure md_jk in http.conf

2001-12-05 Thread Lauer, Oliver
Hi all, although I've done the following in http.conf for mod_jk: JkMount /examples/*.jsp ajp13 I can even read *.html and *.gifs. Does somebody know why and what I've to do to prohibit that ? Thanx Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect

AW: Configure md_jk in http.conf

2001-12-07 Thread Lauer, Oliver
179 59 064 59 e-Mail: [EMAIL PROTECTED] _ -Ursprüngliche Nachricht- Von: /O=SOPRA/OU=FR-PARIS/CN=RECIPIENTS/CN=AHERITIER Im Auftrag von Arnaud Héritier Gesendet: Donnerstag, 6. Dezember 2001 12:47 An: 'Lauer, Oliver' Cc: 'Tomcat Users List (Adresse de

AW: Session Timeout

2001-12-07 Thread Lauer, Oliver
Have a look at HttpSessionEvent in API2.3 AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail: [EMAIL PROTECTED] _

AW: ONE More Time! why does Tomcat 4 work this way

2001-12-07 Thread Lauer, Oliver
Maybe you try mod_jk for Linux due to I had the same comparable problems with Solaris 2.6. You can easily built it from source using the mail attached. Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148

AW: Tomcat and JNLP

2001-12-10 Thread Lauer, Oliver
Yes, have a look at the standard web.xml where you can configure the mime types. I did it and it works ! AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59

AW: Tomcat and JNLP

2001-12-10 Thread Lauer, Oliver
Do the following in the web.xml in the conf folder: mime-mapping extensionjnlp/extension mime-typeapplication/x-java-jnlp-file/mime-type /mime-mapping Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49

AW: Apache 1.3.22 + Tomcat 4.0.1

2001-12-12 Thread Lauer, Oliver
I didn't manage to get it properly working and used mod_jk then ! This one works fine ! AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail: [EMAIL

AW: Verisign Cert and Tomcat SSL

2001-12-12 Thread Lauer, Oliver
Was does your keytool -list say now ? AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail: [EMAIL PROTECTED] _

AW: Does Tomcat support ejb?

2001-12-12 Thread Lauer, Oliver
No, you need a EJB-container like jBoss. AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail: [EMAIL PROTECTED] _

AW: Keystore and SSL

2001-12-12 Thread Lauer, Oliver
You should tell your jws-application that it can trust TC by importing the self generated TC certificate into the keystore your jws-application operates against. See jsse-documentation for how to do it. Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect

AW: Network error with -SSL-

2001-12-12 Thread Lauer, Oliver
Could you list your keystore you operate against ? AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail: [EMAIL PROTECTED]

AW: Running as service...

2001-12-13 Thread Lauer, Oliver
I had the same problem and I had two different jre after installation of jdk1.3. The one I installed and I was aware of I fixed with the jsse-libs and this is the one I used within the bats but the service uses another runtime that was installed automatically anywhere within program files.

AW: Keystore and SSL

2001-12-14 Thread Lauer, Oliver
Message- From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 9:33 AM To: 'Tomcat Users List' Subject: AW: Keystore and SSL You should tell your jws-application that it can trust TC by importing the self generated TC certificate into the keystore your jws-application

SSL with IE5.0

2001-12-14 Thread Lauer, Oliver
Hi, I've difficulties in running TC/SSL with IE 5.0, the system hangs after I've sitched from an index.html to any jsp ? With IE5.5 or higher it works properly. Did anybody solve that problem or has a similar experience ? Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer

AW: Running as service...

2001-12-14 Thread Lauer, Oliver
guest I missed something but I don't understand. Guido. -Original Message- From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Sent: Friday, December 14, 2001 3:35 AM To: 'Tomcat Users List' Subject: AW: Running as service... I had the same problem and I had two different jre after

AW: Running as service...

2001-12-14 Thread Lauer, Oliver
is the JRE... Enjoy and get the experience with my case... Guido. SSL is working properly... Regards, Guido. -Original Message- From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Sent: Friday, December 14, 2001 9:16 AM To: 'Tomcat Users List' Subject: AW: Running as service... Hi, I had

AW: Keystore and SSL

2001-12-14 Thread Lauer, Oliver
cert from Verisign, but when I try to import it back into my root keystore I get an error from keytool saying the passwords don't match. I am getting to the point where I am about to give up on JWS. Jim -Original Message- From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Sent: Friday, December

AW: Tomcat 4 Service SSL

2001-12-14 Thread Lauer, Oliver
runtime but with the service is the JRE... Enjoy and get the experience with my case... Guido. SSL is working properly... Regards, Guido. -Original Message- From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Sent: Friday, December 14, 2001 9:16 AM To: 'Tomcat Users List' Subject: AW

AW: Keystore and SSL

2001-12-14 Thread Lauer, Oliver
the passwords don't match. I am getting to the point where I am about to give up on JWS. Jim -Original Message- From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Sent: Friday, December 14, 2001 4:11 AM To: 'Tomcat Users List' Subject: AW: Keystore and SSL What did you do exactly ? Did you export

AW: Configuring Multiple Tomcat JVMs with Apache - LoadBalancing

2001-12-14 Thread Lauer, Oliver
Hi, there hasn't been done anything on that topic yet ? What's the status of loadbalacing, either mod_jk or mod_webapp ? Is that political due to if loadbalacing is working properly there won't be any reason to take (buy) anything else than TC ? Oliver AXA eSolutions GmbH AXA Konzern

TC with SSL, IE5.0 and 128 bit

2001-12-14 Thread Lauer, Oliver
Hi all, we've built an insurance calculator and and a online contracting machine based on Tomcat4.0 with SSL. Doing integration testing I've noticed that TC with ssl doesn't work with IE5.0 (128 bit). It works with with 5.5 and higher. I've heard that this is a known bug in IE5.0 and I should

AW: TC with SSL, IE5.0 and 128 bit

2001-12-16 Thread Lauer, Oliver
] _ -Ursprüngliche Nachricht- Von: Barry L. White [mailto:[EMAIL PROTECTED]] Gesendet: Samstag, 15. Dezember 2001 07:14 An: Tomcat Users List Betreff: Re: TC with SSL, IE5.0 and 128 bit Lauer, Oliver wrote: Hi all, we've built an insurance calculator

Force TC standalone to use 40 bit SSL symetric encryption only

2001-12-16 Thread Lauer, Oliver
Hi all, If you run TC40 standalone with SSL and you don't need that much secruity and prefer speed over total secruity you can force TC40 to encrypt with 40 bit only. This enables IE50 (128) to work with TC, too, due to IE50 is forced to encrypt with 40 bit only. You have to change the

White Christmas with TC

2001-12-16 Thread Lauer, Oliver
Hi all, I know that has nothing to do with TC and I don't want to bother anybody by polluting her or his mailbox (please excuse in advance) but we have 8 am in Cologne/Germany, I'm looking out of my office window and it has just started to snow ! I want to take this event to wish everybody

AW: tom4 session and loadbalancing / Distributed SessionManageme nt

2001-12-16 Thread Lauer, Oliver
Tom, my management will hate you for that due to it's their reason for not considering TC :-). Could you post a how-to-do and where to find the sources as soon as you've finished your work ? Thanx Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße

AW: Force TC standalone to use 40 bit SSL symetric encryptiononl y

2001-12-17 Thread Lauer, Oliver
encryption only how do u force 40bit SSL with Tomcat ? Is it possible to do the same with Apache and mod_ssl ? Thanks -Message d'origine- De : Lauer, Oliver [mailto:[EMAIL PROTECTED]] Envoyé : lundi 17 décembre 2001 07:27 À : Tomcat Users List (E-Mail) Objet : Force TC standalone to use

AW: web developpment

2001-12-17 Thread Lauer, Oliver
I don't know who you are asking but we are using: - jBuilder4-5 - CVS - WebLoad - jUnit Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail:

AW: web developpment

2001-12-17 Thread Lauer, Oliver
Have a look at www.junit.org Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail: [EMAIL PROTECTED] _

AW: Classloader question

2001-12-17 Thread Lauer, Oliver
Did you something like this in server xml ? Context path=/myapplication docBase=myapplication debug=0 privileged=true/ in your localhost container ? AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221

AW: Classloader question

2001-12-17 Thread Lauer, Oliver
But why wasn't the class found in myapp/WEB-INF/lib ? Sorry, but I don't understand that !? AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail:

AW: Classloader question

2001-12-17 Thread Lauer, Oliver
for a database to be share through all the apps (JVMs) you put it inside TOMCAT_HOME/lib (if they are .jar) or in TOMCAT_HOME/classes (if they are .class), so, both directories have different purposes. I learned it with the experience and practice, Guido. -Original Message- From: Lauer

AW: AW: Classloader question

2001-12-17 Thread Lauer, Oliver
. McClanahan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, December 17, 2001 1:51 PM Subject: Re: AW: Classloader question On Mon, 17 Dec 2001, Lauer, Oliver wrote: But why wasn't the class found in myapp/WEB-INF/lib ? Sorry, but I don't understand that !? Class

mod_jk / EAPI for Win NT

2001-12-18 Thread Lauer, Oliver
Hi all, can somebody provide me with a mod_jk-module for EAPI or tell me where I can found the source to build it on my own (with EAPI support). Plattform ist Win NT. Thanks in advance ! Thanks Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34

mod_jk for NT and EAPI

2001-12-19 Thread Lauer, Oliver
Hi, does somebody has compiled mod_jk with EAPI for NT and could share this one with me ? :-) Until now I didn't manage to compile it on my own and I've mod_ssl installed with Apache1.3.22 (NT) and the start-up states: ...[Wed Dec 19 13:35:23 2001] [warn] Loaded DSO modules/mod_jk.dll uses

AW: mod_jk for NT and EAPI

2001-12-19 Thread Lauer, Oliver
14:19 An: Tomcat Users List Betreff: RE: mod_jk for NT and EAPI I have the same problem with mod_webapp! I have Apache 1.3.22 on Win2k and I do not manage to compile with the -DEAPI option... Diego -Message d'origine- De : Lauer, Oliver [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 19

AW: VERY VERY URGENT!!!!

2001-12-19 Thread Lauer, Oliver
Yes, I start it as administrator and it stays alive even if I log off. AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail: [EMAIL PROTECTED]

AW: mod_jk / EAPI for Win NT

2001-12-19 Thread Lauer, Oliver
://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/bin/win32/i386 / Cheers, Larry P.S. EAPI doesn't apply to Win32 platforms. It's all DLL's. -Original Message- From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 2:41 AM To: Tomcat Users List (E

AW: Tomcat 4 mod_webapp in Win2k

2001-12-20 Thread Lauer, Oliver
Hi, I had similar problems and switched to mod_jk which works fine for that purpose ! Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail:

AW: Performance comparison TC3.2/4.0

2002-01-11 Thread Lauer, Oliver
cleaned the result database between each run, it looks like some times WebStress uses some data from previous run) -Ursprüngliche Nachricht- Von: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 11. Januar 2002 14:01 An: Tomcat Users List (E-Mail) Cc: Tomcat-Dev (E-Mail) Betreff

AW: Tomcat 4.0.1, Apache 1.3.22, Warp Connector andLoadbalancing

2002-01-15 Thread Lauer, Oliver
That're really good news !!! We stay tuned and please don't forget the doc :-). When will 4.0.2 be available ? Thanx Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963

AW: Get active Sessions from webapp

2002-01-15 Thread Lauer, Oliver
Have a look at Craig's answer: In a servlet 2.3 environment (Tomcat 4), you can accomplish your goal without getting into the innards of the container. Simple create and register an HttpSessionListener, which will be notified every time a session within your app is created or destroyed -- it's

READER to InputStream

2002-01-24 Thread Lauer, Oliver
I know I'm a looser but can anybody tell me quickly how I can get a Reader to an InputStream. I've searched for quite a while but I didn't find anything yet ! PLEASE Thanx Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany

AW: READER to InputStream

2002-01-24 Thread Lauer, Oliver
java.io.InputStreamReader(myInputStream); is it that what you want ? -Original Message- From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Sent: donderdag 24 januari 2002 13:05 To: Tomcat Users List (E-Mail) Subject: READER to InputStream I know I'm a looser but can anybody tell me quickly how I can

AW: READER to InputStream / SOAP/JAXB

2002-01-24 Thread Lauer, Oliver
Hi, I'm using SOAP with JAXB to make me nice Java from that XML :-) I receive the XML via attachement: --- AttachmentPart attachment = (AttachmentPart)it.next();

AW: READER to InputStream

2002-01-24 Thread Lauer, Oliver
as a constructor) You have to play around with it though, since it could be that it needs some conversion of some sort to corrrectly end up in the inputstream.. Mvgr, Martin -Original Message- From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 24, 2002 13:19

AW: Tomcat / SOAP

2002-01-24 Thread Lauer, Oliver
Or have a look at the JAXM-package from SUN. I work with that...and TC. Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail: [EMAIL PROTECTED]

AW: SOAP Tutorial

2002-01-24 Thread Lauer, Oliver
Have a look at http://xml.apache.org/soap/ or download the JAXM package from SUN. That's what I use for TC. Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59

AW: Load balancer - no session affinity

2002-01-24 Thread Lauer, Oliver
Really keen on having that, too :-))) AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail: [EMAIL PROTECTED] _

AW: LifecycleException

2002-01-27 Thread Lauer, Oliver
Yes, it seems TC is still listening and the shutdown didn't work properly ? Have a look at the port that is used for the shutdown. Maybe another thread is using that, so that the shutdown-command doesn't receive TC. Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web

AW: canno startup Tomcat 4.0.1 - how to nobble JSP?

2002-01-28 Thread Lauer, Oliver
Much better :-) ? You're entering enemy's gate ! AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59 e-Mail: [EMAIL PROTECTED] _

AW: Struts framwork

2002-01-28 Thread Lauer, Oliver
There's a real good documentation on http://jakarta.apache.org/struts/index.html. We are successfully using STRUTS with TC since 2 years now. AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221

Job situation in the US

2002-01-28 Thread Lauer, Oliver
Hi all, I admit this forum isn't quite suitable for those postings (saying sorry to all who are annoyed reading that) but I believe as well a lot of experts are listening who can answer this question maybe: Is it still a bloodbath in the US concerning Java Jobs or is the situation improving ?

AW: gc() and sessions

2002-01-29 Thread Lauer, Oliver
I believe not - it isn't even guaranteed that the vm does gc when you call gc explicitly within your code. Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59

Webservices with TC / Sun WSDP with TC

2002-01-29 Thread Lauer, Oliver
Hi all, I've studied the package and tried some examples. Everything worked fine, I've even registered with the IBM UDDI and did some lookups, but I didn't find anything that tells me how to find something (a service) within an UDDI (eg. IBM) and to invoke it straightaway ? Did I miss

AW: Webservices with TC / Sun WSDP with TC

2002-01-29 Thread Lauer, Oliver
- Von: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 29. Januar 2002 11:22 An: Tomcat Users List (E-Mail) Betreff: Webservices with TC / Sun WSDP with TC Hi all, I've studied the package and tried some examples. Everything worked fine, I've even registered with the IBM UDDI

AW: Job situation in the US

2002-01-29 Thread Lauer, Oliver
: Lauer, Oliver [EMAIL PROTECTED] To: Tomcat Users List (E-Mail) [EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 2:58 AM Subject: Job situation in the US Hi all, I admit this forum isn't quite suitable for those postings (saying sorry to all who are annoyed reading that) but I believe as well

AW: Job situation in the US

2002-01-29 Thread Lauer, Oliver
Message - From: Lauer, Oliver [EMAIL PROTECTED] To: Tomcat Users List (E-Mail) [EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 2:58 AM Subject: Job situation in the US Hi all, I admit this forum isn't quite suitable for those postings (saying sorry to all who are annoyed reading

AW: Session visibility

2002-01-29 Thread Lauer, Oliver
I guess a session is only valid within the context it was created if that's what you meant. Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179 59 064 59

AW: mod_jk.conf ?!?

2002-01-30 Thread Lauer, Oliver
for TC 4.0 take stuff from : http://jakarta.apache.org/~hgomez/ajp13-tc4.0/ for TC 4.0.1, ajp support is included. In both case you should take a recent mod_jk like the one for Tomcat 3.3 http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/bin/win32/i386/ - AXA eSolutions GmbH

AW: How to configurate tomcat 4.0 with JBuilder 6.0professional?

2002-01-30 Thread Lauer, Oliver
TC4.0 is within JB6, just push the right mouse button and select web run. TC starts..! What's your problem ? Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax: +49 221 148 43963 Mobil: +49 179

AW: AW: How to configurate tomcat 4.0 with JBuilder 6.0professio nal?

2002-01-30 Thread Lauer, Oliver
Main class: org.apache.catalina.startup.Bootstrap VM parameters: -classic -Dcatalina.base=C:\Programme\ApacheGroup\Tomcat4.0 -Dcatalina.home=C:\Programme\ApacheGroup\Tomcat4.0 Application parameters: start Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect

AW: Sessions Timeout

2002-01-31 Thread Lauer, Oliver
I guess as far as the session cookie is sent back or the session id is appended to the url the session will be kept alive. But if you invoke that url from anywhere in space without sending the session cookie or without the session appended to the url a new session will be created and the old one

AW: JAXB and Tomcat Problem

2002-01-31 Thread Lauer, Oliver
I'm using jaxb with TC4.0 and don't have any difficulties in using so but I've placed the libs in common thus different apps could need that ! Oliver AXA eSolutions GmbH AXA Konzern AG Germany Oliver Lauer Web Architect Wörthstraße 34 D-50668 Köln Germany Tel.: +49 221 148 31277 Fax:

AW: JAXB and Tomcat Problem

2002-01-31 Thread Lauer, Oliver
- From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Sent: 31 January 2002 10:43 To: 'Tomcat Users List'; '[EMAIL PROTECTED]' Subject: AW: JAXB and Tomcat Problem I'm using jaxb with TC4.0 and don't have any difficulties in using so but I've placed the libs in common thus different apps could need

  1   2   >