[JBoss-user] [The Lizzard's corner] - Re: Why do people still use JBoss 3.2.3?

2005-01-18 Thread terp
, i could'nt find any other way of doing this than changing tomcats server.xml (which is not very dynamic)Perhaps i missed something, but the point is these kind of things could be the reason for the heavy use of 3.2.3. terp View the original post : http://www.jboss.org/index.html?modu

[JBoss-user] [Management, JMX/JBoss] - Re: scheduler at midnight

2004-08-08 Thread terp
Hi, I use something like this: | Service:service=MyScheduler";> | true | my.schedulable.class | myArg | java.lang.String | dd-MM-yy HH:mm | 01-01-01 00:00 | 8640 | -1 | | Hope it helps.. T! View the original post : http://www

[JBoss-user] [Installation & Configuration] - Log4J SMTP user verification

2004-03-30 Thread terp
Does anybody know if it is possible to use the Log4J SMTP appender with an SMTP server that needs user verification? I.e., how do you specify user/password in log4j.xml? Thanks... Torsten View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828104#3828104 Reply t

[JBoss-user] [HTTPD, Servlets & JSP] - Migrate from Jetty to Tomcat: Dynamic contexts

2004-03-29 Thread terp
Hi We are going to migrate our apps from embedded Jetty to embedded Tomcat in order to evaluate if a switch will not have a negative impact on performance. In Jetty we dynamically add Web Contexts to an app at deploy time using jetty-web.xml : | | http://jetty.mortbay.org/configure_1_2.dt

RE: [JBoss-user] 3.2.3 Release Available

2003-12-11 Thread Torsten Terp
Can we expect a Jetty version of the 3.2.3 release? Thanks.. Torsten > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Scott M > Stark > Sent: 10. december 2003 04:03 > To: [EMAIL PROTECTED]; > [EMAIL PROTECTED] > Subject: [JBoss-user] 3.2.3 Release Ava

RE: [JBoss-user] apache + mod_jk + jboss*2 = no load balancing.

2003-11-25 Thread Torsten Terp
Hi, Im about to test the same setup (mod_jk load-balancing, no cluster, sticky sessions, jetty) would you mind sharing your config files and other usefull stuff for this setup? :-) Thanks... Torsten > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of An

RE: [JBoss-user] jBoss 3.2.2 OILServerILService Connection failure(1).

2003-10-29 Thread Torsten Terp
as the client pings every 60 seconds. > > In your case it looks like the client and server are in the same VM > any reason for not using java:/ConnectionFactory? > > See my previous post today about garbage collection/paging > for a possible reason why the ping does not happen in time

[JBoss-user] jBoss 3.2.2 OILServerILService Connection failure (1).

2003-10-23 Thread Torsten Terp
Hi, just started with jboss 3.2.2 final relase (Jetty version), and i get the following error after jboss has been running for a while. Anyone seen this, or got some idea to whats happening? 2003-10-23 19:16:23,290 WARN [org.jboss.mq.il.oil.OILServerILService] Connection failure (1). java.net.

[JBoss-user] jBoss + Firebird XAException

2003-09-02 Thread Torsten Terp
Hi I have a serious problem with a XAException that sometimes occurs. I am using jBoss-jetty 3.2.2RC2, Firebird 1.5RC5, Firebird JCA driver 1.0.1. Below is a complete stacktrace. Have anybody experienced this, or have a clue how to solve it?? Thanks... Torsten 2003-09-02 10:19:14,500 WARN

RE: [JBoss-user] Deployment problems going from 3.0.6 -> 3.2.1

2003-05-28 Thread Torsten Terp
ude the > test schedulable jar in the scoped ULR classpath. > > > Scott Stark > Chief Technology Officer > JBoss Group, LLC > > > - Original Message - > From: "Torsten Terp" <[EMAIL PROTECTED]&g

RE: [JBoss-user] login-config.xml

2003-02-25 Thread Torsten Terp
me(); /** * Set the name of the SecurityConfig mbean whose pushLoginConfig and * popLoginConfig ops will be used to install and remove the xml login config **/ public void setSecurityConfigName(String objectName); } The above will work for jBoss 3.0.x if

RE: [JBoss-user] Service starts after my app is deployed

