[JBoss-dev] Building jboss and other modules

2001-06-03 Thread Hendrik Schreiber
Hi, I asked this question before. Is there any documentation about build scripts etc. I have difficulties using ant and the build.sh/bat/xml scripts out of the box. Usually paths are not set properly or optional tasks are not present (task path in tomcat build.xml) etc. Don't get me wrong, I am n

Re: [JBoss-dev] JBoss-Jetty & latest AbstractWebContainer/WebDescriptorParser....

2001-05-26 Thread Hendrik Schreiber
jules, I had a chance to work some on jo/jboss and found your code very helpful. The thing scott mentions is a result of just setting the currentThread ClassLoader and not the one that is actually used by the webapplication. as scott already pointed out, the webapplication probably only uses th

Re: [JBoss-dev] access problems with anonymous cvs

2001-05-25 Thread Hendrik Schreiber
it works now. -hendrik [EMAIL PROTECTED] wrote: > same here > > - Original Message - > From: "Hendrik Schreiber" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, May 26, 2001 1:03 AM > Subject: [JBoss-dev] access problems

[JBoss-dev] access problems with anonymous cvs

2001-05-25 Thread Hendrik Schreiber
Hi, is it possible that something is wrong with the anonymous acces to the cvs? I get the following message when trying to login: D:\jboss>cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss login (Logging in to [EMAIL PROTECTED]) CVS password: cvs [login aborted]: authorization failed: server cvs.

Re: [JBoss-dev] jo integration

2001-05-19 Thread Hendrik Schreiber
This sounds very much like what I was looking for! -hendrik Scott M Stark wrote: > I'm writing a new howto on integrating servlet containers > into JBoss using the new AbstractWebContainer class. It > provides support for integrating web-app.xml items into > the JNDI namespace as well as hooking

[JBoss-dev] jo integration

2001-05-19 Thread Hendrik Schreiber
> If jo! is also a ServletContainer, as is Jetty, then your code should be > very similar to mine - perhaps we could share some ! > > Have a look through it and ask me anything you like. cool. thanks. it might take a while as my work only leaves me with weekends currently... :-( > Jules (jboss-

[JBoss-dev] jo! integration

2001-05-19 Thread Hendrik Schreiber
Hi, I would like to better integrate the jo! webserver into JBoss. With the current jo! release the simple startup as MBean is supported, but automatic deployment is not. I would like to change this. I am not familiar with the JBoss code and didn't find any description on how to do it. Therefore