[JBoss-user] JNDI DirContext.getSchema method

2002-02-01 Thread Richard Chandler
When I execute the following code in a jsp: DirContext context = new InitialDirContext(env); if( context instanceof DirContext ) System.out.println("context instanceof DirContext"); DirContext schema = context.getSchema("jnp://localhost:1099"); I get th

[JBoss-user] Re: Binding objects into JNDI

2002-02-01 Thread Dan Berger
Ok, I knew it was too good to be true.  Now that I've got things "working" I've run into a different problem. I start JBoss, hit my JSP that binds the factory into JNDI, and (in the same JSP) retrieve a reference and call through it - everything's happy. I touch the .ear in $JBOSS_HOME/de

[JBoss-user] Re: Binding objects into JNDI

2002-02-01 Thread Dan Berger
On Fri, 2002-02-01 at 10:41, Dan Berger wrote: 1. I wanted to setup a res-ref in the jboss-web.xml to map the bound location (java:/EntityFactory) to something under comp/env - the ref gets built, but when I try to dereference it, after tickling the static block, I get a [ERROR,Default]

[JBoss-user] Re: Binding objects into JNDI

2002-02-01 Thread Dan Berger
On Fri, 2002-02-01 at 10:41, Dan Berger wrote: 2. I have a simple JNDI viewer in JSP - it list's a specified context, grabs the NameClassPairs and spits them out in a table. I deployed this jsp in the same WAR (contained in the same EAR) as the object factory - but EntityFactory never a

[JBoss-user] Re: Binding objects into JNDI