2003-02-25 Thread Torsten Terp
its possible to just spaeciy the ear file instead, that would be easier?!?! BR Terp -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brian McSweeney Sent: 25. februar 2003 12:46 To: [EMAIL PROTECTED] Subject: [JBoss-user] Service starts after my app is

RE: [JBoss-user] login-config.xml

2003-02-25 Thread Torsten Terp
ok for you! BR Terp > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > [EMAIL PROTECTED] > Sent: 25. februar 2003 10:57 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] login-config.xml > > > Hi all, > > I would

RE: [JBoss-user] Scoped deployment

2002-08-22 Thread Torsten Terp
[EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks > Sent: 21. august 2002 14:50 > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Scoped deployment > > > Deploy the shared jar unscoped. > > david jencks > > On 2002.08.21 04:24:45 -0400 Tors

[JBoss-user] Scoped deployment

2002-08-21 Thread Torsten Terp
Is it possible, from a scoped deployment, to explicitly reference a jar deployed in the unified classloader? E.g., with several apps deployed in their own scope is it possible to have a common jar which they all use? ^Torsten --- This sf.n

RE: [JBoss-user] Strange security error going from jBoss 3.0.1RC1 -> 3.0.1

2002-08-21 Thread Torsten Terp
/login.jsp is secured a blank page is shown to the client, this is probably understandable so moving the login.jsp to an unsecured area solves the problem! ^Torsten > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Torsten Terp > Sent: 19.

[JBoss-user] Strange security error going from jBoss 3.0.1RC1 -> 3.0.1

2002-08-19 Thread Torsten Terp
Hi All access to my app is redirected to /login.jsp which uses the DatabaseServerLoginModule to authorize and authenticate. Using jBoss 3.0.1RC1 this works fine, the /login.jsp contains a form which uses the db login module. On jBoss 3.0.1 and jBoss3.0.2RC1 from CVS, the login.jsp is empty!! It

RE: [JBoss-user] The future of Scoped ears

2002-08-16 Thread Torsten Terp
Yes, that would indeed be a nice solution! That would solve our problems as well! ^Torsten > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Marius > Kotsbak > Sent: 16. august 2002 11:13 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] The future o

RE: [JBoss-user] SAR file with DB, EAR and MBean

2002-08-02 Thread Torsten Terp
rg.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor .java:119) at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT. java:176) at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:52) I must admit that im am lost here... any ideas?? Thanks for the help!! ^Torsten

RE: [JBoss-user] SAR file with DB, EAR and MBean

2002-08-02 Thread Torsten Terp
r contains jboss-service.xml(with db > config). > > david jencks > > > > On 2002.07.25 02:54:05 -0400 Torsten Terp wrote: > > > > Hi, > > > > Does anybody have an example of how to arrange the contents > > and describe the dependencies in a SAR file?

[JBoss-user] SAR file with DB, EAR and MBean

2002-07-24 Thread Torsten Terp
Hi, Does anybody have an example of how to arrange the contents and describe the dependencies in a SAR file? The SAR needs to contain a db connection, an ear file and an mbean, and these parts should be deployed in the following order: db, ear, mbean. So far I have been deploying the 3 parts i

RE: [JBoss-user] is coding a bean truly independent from deployment?

2002-07-02 Thread Torsten Terp
Hi, This is a problem for me too. jBoss 3.0.1RC1, Sun JDK1.4 on windows... Torsten > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Eric Kaplan > Sent: 2. juli 2002 21:20 > To: Sullivan, Sean C - MLG > Cc: Jboss-User > Subject: RE: [JBoss-user] is c

RE: [JBoss-user] JCA and Firebird - Connection problems...

2002-06-10 Thread Torsten Terp
Firebird - Connection problems... --- Torsten Terp <[EMAIL PROTECTED]> wrote: > > If you instead write the filename as > localhost/3050:c:/database/whatever.gdb > it will work! > Ok. You are right, thanks for share. On my home I had JBoss 3 RC2 and on it this works ok.

RE: [JBoss-user] JCA and Firebird - Connection problems...

2002-06-07 Thread Torsten Terp
Connection problems... --- Torsten Terp <[EMAIL PROTECTED]> wrote: > everything looks fine, but when an entitybean is > deployed i get an > org.firebirdsql.gds.GDSException : Could not get a > db connection! see > below. > > I have used the org.firebirdsql.management.F

[JBoss-user] JCA and Firebird - Connection problems...

