RE: [JBoss-user] ear & jndi & different databases.

2003-10-15 Thread Alex Radka
I had something like this working at some point but it has been awhile. It seems I had problems because of the Universal Class Loader. There is a config somewhere that allows you to turn this off, and then each ear will have its own class loader and therefore 'see' the appropriate classes. Like

RE: Re: [JBoss-user] JBoss and JDO

2001-08-01 Thread Alex Radka
I'm using it with MySql different Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of C Murphy @ Intechtual Sent: Wednesday, August 01, 2001 10:47 AM To: [EMAIL PROTECTED] Subject: Re: Re: [JBoss-user] JBoss and JDO If I may ask, what RDB are you usin

RE: [JBoss-user] URGENT - problem on startup

2001-08-01 Thread Alex Radka
locally. Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Radka Sent: Wednesday, August 01, 2001 9:25 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] URGENT - problem on startup Went to restart JBoss, shutdown fine but on startup it hangs when tr

[JBoss-user] URGENT - problem on startup

2001-08-01 Thread Alex Radka
Went to restart JBoss, shutdown fine but on startup it hangs when trying to add the first Context and then gives a null pointer exception. What's happening? [Auto deploy] Starting [Auto deploy] Watching /opt/JBoss-2.2.2_Tomcat-3.2.2/jboss/deploy [Auto deploy] Auto deploy of file:/opt/JBoss-2

RE: [JBoss-user] how to configure jboss for mysql and tomcat

2001-07-26 Thread Alex Radka
>Do I understand you right: I have to delete my old Installation of Tomcat >and instead of this I have to Install Jboss with Tomcat integration . Then >do the integration of Apache and Jboss-Tomcat as if it were the standalone >version of tomcat i'm using. >And there is no way to use my old tomca

RE: [JBoss-user] how to configure jboss for mysql and tomcat

2001-07-25 Thread Alex Radka
>how to configure jboss for mysql Prety sure this is all in the doc somewhere so check there for details but he highlights are Add/update jboss.jcml to know what datasource you want to use. I updated DefaulDS to be mysql DefaultDS org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp l

RE: [JBoss-user] O/R mapping for an Array

2001-07-13 Thread Alex Radka
Not %100 what context you need it in, but exolab's castor offers (free) O/R mapping and persistence. Even a link to it off the Jboss page (3rd party tools). I just wrap the calls in a session bean, but there are others that use it as a persistence tool in BMP. Type of things it does: I have a c

RE: [JBoss-user] local reference to the DTD

2001-07-11 Thread Alex Radka
I would have thought that would work but try "file:///some/directory/structure/web-app_2_2.dtd" Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, July 11, 2001 9:12 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] loca

RE: [JBoss-user] Help-SSL

2001-07-11 Thread Alex Radka
I implemented by integrating Apache with Tomcat (several posts on how to do this) and then added SSL to Apache. I used mod_jk instead of mod_jserv and it took care of everything as handling SSL requests to Tomcat. On the www.apache.org site under apache there are Howto's on how to integrate Apac

RE: [JBoss-user] Jboss and Apache

2001-07-05 Thread Alex Radka
yep, Get the JBoss/Tomcat combo package and adding Apache is exactly like adding Apache to plain Tomcat. There is a Howto for Tomcat/Apache on the jakarta site. http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html There is also a few messages in the archives that cut it down into j

RE: [JBoss-user] jboss-2.2.2_tomcat3.2.2 local dtd

2001-07-03 Thread Alex Radka
"http://java.sun.com/j2ee/dtds/web-app_2_2.dtd"; would be "file:///some/directory/structure/web-app_2_2.dtd" Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 3:06 PM To: [EMAIL PROTECTED] Subject: RE

RE: [JBoss-user] EJBDoclet

2001-07-02 Thread Alex Radka
Just happened to run across this link... http://www.dreambean.com/projects/ejbdoclet/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Devraj Mukherjee Sent: Monday, July 02, 2001 7:34 AM To: JBoss List Serve Subject: [JBoss-user] EJBDoclet I have downl

RE: [JBoss-user] a minor problem with DTD's

2001-07-02 Thread Alex Radka
The name of the file changed to web-app_2_2.dtd (note the second underscore) Apparently Sun had both DTD's out there, but the above is the correct one per servlet spec. They took down the other one a couple of weeks ago (no warning that I know of), but I think it is still referred to in some of

RE: [JBoss-user] tomcat site traffic logging

