InvocationTargetException calling EJB

2003-08-14 Thread Juraj . Lenharcik
Hi, I use a AXIS-webservice (deployed on TC outside Jboss) to call an EJB (Jboss). I get on this line an InvocationTargetException : connProps.put(InitialContext.INITIAL_CONTEXT_FACTORY,factory); connProps.put(InitialContext.PROVIDER_URL, location);

invocing EJB from Tomcat

2003-08-07 Thread Juraj . Lenharcik
Hi, does anyone knows, whats needed to invoce EJB from tomcat? Specially where to put the libraries for the contextfactory (under jboss jnp-client.jar). thanks, Juraj - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

WG: InvocationTargetException calling EJB

2003-08-06 Thread Juraj . Lenharcik
I have tried this in Resin and it is working. It seems to be a configuration-problem with tomcat. Has anyone an idea? Juraj -Ursprüngliche Nachricht- Von: Lenharcik, Juraj Gesendet: Mittwoch, 6. August 2003 14:55 An: '[EMAIL PROTECTED]' Betreff:

ANT tasks for management console

2003-07-31 Thread Juraj . Lenharcik
Hi, Catalina 4.1.24 contains some ANT-tasks to call the management application to deploy, reload and delete apps. Where can I find these tasks to include them in my build? Juraj Mit freundlichen Grüssen Juraj Lenharcik T-Systems International GmbH Systems Integration 1 eFactory Solutions

codebase not accepted - Security Manager - catalina.policy

2002-08-12 Thread Juraj Lenharcik
Hi, I use the Security Manager in my Webapps. Everythink works fine, until I write the codeBase parameter to the grant in my catalina.policy. Then I get some security Exceptions, which are not when I use only grant standalone. I use this entry in my catalina.policy: grant codeBase

codebase not accepted - Security Manager - catalina.policy

2002-08-09 Thread Juraj Lenharcik
Hi, I use the Security Manager in my Webapps. Everythink works fine, until I write the codeBase parameter to the grant in my catalina.policy. Then I get some security Exceptions, which are not when I use only grant standalone. I use this entry in my catalina.policy: grant codeBase

AW: Application init

2002-04-24 Thread juraj Lenharcik
Hi, create a servlet with an init method like: public void init() { file = getInitParameter(log4j-init-file); logfileDestination = getInitParameter(log4j-destination-file); DO LOG4J stuff . } and register it in your web.xml: servlet

catalina.policy

2002-02-22 Thread juraj Lenharcik
Hello, I run catalina (TC 4.0.2-b2) with the security manager. After starting I get a java.security.AccessControlException. I have extended the catalina.policy with: // These permissions are granted by default to all web applications // In addition, a web application will be given a read

AW: catalina.policy

2002-02-22 Thread juraj Lenharcik
the D: \server\jakarta-tomcat-4.0.2-b2\webapps\auth\WEB-INF\log4j.lcf file Thanks. RS juraj Lenharcik [EMAIL PROTECTED] on 02/22/2002 10:57:35 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat-User@Jakarta. Apache. Org (E-Mail) [EMAIL PROTECTED] cc: Subject

JAASRealms classes

2002-02-08 Thread juraj Lenharcik
Hello, I downloaded this two files: binary: jakarta-tomcat-4.0-20020208.zip src: jakarta-tomcat-4.0-src-20020208.zip But I found the JAASRealm classes only in the sources. The bineries doesn`t have them. Is that right, have I to compile the tomcat ? thank you, juraj -- To unsubscribe:

WG: JAASRealm (fwd)

2002-02-08 Thread juraj Lenharcik
-- Date: Fri, 8 Feb 2002 08:36:03 -0800 (PST) From: Craig R. McClanahan [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: Re: JAASRealm On Fri, 8 Feb 2002, juraj Lenharcik wrote: Date: Fri, 8 Feb 2002 16:41:30 +0100

WG: JAASRealm

2002-02-08 Thread juraj Lenharcik
: JAASRealm On Fri, 8 Feb 2002, juraj Lenharcik wrote: Date: Fri, 8 Feb 2002 16:41:30 +0100 From: juraj Lenharcik [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: JAASRealm Hello, can it be that the JAASRealm classes

protect websites with jaas

2002-02-07 Thread juraj Lenharcik
Hello, I have build an application with an authentication with a NT Domain. I have some authorization aspects, too. That means, not every authenticated user has the rights to do some actions. I have port this application to a webapp. The authentication part works fine. The user has to input

WG: protect websites with jaas

2002-02-07 Thread juraj Lenharcik
Hello, I have build an application with an authentication with a NT Domain. I have some authorization aspects, too. That means, not every authenticated user has the rights to do some actions. I have port this application to a webapp. The authentication part works fine. The user has to

Realm with JAAS

2002-02-07 Thread juraj Lenharcik
Hello, I heard that tomcat supports Realms. Can someone explain me what they do (links...)? Is it possible to use them with JAAS Authorization? thanks juraj -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

AW: protect websites with jaas

2002-02-07 Thread juraj Lenharcik
-=- mike jackson [EMAIL PROTECTED] - Original Message - From: juraj Lenharcik [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 07, 2002 2:12 AM Subject: protect websites with jaas Hello, I have build an application with an authentication with a NT Domain. I have some

AW: Realm with JAAS

2002-02-07 Thread juraj Lenharcik
An: Tomcat Users List Betreff: Re: Realm with JAAS On Thu, 7 Feb 2002, juraj Lenharcik wrote: Date: Thu, 7 Feb 2002 12:23:27 +0100 From: juraj Lenharcik [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: Realm with JAAS Hello, I

AW: struts or tomcat 3.2.1 bug?

2001-09-07 Thread juraj Lenharcik
, 6. September 2001 18:19 An: [EMAIL PROTECTED] Betreff: Re: struts or tomcat 3.2.1 bug? On Thu, 6 Sep 2001, juraj Lenharcik wrote: Date: Thu, 6 Sep 2001 17:36:36 +0200 From: juraj Lenharcik [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: struts or tomcat 3.2.1

struts or tomcat 3.2.1 bug?

2001-09-06 Thread juraj Lenharcik
does anyone knows about a bug in tomcat 3.2.1 with struts? i mean there was a message few weeks ago, but i cant find it again. can someone give me a tip? the problem is, that i have an application under resin 2.0.2 running and when i put it on tomcat 3.2.1 it doesnt run. i get an exception:

AW: struts or tomcat 3.2.1 bug?

2001-09-06 Thread juraj Lenharcik
3.2.1 bug? On Thu, 6 Sep 2001, juraj Lenharcik wrote: Date: Thu, 6 Sep 2001 17:36:36 +0200 From: juraj Lenharcik [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: struts or tomcat 3.2.1 bug? does anyone knows about a bug in tomcat 3.2.1 with struts? i mean