2002-06-05 Thread Torsten Terp
Hi, Im having a problem connecting to Firebird using the JCA driver. I have downloaded the firebird-service.xml from jboss cvs and the firebirdsql.rar from firebird cvs, changed the file entry in firebird-service.xml verified that the firebirdRealm is correct in login-config.xml and when jboss s

RE: [JBoss-user] 3.0QuickStart example/template

2002-06-03 Thread Torsten Terp
Hi, May I ask where you found it? Thanks... ^torsten -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Thelmo Loisio Sent: 3. juni 2002 09:41 To: [EMAIL PROTECTED] Subject: [JBoss-user] 3.0QuickStart example/template I've found the example project from

RE: [JBoss-user] ear file manifest classpath problem ?

2001-07-19 Thread Torsten Terp
:-( any ideas??? Can someone verify if it should work? Thanks... ^terp -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Philipp Meier Sent: Wednesday, July 18, 2001 2:16 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] ear file manifest classpath problem

RE: [JBoss-user] Problems deploying EARs with JSPs under JBoss/Jetty

2001-07-04 Thread Torsten Terp
Hi, Sorry to say so, but i get the exact same result when i start jBoss without my ear and then deploys it and when i start jboss with my ear in the deploy lib! This is with JBoss-2.2.2_Jetty-3.1.RC5-6. ^terp > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL

RE: [JBoss-user] Problems deploying EARs with JSPs under JBoss/Jetty

2001-07-02 Thread Torsten Terp
i hope it cant help you?!?! ^terp > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Julian > Gosnell > Sent: Monday, July 02, 2001 10:40 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Problems deploying EARs with JSP

RE: [JBoss-user] JAAS Security question - Getting pricipaldata...

2001-07-02 Thread Torsten Terp
bring up the page again, without prompting for user/pass! > You can also throw out any web-context login stuff, > and > obtain login context yourselves, provide necessary > callbacks and call login on context. > (just like in java client examples) Well, that should

RE: [JBoss-user] JAAS Security question - Getting pricipaldata...

2001-07-02 Thread Torsten Terp
nd pass? hm... ^terp > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of awc > Sent: Sunday, July 01, 2001 11:56 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] JAAS Security question - Getting > pricipaldata... > > >

[JBoss-user] JAAS Security question - Getting pricipaldata...

2001-07-01 Thread Torsten Terp
the JaasSecurityManager mbean?? I have a feeling this is a stupid question, but it has confused me a bit :-( Thanks... ^terp ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] JBoss-Jetty & jboss/db/jbossmq

2001-06-24 Thread Torsten Terp
Hi, It is working now! Thanks Jules... ^terp > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Julian > Gosnell > Sent: Sunday, June 24, 2001 1:14 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] JBoss-Jet

RE: [JBoss-user] Exceptions starting and stopping JBoss-2.2.2_Jetty-3.1.RC5

2001-06-23 Thread Torsten Terp
:-) ^terp > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of David > Castro-Diephouse > Sent: Saturday, June 23, 2001 3:23 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] Exceptions starting and stopping > JBoss-2.2.2_

RE: [JBoss-user] GUID service?

2001-06-21 Thread Torsten Terp
/thread.jsp?thread_id=220 Later it was moved to Sourceforge: http://sourceforge.net/projects/ejbutils/ Check it out... ^terp > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Unico Hommes > Sent: Thursday, June 21, 2001 9:27 AM > To: &#

RE: [JBoss-user] Help! Jboss 2.2.2 / Interbase 6.01 / Interclient 2.0 / Jdk1.3

2001-06-19 Thread Torsten Terp
Hi, If you are the lazy type, a jdk1.3 recompiled version of interclient can be found here: http://www.kpi.com.au/interbase/index.jsp ^terp > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks > Sent: Tuesday, June 19, 2001

RE: [JBoss-user] jetty vs tomcat

2001-06-18 Thread Torsten Terp
> Exactly our experience too, we have been running both, but the differrence in performance was so obvious, that we havent yet felt the need to make any measurements. You should at least do yourself the favour and try out Jetty! ^terp ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] Highest performance open source servlet engine

2001-05-28 Thread Torsten Terp
Hi, I don't know which is the fastet of all the servlet engines out there...but if performance is a major concern and the choise is between Jetty and Tomcat, I would definely recomend you try Jetty, as it seems to be the fastest of the two... ^torsten > -Original Message- > From: [