2001-06-29 Thread Alex Radka
>True, but that's not possible with the jboss-tomcat integrated package. >Here's a thought, what about running jboss-jetty in conjunction with >apache-tomcat. Huh, I'm running jboss-tomcat though Apache with SSL. Only downer is you have to reboot apache when you restart Tomcat/JBoss. In fact I

RE: [JBoss-user] can't find web.xml DTD today

2001-06-25 Thread Alex Radka
I noticed this today also. Sun changed the name to web-app_2_2.dtd (notice the underscore between the 2's) I have no idea why they would change it. BTW, I don't think you can browse there. I get a big message that says 'Oops, we couldn't find your documument'. Alex -Original Message-

RE: [JBoss-user] Apache+Tomcat+JBoss

2001-06-25 Thread Alex Radka
The discussion was in the thread: http://www.mail-archive.com/jboss-user@lists.sourceforge.net/msg07118.html Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Richard Bottoms Sent: Monday, June 25, 2001 1:21 PM To: [EMAIL PROTECTED] Subject: Re: [JBo

RE: [JBoss-user] Apache+Tomcat+JBoss

2001-06-25 Thread Alex Radka
Can't figure out why they can't turn the link you use off, as this question comes up allot. Use: http://www.mail-archive.com/jboss-user@lists.sourceforge.net/ BTW, I searched this archive for exactly the above address :) Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PR

RE: [JBoss-user] apache+tomcat+jboss

2001-06-25 Thread Alex Radka
It is just like configuring Tomcat and Apache without JBoss. You can follow the directions in the mod-jk HOWTO or this message was posted when I was having some problems. http://www.mail-archive.com/jboss-user@lists.sourceforge.net/msg06241.html alex -Original Message- From: [EMAIL PROT

RE: [JBoss-user] Newbie: Just download JBoss Again

2001-06-15 Thread Alex Radka
I got this exception when I had soemthing else running on the same port. In my case it was Apache. Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alan McDade Sent: Friday, June 15, 2001 10:18 AM To: Jboss-User Subject: [JBoss-user] Newbie: Just do

Re: [JBoss-user] JBoss w/ embedded Tomcat

2001-06-10 Thread Alex Radka
They are under jboss/tmp down a few layers (I think the structure look like jboss/tmp/default/appname.ear/web### ). Alex - Original Message - From: "Hiep Luong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 1:54 PM Subject: [JBoss-user] JBoss w/ embedded Tomcat

Re: [JBoss-user] jboss-tomcat-apache

2001-06-08 Thread Alex Radka
; 3) Make sure u modify the workers.properties too. I had to change something > here. > > > Lionel > > - Original Message - > From: "Alex Radka" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, June 09, 2001 1:17 AM > Subject: RE: [

RE: [JBoss-user] jboss-tomcat-apache

2001-06-08 Thread Alex Radka
] [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Radka Sent: Friday, June 08, 2001 8:49 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] jboss-tomcat-apache Thanks, I have the latest JBoss-2.2.2-Tomcat-3.2.2 release and as I said, everything works fine EXCEPT for the apps deployed through an .

RE: [JBoss-user] jboss-tomcat-apache

2001-06-08 Thread Alex Radka
riginal Message ----- From: "Alex Radka" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 8:48 PM Subject: RE: [JBoss-user] jboss-tomcat-apache > Thanks, > > I have the latest JBoss-2.2.2-Tomcat-3.2.2 release and as I said, everything > w

RE: [JBoss-user] Probs with Apache and JBoss-Tomcat Bundle

2001-06-08 Thread Alex Radka
Search the archive, i think there was a thread that asked the exact same question. I got it working by copying the mod-jk.conf-auto from my standalone Tomcat. Seems to work fine except for the hot-deploy which I have asked about in a different thread. One of the responses to that thread has what

RE: [JBoss-user] jboss-tomcat-apache

2001-06-08 Thread Alex Radka
.2. BTW I use ajp13 becoz it is supposed to be faster. I suspect u didn't use the integrated Jboss-Tomcat release. Lionel - Original Message - From: "Alex Radka" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 07, 2001 12:53 AM S

[JBoss-user] JBoss-Tomcat-Apache (try again)

2001-06-07 Thread Alex Radka
Can you use the JBoss deployment functionality when you have Tomcat configured with Apache, or do you need to deploy your .war file separately and restart each time you deploy? I can reach the apps that come with Tomcat, but I get the following error in my mod_jk.log file when I try to access an

RE: [JBoss-user] jboss-tomcat-apache

2001-06-06 Thread Alex Radka
m all -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Radka Sent: Wednesday, June 06, 2001 9:05 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] jboss-tomcat-apache >From http://www.jboss.org/documentation/HTML/ch11.html#howtotomcat The Pre-2.1 CV

