[JBoss-user] Re: JBoss w/ Tomcat hangs: HTTP proxy problems?

2001-07-22 Thread Mike Williams
Mike> So, I'm guessing it's trying to download "web-app_2_2.dtd", but Mike> failing because I'm behind a proxy. Sure enough, I removed the declaration from tomcat-test.ear/tomcat-test.war/WEB-INF/web.xml and JBoss/Tomcat started right up! I can't work this out, as the example apps in

[JBoss-user] JBoss w/ Tomcat hangs: HTTP proxy problems?

2001-07-22 Thread Mike Williams
>>> On 22 Jul 2001 14:20:54 +1000, I wrote: Mike> when I enable the Tomcat integration I have problems. The first Mike> signal is that the startup procedure does not appear to complete. I have some more info on this problem. Seems that the last thing the JBoss/Tomcat process is doing bef

[JBoss-user] Custom Finders

2001-07-22 Thread Devraj Mukherjee
Can anyone please send me a copy of their jaws.xml where they have made use of Custom Finders? Thanks for your help. Devraj ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] commit option C doesn't work

2001-07-22 Thread Syed
Use Commit Option B and no need to change any other cache settings. It worked for me. Thanks & Best Regards, Mustaffa Syed Meerkasim. From: Maraya Michael <[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: RE: [JBoss-user] commit option C do

RE: [JBoss-user] Out of memory error

2001-07-22 Thread Ludovic Orban
Maybe that has something to do with this bug: http://developer.java.sun.com/developer/bugParade/bugs/4395735.html It looks quite the same. Ludovic --On jeudi 19 juillet 2001 16:25 -0400 Jim Archer <[EMAIL PROTECTED]> wrote: > And we have been testing with Debian Potato. We're now in the proc

Re: [JBoss-user] JBoss security

2001-07-22 Thread Ivan Novick
I had the some problem, seems there may be a way around it, but i never figured it out. ivan - Original Message - From: "Wei-ju Wu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 21, 2001 11:43 PM Subject: [JBoss-user] JBoss security > Hi, > > I played around with the

[JBoss-user] help me

2001-07-22 Thread bhushan patil
hi, I am new to JBoss, I installed it and then when I started JBoss, it's auto deployer has given the following error for the very simple bean and for the interest bean. Please, can anybody help me. Bhushan. [Container factory] javax.naming.CommunicationException. Root exception is java.r

Re: [JBoss-user] deploying JBoss

2001-07-22 Thread Ludovic Orban
Seems to work fine, thanks. There is still the problem with the MQ service. Should I have to deploy two full JBoss servers if I want two servers to speak together via JMS ? Another problem: JBos 2.2.2 + Tomcat 3.2 doesn't run on a server that is not connected to the internet. It blocks on the

Re: [JBoss-user] How to avoid Tomcat having to serve up everythingon port 8080 ?? ?

2001-07-22 Thread Dmitri Colebatch
Yeah, you can do that by one of three ways: 1. the commonly accepted method: use apache to serve static pages and pass servlet and jsp requests off to tomcat (in this case jboss/tomcat). See the tomcat site for the howto on this, assuming you're using jboss 2.4 or above (I think thats when the s

[JBoss-user] How to avoid Tomcat having to serve up everything on port 8080 ???

2001-07-22 Thread Shamis, Leonid
Hi, I work with JBoss-2.2.2_Tomcat-3.2.2 (embedded Tomcat) and J2SE 1.3.1, Windows NT 4 (SP6). I deploy my application in a form of .ear file, which consist of .jar file with all EJB's and .war file with JSP's and web controllers. I'm wondering how can I avoid Tomcat having to serve up everythin

Re: [JBoss-user] Persistent network connection from a session bean?

2001-07-22 Thread Jim Archer
--On Saturday, July 21, 2001 5:59 PM +0200 Per Lewau <[EMAIL PROTECTED]> wrote: > It appears that the solution to every other problem is a custom MBean, so > I'll suggest using a custom MBean ;). I kinda figured I might have to do this... > Furthermore, I'm by no means an expert on the conne