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
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
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.
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
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
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
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 (
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