RE: [JBoss-user] NullPointerException at a 2nd deploy

2001-06-06 Thread Alex Radka
This has been fixed in the latest release JBoss-2.2.2-Tomcat-3.2.2. The configuration is slightly different (easier) and is well documented in http://www.jboss.org/documentation/HTML/ch11s83.html Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jos

[JBoss-user] jboss-tomcat-apache

2001-06-06 Thread Alex Radka
>From http://www.jboss.org/documentation/HTML/ch11.html#howtotomcat The Pre-2.1 CVS source contains a new version of EmbeddedTomcat (plus other enhancements) that does parse Tomcat's server.xml. It is recommended that you use the information provided below. This new version of EmbeddedTomcat will

RE: [JBoss-user] Security in JBoss Howto?

2001-06-01 Thread Alex Radka
See the 'JBoss2.2.2 Release Available' thread (yesterday). It looks like Scott revamped all the JAAS aspects and included a more comprehensive tutorial. http://www.jboss.org/documentation/HTML/ch11s83.html Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Beh

RE: [JBoss-user] JBoss 2.2.2 Release available

2001-05-31 Thread Alex Radka
>> 1) Initialization not thread safe (I know this is a problem with JAAS, but >> did you include a workaround). >No, its simple to workaround this using an mbean. Any chance I could get an example. Just to make sure we are talking about the same thing, the workaround you speak of will fix t

RE: [JBoss-user] JBoss 2.2.2 Release available

2001-05-31 Thread Alex Radka
>> 2) With security added, must restart JBoss on redeploy of ear file (This one >> is more annoying than a real problem). >I don't see this in my security test cases so you'll have to describe why you >see that the restart is necessary. One message was: http://www.mail-archive.com/jboss-user%40li

RE: [JBoss-user] JBoss 2.2.2 Release available

2001-05-31 Thread Alex Radka
Hi, I read the release notes but I couldn't tell whether the new release fixed the main three problems I'm having with security, so I'm hoping you can give me a quick yes/no before I begin the upgrade. I have a working version with Embedded Tomcat using JDBCRealm with MySQL. 1) Initialization n

[JBoss-user] JAAS security timeout?

2001-05-29 Thread Alex Radka
I have JBoss setup using JAAS with the username, passwords, and roles stored in a DB.   Everythihng works fine, but if seems that if no one logs in for awhile, it loses some information and won't let you login unitl you restart JBoss.  Specifically, it looks like it loses the information to l

RE: [JBoss-user] problem with authentication

2001-05-22 Thread Alex Radka
that when the frames all try to access secured beans they don't cause the ConfigFile to be loaded by multiple threads. - Original Message - From: "Alex Radka" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 21, 2001 7:41 AM Subject: [JBoss-user] prob

[JBoss-user] can't find message in archive

2001-05-21 Thread Alex Radka
I'm pretty sure I someone posted this earlier, but I can't find the message, and therefore the response. JBoss-2.2.1, Tomcat-3.2.1, MySql, Win2000. I'm using Basic Authentication, using a DB table, configured with JDBCRealm & JbossRealm Works fine until I redeploy the .ear file. It seems to de

[JBoss-user] problem with authentication

2001-05-21 Thread Alex Radka
Hi, I'm using JBoss-2.2.1 w/ the embedded Tomcat that comes with the release (3.2.1) on Win2000, and MySQL. I'm using Basic Authentication but to a DB instead of the prop files. My app uses frames with each frame calling a servlet which attaches to action classes which call stateless session be

[JBoss-user] RE: problem deploying tomcat-test.ear

2001-04-03 Thread Alex Radka
graceful way to shutdown JBoss? Alex -Original Message- From: Alex Radka [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 1:36 PM To: [EMAIL PROTECTED] Subject: problem deploying tomcat-test.ear Just getting started with JBoss, so please excuse if this sounds silly. Just things I

[JBoss-user] problem deploying tomcat-test.ear

2001-04-03 Thread Alex Radka
ke me quezy to issue a kill when I move to a Unix environment. Thanks, Alex Radka ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user