2002-02-01 Thread Dan Berger
Thanks - I had tried binding into other places in the tree - but thanks to your encouragement (i.e. you didn't say "you can't do that!") I kept at it, and managed to get things working this morning. I have three more related questions, however, which perhaps someone here can answer. The objec

[JBoss-user] HOWTO: Castor 0.9.3.9 with JBoss 2.4.4

2002-02-01 Thread Emil Eifrem
Hi, I wrote to the list a couple of weeks ago with problems getting the latest stable Castor (0.9.3.9) to work with JBoss 2.4.4. Well, I sorted it out eventually but didn't find any time to write down the procedure and send it off to the list. The basic procedure involves getting the latest know

Re: [JBoss-user] JBoss as general service container?

2002-02-01 Thread danch
The short answer is yes. Please bear in mind that I've not been actively developing lately, so my response is based on what I understand from discussions on the developer list. The JBoss backbone is just a JMX container. All of the EJB, Transaction, JCA, etc. services that JBoss provides run

[JBoss-user] Re: Binding objects into JNDI (Scott M Stark)

2002-02-01 Thread Roman Solodovnichenko
Hello jboss-user-request, Friday, February 01, 2002, 6:12:16 PM, you wrote: jurlsn> Send JBoss-user mailing list submissions to jurlsn> [EMAIL PROTECTED] jurlsn> To subscribe or unsubscribe via the World Wide Web, visit jurlsn> https://lists.sourceforge.net/lists/listinfo/jboss-

[JBoss-user] Tomcat 4 war deployment problem

2002-02-01 Thread jquest jquest
Hi all, I have installed Jboss with Tomcat 4. I deployed my war ( it is working good on jboss with tomcat 3.2) with copying in catalina webapps directory. After restarting Tomcat do not create my application directory. Exist any good docs for jboss with Tomcat4 and is this version stable? Man

[JBoss-user] concurrent calls on stateful beans exception

2002-02-01 Thread Frank Meissner
Hello, I have a jboss-client which shows a swing-UI and thus performs calls to the application server in a separate thread. My only busines-logic call is handleEvent(aEvent) and I have the following code in run(): 8<--8< Collection changedModels = null; synchronized(con

RE: [JBoss-user] SSL Redirection Problem

2002-02-01 Thread Dan Feltham
I tried your suggestion, but I'm still getting the same problem. Redirecting from 80->443 is fine, but 8080->443 results in a server not found error. I've looked at the error log and something funny is going on when the HttpProcessor gets the query string. Its mapping the request URI to a strange

[JBoss-user] Client packages...

2002-02-01 Thread Loïc Lefèvre
Hi, I would like to know if the packages needed to build a java client (${JBOSS_DIST}/client/*client.jar) for EJBs can be shared without JBoss that is to say downloadable for an application? Thanks, Loïc Lefèvre ___ JBoss-user mailing list [EMAIL PROT

RE: [JBoss-user] EmbeddedCatalina and Valves

2002-02-01 Thread Coetmeur, Alain
the ConfigHandler used by catalina Mbean does not handle VALVE (nor HOST)... maybe should I try to add that support not very hard IMHO. > -Message d'origine- > De: Robin Cavanaugh [mailto:[EMAIL PROTECTED]] > Date: vendredi 1 février 2002 04:41 > À: [EMAIL PROTECTED] > Objet: [JBoss

RE: [JBoss-user] FW: virtual hosts again...

2002-02-01 Thread Coetmeur, Alain
> -Message d'origine- > De: Coetmeur, Alain [mailto:[EMAIL PROTECTED]] > there is an attribute "BindAddress" which tells which precise > IP address you > listen to... > > maybe should you try > in jboss.jcml > > but only if this is a different IP address > > in fact catalina mbean

RE: [JBoss-user] SSL Redirection Problem

2002-02-01 Thread Coetmeur, Alain
sorry I'm guilty... the RedirectPort attribute is a modification of my own ! I can give you the source of the patch... however the quicker is to reverse the two connectors : - put a ssl connector as the base connector - declare a secondary connector in the config attribute with a redirect por

RE: [JBoss-user] FW: virtual hosts again...

2002-02-01 Thread Coetmeur, Alain
I've looked upon the subject of in catalina mbean... and have changed my mind a bit. note that I suppose that you switch back to embedded catalina. there is an attribute "BindAddress" which tells which precise IP address you listen to... maybe should you try but only if this is a different

RE: [JBoss-user] FW: virtual hosts again...

2002-02-01 Thread Coetmeur, Alain
> -Message d'origine- > De: Jarecsni János [mailto:[EMAIL PROTECTED]] > we'd like to set up a virtual host for one of our J2EE apps. > Now we have a > context (/istore) under which our application can be > accessed. The URL of > our app now is: http://xxx.yyy.com/istore/ > > However w

[JBoss-user] virtual hosts again...

2002-02-01 Thread Jarecsni János
Hi, we'd like to set up a virtual host for one of our J2EE apps. Now we have a context (/istore) under which our application can be accessed. The URL of our app now is: http://xxx.yyy.com/istore/ However we'd like the following URL to work: http://virtual.host.com/ So we'd set up our DNS server

[JBoss-user] FW: virtual hosts again...

2002-02-01 Thread Jarecsni János
Hi, we'd like to set up a virtual host for one of our J2EE apps. Now we have a context (/istore) under which our application can be accessed. The URL of our app now is: http://xxx.yyy.com/istore/ However we'd like the following URL to work: http://virtual.host.com/ So we'd set up our DNS server

[JBoss-user] SSL Redirection Problem

2002-02-01 Thread Dan Feltham
Hi I'm having problems trying to imlement SSL redirection using the JBoss-2.4.4 Tomcat 4.0.1 bundle. I have the redirection working from port 80 to 443 using the following configuration: beachbag.keystore

[JBoss-user] JBoss as general service container?

2002-02-01 Thread jfina
Hi! Can jboss be used as a general purpose service container? If thats true I may build network services deployed in the jboss container and use the ejb as a peristent back-end store for the services. ...or i may just run JINI and use jboss as the persistent engine. What do you think? /Jon __

RE: [JBoss-user] Several XADataSourceLoaders for just one database

2002-02-01 Thread sjus
Yeah, I've got only a naming error, now its working with these two pools. I try to increase the DatabaseConnectionpoolsize dynamically, during the server is running. But all my trials doesnt really work, nothing were effected. So I thought to make two pools, so that blocked connections could be