Sessions for axis and tomcat.

2003-01-03 Thread Eriam Schaffter
Hi lists .. I was wondering if sessions created with axis this way: MessageContext msgContext = MessageContext.getCurrentContext(); Session session = msgContext.getSession(); And sessions from tomcat (HttpSession) are sharing the same datas. For example if I add an object in the a

Embedded tomcat and object access

2002-12-18 Thread Eriam Schaffter
Hi all .. I have a tomcat embedded into my app and actually I woud like that servlets, web services and other web apps can access objects of the app that runs the embedded tomcat .. Example: I start my application and it creates a new tomcat object (the embedded tomcat server). The application

Re: Get the request path from a filter ..

2002-12-03 Thread Eriam Schaffter
return you a string with the uri.. Hope it helps -reynir -Original Message- From: Eriam Schaffter [mailto:[EMAIL PROTECTED]] Sent: 3. desember 2002 22:13 To: [EMAIL PROTECTED] Subject: Get the request path from a filter .. Hi all .. How can I get the request uri from a servlet

Get the request path from a filter ..

2002-12-03 Thread Eriam Schaffter
Hi all .. How can I get the request uri from a servlet filter .. ? Thanks for any answear .. Eriam Schaffter -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Hi all .. compilation with NetBeans ..

2002-11-27 Thread Eriam Schaffter
nd there's no javax.transaction in these .. Thansk for spending some time on this .. I appreciate :) Eriam Jeanfrancois Arcand a écrit: What do you means? Have you mounted all jar files? -- Jeanfrancois Eriam Schaffter wrote: Thanks for your answer .. In fact i've downloaded

Re: Hi all .. compilation with NetBeans ..

2002-11-27 Thread Eriam Schaffter
-) -- Jeanfrancois Eriam Schaffter wrote: Hi there .. I'm trying to compile tomcat with NetBeans and it seems thats the transaction api to which refers tomcat is depreciated .. The error log is below: catalina/src/share/org/apache/naming/factory/TyrexTransactionFactory.java [75:1] cann

Hi all .. compilation with NetBeans ..

2002-11-27 Thread Eriam Schaffter
Hi there .. I'm trying to compile tomcat with NetBeans and it seems thats the transaction api to which refers tomcat is depreciated .. The error log is below: catalina/src/share/org/apache/naming/factory/TyrexTransactionFactory.java [75:1] cannot resolve symbol symbol : class UserTransaction

Re: Hi all .. licence issue ..

2002-11-27 Thread Eriam Schaffter
ED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Wed, 27 Nov 2002, Eriam Schaffter wrote: Date: Wed, 27 Nov 2002 02:08:47 +0000 From: Eriam Schaffter <[EMAIL PROTECTED]> Reply-To: Tomcat Users List <[EMAIL PROTECTED]> To: Tomcat Users List <

Re: Hi all .. licence issue ..

2002-11-26 Thread Eriam Schaffter
tomcat run with kaffe or another GPL JVM .. ? Eriam Subir Sengupta a écrit: Have you looked here http://www.apache.org/foundation/licence-FAQ.html -Original Message- From: Eriam Schaffter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 5:54 PM To: [EMAIL PROTECTED] Subject: Hi

Hi all .. licence issue ..

2002-11-26 Thread Eriam Schaffter
right ? Thanks for any tips .. Eriam Schaffter -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

SSL troubles ..

2002-08-30 Thread Eriam Schaffter
Hello all .. I'm getting real confusing problems trying to setup SSL, I have an error telling me that tomcat connot find a private key in the file. Would you have any tips ? Eriam -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: AW: AW: Embedded Tomcat and manage requests and responses attheconnectorlevel

2002-08-02 Thread Eriam Schaffter
Thanks Ralph. It helps. However I'm now wondering if it's possible to create a filter with the org.apache.catalina classes because as I've mentionned it I'm using tomcat in embedded mode. So do you know if there is an object that represents a filter ? Eriam Ralph Einfeldt wrote: >A filter

Re: AW: Embedded Tomcat and manage requests and responses at theconnectorlevel

2002-08-02 Thread Eriam Schaffter
>Ralph Einfeldt; Uptime Internet Solution Center GmbH >Hamburg, Germany >Hosting, Content Management, Java Consulting >http://www.uptime-isc.de > >>-Ursprüngliche Nachricht- >>Von: Eriam Schaffter [mailto:[EMAIL PROTECTED]] >>Gesendet: Mittwoch, 31. Ju

Embedded Tomcat and manage requests and responses at the connectorlevel

2002-07-31 Thread Eriam Schaffter
Hi all What I would like to do is to get *all* http requests and manage them trough another connector then the one that passes them to the filesystem. Example: a http request comes and it's a GET /Test instead of trying to fetch the local Test directory I want to redirect this to another resou