Re: [JBoss-user] jboss 3.2.3 + jetty X

2004-01-07 Thread Mark Lassau
viding a bundle toward the end of this week, until then your free to build your own. Scott Stark Chief Technology Officer JBoss Group, LLC xxxxxxxx Mark Lassau wrote: Has JBoss actually made an announcement of whether they will be releasing Jetty bundles from n

Re: [JBoss-user] jboss 3.2.3 + jetty X

2003-12-21 Thread Mark Lassau
Has JBoss actually made an announcement of whether they will be releasing Jetty bundles from now on? Either I have missed something, or we are seeing a lapse in "Professional Open Source". There are definitely a lot of users who want to continue to use Jetty/JBoss for a number of valid reasons

Re: [JBoss-user] jboss 3.2.3 + jetty X

2003-12-17 Thread Mark Lassau
Your question has been asked here (on 4/12/2003) and on JBoss Forums: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=43294 But has not been answered. I know JBoss have decided to move the default bundle back to including Tomcat, but do they intend to also release a Jetty bundle with eac

Re: [JBoss-user] Unclear report of conflicting Class-Versions

2003-12-15 Thread Mark Lassau
So, if you are happy for all jars/ears to use the same version of the common classes, then add them to jboss\server\\lib (Note that you have to reboot jBoss to upgrade these.) If not, I think you can specify jars to use their own ClassLoader (I've not done this) - search mail list and forums for

Re: [JBoss-user] Death of the deadlock

2003-12-12 Thread Mark Lassau
Bill Burke wrote: Cool. So you actually found the EntityLockMonitor useful? Bill Pete Beck wrote: Hi everyone. For the benefit of mankind, I've just written an article on our experiences with JBoss and tackling deadlocks: http://i3t.org/members/article.jsp?articleId=1595209 It seems to be a f

Re: [JBoss-user] Multiple deploy of ear, how to steps

2003-12-10 Thread Mark Lassau
Rod Macpherson wrote: How about just making a copy of your configuration and launching it bound to a different host? That way you do not have to change anything provide you are using the no-arg InitialContext. Example: 1. Create copies of your configuration folder: /jboss/server/orginal -> /jboss

Re: [JBoss-user] session bean overwriting other session bean values

2003-09-11 Thread Mark Lassau
Butt, Dudley wrote: > Hi, > > Ok, somewhere in my implementation I've screwed up... > I have a session bean (stateless) that gets created then starts a process of database writes via some business logic and entity beans. > When I start another process, the new session bean is created, but it do

[JBoss-user] JBoss3, Static web pages and SSL servlets

2002-06-04 Thread Mark Lassau
I wish to use JBoss3 for a web application that needs to be able to serve static web pages as well as servlets. The static web pages need to be maintainable after the installation of the Application, so including them in the .war is impractible. Also the servlets must be able to be transported ove