RE: [JBoss-user] List available as ng?

2001-05-19 Thread Torsten Terp
Hi, I agree that a newsgroup has certain advantages of a mailing list, but I have actully come to enjoy it quite a bit, since I find myself reading a lot of posts I probably would'nt have read if it was a newsgroup. Thats educational!! What im saying is that with a newsgroup, initiative is on

RE: [JBoss-user] Full EJB 2.0 Support ?

2001-05-19 Thread Torsten Terp
Hi, I was just wondering if anyboy is using this persistence manager in a production environment? Anybody? ^torsten > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Archer > Sent: Saturday, May 19, 2001 1:24 AM > To: [EMAIL PROTECTED] > Cc: Da

RE: [JBoss-user] JBoss and ANT

2001-05-17 Thread Torsten Terp
xml format and then having ant or some other tool generate all required > files... this shouldnt even be that hard to implement as an ant add on task. > > What do you all think about this? > > Ivan > - Original Message - > From: "Torsten Terp" <[EMAIL PRO

RE: [JBoss-user] JBoss and ANT

2001-05-17 Thread Torsten Terp
...and if you add EJBDoclet as an ANT task, then you are really going!!! ANT then does all you stuff... Then you basically write a singe java file describing you bean and an ANT task builds you pk classes, home and remote interfaces and value objects if needed, builds and verifies your ear file

SV: [JBoss-user] Help Required

2001-05-11 Thread Torsten Terp
Hi, You can set the debug flag to true in jboss/conf//standardjaws.xml... ^torsten > -Oprindelig meddelelse- > Fra: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]På vegne af Madhu > Sendt: 11. maj 2001 11:16 > Til: [EMAIL PROTECTED] > Emne: [JBoss-user] Help Required > > > Hi All, >

SV: [JBoss-user] JAAS Tutorial for Jetty??

2001-05-08 Thread Torsten Terp
Hi, Did anybody figure out how to do this? Thanks... ^torsten > -Oprindelig meddelelse- > Fra: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Pa vegne af Joel Boehland > Sendt: 1. maj 2001 21:11 > Til: [EMAIL PROTECTED] > Emne: Re: [JBoss-user] JAAS Tutorial for Jetty?? > > > Hi Juli

[JBoss-user] jBoss+jetty 2.2.1 package messed up???

2001-04-20 Thread Torsten Terp
lib. which should be there ?!?! ^terp ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

SV: [JBoss-user] Jetty vs. Tomcat

2001-04-20 Thread Torsten Terp
ant a jBoss+servlet container setup, just for trying out jBoss, or perhaps use for a small app, then Tomcat is ok, but when the music starts playing... Jetty is the solution! ...anyways this is just our experience with the two, I could of course be totally wrong :-) ^terp > -Oprindelig me

SV: [JBoss-user] Manual database update lost

2001-04-18 Thread Torsten Terp
... ^terp > -Oprindelig meddelelse- > Fra: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Pa vegne af Hunter > Hillegas > Sendt: 18. april 2001 18:10 > Til: JBoss 2 > Emne: Re: [JBoss-user] Manual database update lost > > > Seems like you're fighting the sy

SV: [JBoss-user] Gathering information on migrating from 2.0 to 2.2

2001-04-10 Thread Torsten Terp
Hi, [snip] > > b) What would be the strategy you recommend for migration ? Either using > your old config files and patching them to contain the needed new values > OR using the new config files (coming with the distro) and patching them > with your modifications ? I went from a 2.0 to a late

[JBoss-user] RE: [JBoss-user] Réf. : [JBoss-user] Code to get connection from connection pool

2001-03-26 Thread Torsten Terp
For the seond approach see my recent post "RE: [JBoss-user] Database Issues -- InterBase (as a datasource)" ^torsten > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Thomas > Gennburg/FRAN/Carrefour > Sent: 27. marts 2001 09:26 > To: [EMAIL PROTECTE

RE: [JBoss-user] Database Issues -- InterBase (as a datasource)

2001-03-26 Thread Torsten Terp
Hi, We are currently using Interbase in a pre-production environment. (an e-commerce mall) So far it performs acceptable, but because we are only in a test phase now there is a chance we will have to switch to Oracle... i'll let you know if you like?! Regarding Interbase as a java:comp/env/jdbc