Tomcat jars as Maven dependencies

2004-11-30 Thread Jacek Laskowski
Hi, Where can I find Tomcat jars so that they can be used as Maven dependencies? I'm working on running Apache Tomcat as a GBean (aka service) of Apache Geronimo. Geronimo builds the gbean using the Tomcat jars declared as Maven dependencies. Unfortunatelly, the jars ain't available anywhere so

Re: Tomcat jars as Maven dependencies

2004-11-30 Thread Jacek Laskowski
Remy Maucherat wrote: If you know what to do (we don't) and want to do it, then I don't think anyone will have a problem if you do it. Hi, Hurray! That's what I wanted to hear! Thanks Remy. I'm not yet fully aware of all the stuff that needs to be done, but it's time to have it done. I know I'm

How to deploy a webapp using Embedded class

2004-12-04 Thread Jacek Laskowski
Hi, While working on creating a Tomcat gbean (aka service) for Geronimo I found something I don't understand. I'm trying to deploy a webapp using the Embedded class. As described in the javadoc I created the appropriate components and deployed a webapp. However, Tomcat prints out the

Re: How to deploy a webapp using Embedded class

2004-12-04 Thread Jacek Laskowski
Bill Barker wrote: The short answer is that you don't have a ContextConfig for your Context. Thanks for the pointer. Assuming that you really don't want to use JMX-embedding, Where can I find more information on JMX-embedding? Do you mean to use JMX to query appropriate mbean and send requests to

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup Embedded.java

2004-12-08 Thread Jacek Laskowski
[EMAIL PROTECTED] wrote: yoavs 2004/12/08 06:35:58 Modified:catalina/src/share/org/apache/catalina/startup Tag: TOMCAT_5_0 Embedded.java Log: Updated JavaDoc to reflect the fact there's no longer a complete example in main(). I wish I knew that before I

Embedded.createConnector doesn't create a HTTP connector

2004-12-10 Thread Jacek Laskowski
Hi, It seems that Embedded.createConnector doesn't create a HTTP connector. If I do connector = embedded.createConnector((String) null, 8080, http); connector is null. In fact, I haven't been able to find a way to create it other than do the following: connector = new Connector(HTTP/1.1);

Re: [ANN] Apache Jakarta Tomcat 5.5.7-alpha Released

2005-01-20 Thread Jacek Laskowski
Remy Maucherat wrote: The Apache Jakarta Tomcat team is proud to announce the immediate availability of Tomcat 5.5.7-alpha. This build contains numerous bug fixes, documentation updates, and other improvements. Hi, 5.5.7-alpha is on its way to iBiblio. It's already on

Re: [VOTE][RESULT] Tomcat 5.5.7 Stability

2005-01-31 Thread Jacek Laskowski
Yoav Shapira wrote: The Apache Jakarta Tomcat team is proud to announce that Tomcat 5.5.7 has been voted stable after substantial evaluation and testing. The vote thread is archived at http://marc.theaimsgroup.com/?t=11067421773r=1w=2 among other places. ...and the jars (these that are

JAAS changes in 5.5.8-alpha

2005-02-21 Thread Jacek Laskowski
Hi, I've just upgraded Geronimo to use Tomcat 5.5.8-alpha and suddenly one of the JAAS test that worked well in 5.5.7 failed. I haven't yet investigated what could break it, thus nothing can I say about the issue. What changed between 5.5.7 and 5.5.8-alpha that could cause a JAAS test in