Re: [JBoss-user] trying to look up a datasource what am i doing wrong? situation desperate :(

2001-07-11 Thread Mike Thompson
I think from the client it is available as java:/comp/env/DefaultDS or something like that... --m - Original Message - From: "Larry Kim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 11, 2001 9:15 AM Subject: RE: [JBoss-user] trying to look up a datasource what am

Re: [JBoss-user] Trying to setup inexpensive EJB setup

2001-07-09 Thread Mike Thompson
www.mysql.com - Original Message - From: "Fazle Khan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 09, 2001 3:28 PM Subject: [JBoss-user] Trying to setup inexpensive EJB setup > Hi all, > > I'm new to this list. > > I'm trying to setup an inexpensive EJB setup and want

Re: [JBoss-user] How can I stop the server after started

2001-07-09 Thread Mike Thompson
Ctrl-C - Original Message - From: "yan fan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 09, 2001 11:40 AM Subject: [JBoss-user] How can I stop the server after started > Hi! > Now I am using jboss&Tomcat, and I can start the > server with run_with_tomcat.bat. but d

Re: [JBoss-user] Where to put property files for an application?

2001-07-06 Thread Mike Thompson
Well, if it's just database names/password/jdbc stuff, you should be able to use the javax.sql.DataSource. Just configure it in your jboss.jcml and snag it via JNDI. --m - Original Message - From: "Joachim Schaaf" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 06, 200

Re: [JBoss-user] deploying a war

2001-06-28 Thread Mike Thompson
> Mike Thompson wrote: > > > ...everytime I select a link that will fire a struts action, I get the following: 2001-06-28 01:25:37 - Ctx( /SecureExWeb ): 500 R( /SecureExWeb + /servicemanager.do + null) No action instance for path /servicemanager could be created I have no clue wha

[JBoss-user] deploying a war

2001-06-28 Thread Mike Thompson
OK, finally got all my ejbs deployed, and I have a war that is using struts.  This same war worked on the sun reference j2ee server, but I can not seem to get it to work in JBoss.  It seems that most of the stuff is working, taglibs and such from struts, but everytime I select a link that wi

[JBoss-user] RTFM bait

2001-06-28 Thread Mike Thompson
I apologize because this sounds like a stupid question, I've searched the archive on ClassNotFoundException and jar packaging, but have not been able to come up with anything.   The problem I have is that I am trying to deploy and ejb jar file that references classes from another jar.  When I

[JBoss-user] help with security

2001-06-27 Thread Mike Thompson
Now, word on the street is that the JBoss and Tomcat authentication is tied together, i.e.  I can log into my web pages using my jboss users.  So, I have set up a global security domain in my standardjboss.xml. java:/jaas/instanton     ...   The instanton entry for my auth.conf looks like

Re: [JBoss-user] mysql driver

2001-06-26 Thread Mike Thompson
r off excising all > of the Enhydra stuff from the "jboss.jcml" file. Hypersonic especially > eats memory at a prodigious rate. > > -- Mike > > > On 2001-06-26 at 08:02 -0500, Mike Thompson wrote: > > > Ok, think I figured it out. The docs led me to belie

Re: [JBoss-user] mysql driver

2001-06-26 Thread Mike Thompson
. --m - Original Message - From: "Mike Thompson" <[EMAIL PROTECTED]> To: "jboss" <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 7:39 AM Subject: [JBoss-user] mysql driver > Ok, I'm trying to run JBoss with tomcat. I've recently downl

[JBoss-user] mysql driver

2001-06-26 Thread Mike Thompson
Ok, I'm trying to run JBoss with tomcat. I've recently downloaded the latest\greatest bundle. I need a datasource that points to a mysql database, so I added org.gjt.mm.mysql.Driver to my jboss.jcml in the configuration that I am running (which was just a copy of the \conf\tomcat dir).

[JBoss-user] jndi and datasources

2001-06-25 Thread Mike Thompson
I've been hunting through docs on setting up Minerva pools and JDBC drivers, but I have not seen anything that says how to bind a DataSource to a specific JNDI name. My jboss.jcml org.gjt.mm.mysql.Driver org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp l MyDB jdbc:mysql:///mydatabase r