[JBoss-user] RE: [jetty-discuss] Re: jetty integration with apache

2001-12-09 Thread Kevin Seguin
one of the reasons one might want the ability to put apache/iis/netscape/etc. in front of jetty (or tomcat for that matter) is simply fitting into an existing infrastructure. for example, suppose i have this application that is servlet based. i sell this application to a customer that has standa

Re: [JBoss-user] Connection is broken

2001-12-09 Thread zyb2
when I restarted jboss and run my ejb and client again ,I got a "table INFO not found" exception.My sql string just like this:"select * from info"  . when I changed to "select infosequence.nextval from dual" .I got a "table dual not found" exception. I changed to use "select * from s

Re: [JBoss-user] jboss-user shutdown

2001-12-09 Thread Frans Thamura
I think the biggest problem is in sourceforge.net Because it is owned by Sourceforge, why jboss.org have their own mailing list.. so if i reply to them not to a user of the sender but the list.. I prefer forum, but the list must be active still, until we see the popularity of forum is increase.

[JBoss-user] Re: [jetty-discuss] Re: jetty integration with apache

2001-12-09 Thread Greg Wilkins
Jason, Mod_proxy does the job as the Host header should be used by all webapps as the basis of generating URLs in responses (and thus hiding the existance of the secondary server and/or port). Jetty uses this header for all the data and URL rewriting that it does, so almost all servlets should

[JBoss-user] Re: [jetty-discuss] Re: jetty integration with apache

2001-12-09 Thread Greg Wilkins
Jason, As Jetty (and tomcat4) is a full featured HTTP/1.1 server, there is little need to put apache up front. If you feel a technical needs - ask us for what you think is missing from Jetty and we will try to support it. If you feel an administration/managment/defacto standards need, try

[JBoss-user] Re: jetty integration with apache

2001-12-09 Thread Jason Dillon
I was avoiding posting to jetty-discuss right away, as I didn't really do that much research (short of a few websearches) on the matter. Let me clarify though. I was hoping to make use of apache's facilities for these advanced configurations and simply proxy other requests over to JBoss. Th

[JBoss-user] Re: jetty integration with apache

2001-12-09 Thread Julian Gosnell
Jason, As far as i know - YES You should post on [EMAIL PROTECTED] where i am sure Greg will be able to point you to the relevant doc and summarise various pros and cons. Jetty supports virtual hosts, but this has not been integrated with JBoss as AFAIK, the Deployer does not yet support this (

[JBoss-user] SpyJMSException: Cannot get a client ID

2001-12-09 Thread G.L. Grobe
I'm running 2.4.3 w/ catalina and when I start up the server, I get the following error:[Container factory] Serious error in init: org.jboss.mq.SpyJMSException: Cannot get a client IDI'm not sure what 'Cannot get a client ID' here means.The full exception is at the bottom. I beleive my deplo