cvs commit: jakarta-tomcat-4.0/webapps/admin/realm jdbcRealm.jsp jndiRealm.jsp memoryRealm.jsp userDatabaseRealm.jsp

2002-05-02 Thread manveen
manveen 02/05/03 00:16:58 Modified:webapps/admin/realm jdbcRealm.jsp jndiRealm.jsp memoryRealm.jsp userDatabaseRealm.jsp Log: Add a check if the realm can be deleted or not. Revision ChangesPath 1.4 +4 -1 jakarta-tomcat-4.0/webapps/admi

cvs commit: jakarta-tomcat-4.0/webapps/admin/connector connector.jsp

2002-05-02 Thread manveen
manveen 02/05/02 23:15:14 Modified:webapps/admin/connector connector.jsp Log: Missing comment in last checkin. Revision ChangesPath 1.14 +1 -0 jakarta-tomcat-4.0/webapps/admin/connector/connector.jsp Index: connector.jsp =

cvs commit: jakarta-tomcat-4.0/webapps/admin/connector connector.jsp

2002-05-02 Thread manveen
manveen 02/05/02 23:14:05 Modified:webapps/admin/connector connector.jsp Log: Take keyStorePassword input only while creating. Do not display the password while viewing./editing. Revision ChangesPath 1.13 +3 -0 jakarta-tomcat-4.0/webapps/admin/connector/connec

cvs commit: jakarta-tomcat-4.0/webapps/admin/connector connector.jsp

2002-05-02 Thread manveen
manveen 02/05/02 22:43:52 Modified:webapps/admin/connector connector.jsp Log: Donot show keyStore password as cleartext. Revision ChangesPath 1.12 +2 -2 jakarta-tomcat-4.0/webapps/admin/connector/connector.jsp Index: connector.jsp ===

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users UsersTreeBuilder.java

2002-05-02 Thread manveen
manveen 02/05/02 22:40:05 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users UsersTreeBuilder.java Log: Rearrange the order in which Users, Groups, and Roles appear in the subtree. Revision ChangesPath 1.4 +5 -5 jakar

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_global.h

2002-05-02 Thread larryi
larryi 02/05/02 22:39:58 Modified:jk/native/common jk_global.h Log: Add a macro for WIN32 to emulate the gettimeofday() function using the WIN32 _ftime() function. Revision ChangesPath 1.17 +7 -1 jakarta-tomcat-connectors/jk/native/common/jk_global.h In

cvs commit: jakarta-tomcat-connectors/jk/native build.xml

2002-05-02 Thread larryi
larryi 02/05/02 22:31:20 Modified:jk/native build.xml Log: Add required MS SDK include and lib entries. Drop the if="win32" in the linkOpt since the iis target is valid only for win32. Revision ChangesPath 1.31 +3 -1 jakarta-tomcat-connectors/jk/native/buil

cvs commit: jakarta-tomcat-connectors/jk build.properties.sample

2002-05-02 Thread larryi
larryi 02/05/02 22:27:45 Modified:jk build.properties.sample Log: Change parens to curly braces so substitution will work as expected Revision ChangesPath 1.12 +2 -2 jakarta-tomcat-connectors/jk/build.properties.sample Index: build.properties.sample

cvs commit: jakarta-tomcat-connectors/jk build.xml

2002-05-02 Thread larryi
larryi 02/05/02 22:25:54 Modified:jk build.xml Log: Update jkant target so it can build immediately after a clean. Revision ChangesPath 1.39 +3 -0 jakarta-tomcat-connectors/jk/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/jk/jkant/java/org/apache/jk/ant/compilers MsvcCompiler.java

2002-05-02 Thread larryi
larryi 02/05/02 22:24:17 Modified:jk/jkant/java/org/apache/jk/ant/compilers MsvcCompiler.java Log: Add quotes around include files, if not already present, in case path includes spaces. Revision ChangesPath 1.5 +8 -1 jakarta-tomcat-connectors/jk/jkant/java

cvs commit: jakarta-tomcat-4.0/webapps/admin/users user.jsp

2002-05-02 Thread manveen
manveen 02/05/02 21:45:46 Modified:webapps/admin/users user.jsp Log: * Password should not be displayed in clear text. * Add URLs to create and delete users. Revision ChangesPath 1.3 +10 -9 jakarta-tomcat-4.0/webapps/admin/users/user.jsp Index: user.jsp

DO NOT REPLY [Bug 8763] New: - Web app libraries (log4j.jar) remain locked after web apps' stop / remove

2002-05-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: SSI Servlet has big problems

2002-05-02 Thread Dan Sandberg
I'll be done with the SSI rewrite tomorrow. I'd like to get the community's advice on a number of issues: 1-I changed the names of the files from Ssi... to SSI... This seems to be more consistent with the naming scheme of other files, and made things easier for me since I did a gradual rewrit

Rating 4.1.0

2002-05-02 Thread Remy Maucherat
I'm planning to give 4.1.0 an "Alpha" rating. So far, it seems to be working relatively well, and would probably be worthy of a "Beta" tag if it was feature complete and had a little more polish. I'm confident the upcoming 4.1.1 milestone will adress this, and will be able to get released as a be

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans ServerLifecycleListener.java StandardServerMBean.java

2002-05-02 Thread craigmcc
craigmcc02/05/02 19:19:23 Modified:catalina/src/share/org/apache/catalina/core StandardServer.java catalina/src/share/org/apache/catalina/mbeans ServerLifecycleListener.java StandardServerMBean.java

Re: cvscommit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread Punky Tse
Henri, > > What about reporting webapp version at init time, > > [Thu May 02 21:44:38 2002] [notice] Apache/2.0.35 (Unix) mod_ssl/2.0.35OpenSSL/0.9.6 >DAV/2 mod_jk/1.2.0 configured -- resuming normal operations > > > could be > > [Thu May 02 21:44:38 2002] [notice

cvs commit: jakarta-tomcat-4.0/webapps/admin/images Users.gif

2002-05-02 Thread manveen
manveen 02/05/02 18:48:30 Modified:webapps/admin/images Users.gif Log: Updating image Revision ChangesPath 1.2 +4 -3 jakarta-tomcat-4.0/webapps/admin/images/Users.gif <> -- To unsubscribe, e-mail: For additional c

Re: cvs commit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread Punky Tse
Henri, As said by Pier, what you need is to have ServerName well defined. That means I need to have a line: ServerName punknix.homeip.net:80 in httpd.conf. It is somewhat different from apache 1.3. In 1.3 you can leave it blank. But in 2.0, I seems that you need to have it defined to work

cvs commit: jakarta-tomcat-4.0/webapps/admin login.jsp

2002-05-02 Thread manveen
manveen 02/05/02 18:14:11 Modified:webapps/admin login.jsp Log: Modified look and feel of login page Revision ChangesPath 1.5 +38 -14jakarta-tomcat-4.0/webapps/admin/login.jsp Index: login.jsp =

cvs commit: jakarta-tomcat-4.0/webapps/admin/images Datasource.gif Login.jpg LoginBackgroundTile.gif

2002-05-02 Thread manveen
manveen 02/05/02 18:13:49 Added: webapps/admin/images Datasource.gif Login.jpg LoginBackgroundTile.gif Log: Images for Login page and datasources. Revision ChangesPath 1.1 jakarta-tomcat-4.0/webapps/admin/images/Datasource.gif

Re: cvs commit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeansMBeanFactory.java

2002-05-02 Thread Jon Scott Stevens
on 5/2/02 5:27 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > +String pathStr = pname.getKeyProperty("path"); > +if (pathStr.equals("/")) { > +pathStr = ""; > +} Also, this seems to repeat code over and over and over...why not make a simp

Re: cvs commit:jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeansMBeanFactory.java

2002-05-02 Thread Jon Scott Stevens
on 5/2/02 5:27 PM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > +if (pathStr.equals("/")) { Should be '/' ? -jon -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-4.0/webapps/admin/images Groups.gif Users.gif

2002-05-02 Thread manveen
manveen 02/05/02 18:05:54 Added: webapps/admin/images Groups.gif Users.gif Log: Images for "User Administration" tree. Revision ChangesPath 1.1 jakarta-tomcat-4.0/webapps/admin/images/Groups.gif <> 1.1 jakarta-tomcat

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users UsersTreeBuilder.java

2002-05-02 Thread manveen
manveen 02/05/02 18:04:49 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users UsersTreeBuilder.java Log: Use new images for Groups/Users in the tree control. Revision ChangesPath 1.3 +6 -6 jakarta-tomcat-4.0/webapps/ad

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin TomcatTreeBuilder.java

2002-05-02 Thread manveen
manveen 02/05/02 17:57:23 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin TomcatTreeBuilder.java Log: Display the new images in the tree control node, change image depending on the type of node. Revision ChangesPath 1.29 +12 -

cvs commit: jakarta-tomcat-4.0/webapps/admin/images Connector.gif Context.gif Host.gif Logger.gif Realm.gif Server.gif Service.gif Valve.gif

2002-05-02 Thread manveen
manveen 02/05/02 17:55:43 Added: webapps/admin/images Connector.gif Context.gif Host.gif Logger.gif Realm.gif Server.gif Service.gif Valve.gif Log: Adding images for displaying in the tree control. Revision ChangesPath 1.

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans MBeanFactory.java

2002-05-02 Thread amyroh
amyroh 02/05/02 17:27:17 Modified:catalina/src/share/org/apache/catalina/mbeans MBeanFactory.java Log: Check "/" when looking for root context. Revision ChangesPath 1.30 +65 -30 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/m

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/deploy ContextEjb.java ContextEnvironment.java ContextLocalEjb.java ContextResource.java ContextResourceLink.java NamingResources.java ResourceParams.java

2002-05-02 Thread craigmcc
craigmcc02/05/02 17:13:02 Modified:catalina/src/share/org/apache/catalina/deploy ContextEjb.java ContextEnvironment.java ContextLocalEjb.java ContextResource.java ContextResourceLink.java NamingResources.java

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin CommitChangesAction.java

2002-05-02 Thread manveen
manveen 02/05/02 16:50:51 Added: webapps/admin/WEB-INF/classes/org/apache/webapp/admin CommitChangesAction.java Log: Action class that implements the store/commit changes to server.xml Revision ChangesPath 1.1 jakarta-tomcat-4.

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin ApplicationResources_en.properties ApplicationResources_es.properties

2002-05-02 Thread manveen
manveen 02/05/02 16:49:36 Modified:webapps/admin banner.jsp webapps/admin/WEB-INF struts-config.xml webapps/admin/WEB-INF/classes/org/apache/webapp/admin ApplicationResources_en.properties ApplicationResources

Re: jakarta-tomcat-connectors documentation/summaries

2002-05-02 Thread Bojan Smojver
On Thu, 2002-05-02 at 23:43, Christopher K. St. John wrote: > think "We are the > world" as sung by a chorus of tomcat developers, all holding > hands, etc). He, he, I like this one :-) Bojan -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans StandardServerMBean.java

2002-05-02 Thread craigmcc
craigmcc02/05/02 16:21:02 Modified:catalina/src/share/org/apache/catalina/mbeans StandardServerMBean.java Log: Flag the missing saves of resources defined under with a FIXME note. Revision ChangesPath 1.19 +12 -4 jakarta-tomcat-4.0/ca

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup NamingRuleSet.java

2002-05-02 Thread craigmcc
craigmcc02/05/02 16:10:13 Modified:catalina/src/share/org/apache/catalina/mbeans StandardServerMBean.java catalina/src/share/org/apache/catalina/startup NamingRuleSet.java Log: Work around the lack of an o.a.c.deploy.Con

Re: creating a custom StandardServer

2002-05-02 Thread Craig R. McClanahan
On Thu, 2 May 2002, Shane Redlick wrote: > Date: Thu, 2 May 2002 15:50:41 -0700 > From: Shane Redlick <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: creating a custom StandardServer > > Hello, > > Does anyone know of anyone thats ma

creating a custom StandardServer

2002-05-02 Thread Shane Redlick
Hello, Does anyone know of anyone thats made a custom catalina server? I have some SOAP services that Im currently running in tomcat, but I would like to avoid the overhead of the full tomcat implementation and create something basic for the purpose of publishing SOAP services only. Any link

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup NamingRuleSet.java

2002-05-02 Thread craigmcc
craigmcc02/05/02 15:14:45 Modified:catalina/src/share/org/apache/catalina/core StandardEngine.java StandardHost.java catalina/src/share/org/apache/catalina/mbeans StandardServerMBean.java catalina/src/share/or

RE: [VOTE] tomcat 4 rpm to re-use standard listening ports ?

2002-05-02 Thread Larry Isaacs
+1 Larry > -Original Message- > From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 02, 2002 3:23 PM > To: [EMAIL PROTECTED] > Subject: [VOTE] tomcat 4 rpm to re-use standard listening ports ? > > > Hi, > > As you may know, the current tomcat 4 rpm change > all the li

Re: cvscommit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread Pier Fumagalli
"GOMEZ Henri" <[EMAIL PROTECTED]> wrote: >> Hm. Might do that as well... > > I could add that if you want ;) > Just to show to Jon that I could also commit in webapp ;) If you want... >>> Nota that mod_jk / mod_webapp coexist very well ;) >> >> Why shouldn't they? For sure I'm not going to se

RE: WebApp 1.2.0

2002-05-02 Thread GOMEZ Henri
Ok, I'll leave you now. See you tomorrow :) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-Original Message- >From: Pier Fumag

RE: jakarta-tomcat-connectors documentation/summaries

2002-05-02 Thread GOMEZ Henri
An URL to add : http://www.ubeans.com/tomcat/index.html - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-Original Message- >Fr

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans StandardServerMBean.java

2002-05-02 Thread craigmcc
craigmcc02/05/02 13:08:31 Modified:catalina/src/share/org/apache/catalina/mbeans StandardServerMBean.java Log: Correctly persist elements inside , and elements (if non-defaults) inside . Revision ChangesPath 1.16 +50 -6 jakarta-tomca

WebApp 1.2.0

2002-05-02 Thread Pier Fumagalli
I want to finish up a couple of things before tagging, such as having a make which actually builds up a "dist" directory, update the docs slightly and stupid things like that... Maybe later tonight? Pier -- I think that it's extremely foolish to name a server after the current U.S. President

RE: cvscommit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread GOMEZ Henri
>> [Thu May 02 21:44:38 2002] [notice] Apache/2.0.35 (Unix) >> mod_ssl/2.0.35OpenSSL/0.9.6 DAV/2 mod_jk/1.2.0 mod_webapp >1.2.0 configured -- >> resuming normal operations > >Hm. Might do that as well... I could add that if you want ;) Just to show to Jon that I could also commit in webapp ;) >

Re: cvscommit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread Pier Fumagalli
"GOMEZ Henri" <[EMAIL PROTECTED]> wrote: > Ok, I added : > > ServerName hgo1.slib.com:8092 > > and it works fine. > > BTW, it need to have A FULL HOST:PORT Correct... On Apache 2.0 yes because there's no Port directive. But since that thing is beating the crap out of me, I'll just change the

RE: cvscommit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread GOMEZ Henri
>"GOMEZ Henri" <[EMAIL PROTECTED]> wrote: > >> Ok, so you have to add around >> webapp config. > >No... > >> I remember an old mail where Pier told something >> about adding support to DefaultHost but it's quite >> sometimes ago > >You just have to put "ServerName" outside of ANY virtual host...

cvs commit: jakarta-tomcat-connectors/jk/conf workers2.properties

2002-05-02 Thread costin
costin 02/05/02 12:46:17 Modified:jk/conf workers2.properties Log: Changed to use the new proposed attributes. I used tomcatId as a temporary name - instance is a bit too generic. If you have a better sugestion for the name - please let me know ! ( route is also a bit ove

Re: cvscommit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread Pier Fumagalli
"GOMEZ Henri" <[EMAIL PROTECTED]> wrote: > Ok, so you have to add around > webapp config. No... > I remember an old mail where Pier told something > about adding support to DefaultHost but it's quite > sometimes ago You just have to put "ServerName" outside of ANY virtual host... Pier -

Re: cvscommit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread Pier Fumagalli
"GOMEZ Henri" <[EMAIL PROTECTED]> wrote: > May I suggest you drop the latest tarball, with > the configure included :) in jtc/webapp ? > > Or I could do it for you and prepare the layout > but need something like a version number/release : > > 1.0.3b1, 1.0.2 Version??? Doh... Someone call

RE: cvscommit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread GOMEZ Henri
May I suggest you drop the latest tarball, with the configure included :) in jtc/webapp ? Or I could do it for you and prepare the layout but need something like a version number/release : 1.0.3b1, 1.0.2 - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .)

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans StandardServerMBean.java

2002-05-02 Thread amyroh
amyroh 02/05/02 12:32:28 Modified:catalina/src/share/org/apache/catalina/mbeans StandardServerMBean.java Log: Fix Resource and ResourceParam config save. Revision ChangesPath 1.15 +98 -106 jakarta-tomcat-4.0/catalina/src/share/org/apache/

RE: cvs commit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread GOMEZ Henri
Ok, so you have to add around webapp config. I remember an old mail where Pier told something about adding support to DefaultHost but it's quite sometimes ago - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_).

[VOTE] tomcat 4 rpm to re-use standard listening ports ?

2002-05-02 Thread GOMEZ Henri
Hi, As you may know, the current tomcat 4 rpm change all the listen ports (http10, http11, ajp) to assure a pacific ;) coexistence between with an allready installed tomcat3. I wonder if it won't be time to restore the original ports, just to avoid users questions. I'll provide a little script

DO NOT REPLY [Bug 6509] - Mod_webapp tries to deploy all apps down all connections

2002-05-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: [4.1.0] Anyone testing it ?

2002-05-02 Thread GOMEZ Henri
>> I'll have to try some kind of bootstrap action >> in my rpm, start compiling TC 4.x with binaries, >> then goes to JTC and rebuild it against newly >> built TC 4.x, then install these in place of >> bundled binaries ?(8 > >I think you can compile coyote without 4.x/3.x >( it has autodetection

Re: cvscommit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread Pier Fumagalli
"Pier Fumagalli" <[EMAIL PROTECTED]> wrote: > "GOMEZ Henri" <[EMAIL PROTECTED]> wrote: > >> It build on my Redhat 6.2 box but failed at http2 start : >> >> Invalid virtual host name ?[ > > Put "ServerName" befor WebApp... Will have to fix that one BTW, this at least tells me that it w

AW: PROPOSAL: mod_jk2: Group/Instance

2002-05-02 Thread Hans Schmid
> -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 2. Mai 2002 19:35 > An: Tomcat Developers List > Betreff: Re: PROPOSAL: mod_jk2: Group/Instance > > > On Thu, 2 May 2002, Bernd Koecke wrote: > > > misunderstood it. After you said tha

cvs commit: jakarta-tomcat-4.0/webapps/admin/host host.jsp

2002-05-02 Thread manveen
manveen 02/05/02 11:22:17 Modified:webapps/admin/host host.jsp Log: Disable links for deleting host and adding/deleting realms to the host of the admin app so that the tool doesnt crash. Revision ChangesPath 1.14 +5 -1 jakarta-tomcat-4.0/webapps/admin/host/hos

Re: cvscommit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread Pier Fumagalli
"GOMEZ Henri" <[EMAIL PROTECTED]> wrote: > It build on my Redhat 6.2 box but failed at http2 start : > > Invalid virtual host name ?[ Put "ServerName" befor WebApp... Will have to fix that one Pier -- To unsubscribe, e-mail: For additional commands, e

PROPOSAL: mod_jk2: new lb values

2002-05-02 Thread costinm
Based on the previous discussion: - change lbfactor from float to int ( maybe rename it to avoid confusion) - The value will be from 1 to MAX ( 100 ? ). - Smaller values will mean more work. The value '0' ( or a special flag ? ) will mean the worker will be used allways ( as long as it is not

cvs commit: jakarta-tomcat-4.0/webapps/admin/context context.jsp

2002-05-02 Thread manveen
manveen 02/05/02 11:16:10 Modified:webapps/admin/context context.jsp Log: cannot add or delete a realm from the admin context. Revision ChangesPath 1.6 +4 -1 jakarta-tomcat-4.0/webapps/admin/context/context.jsp Index: context.jsp ===

cvs commit: jakarta-tomcat-4.0/webapps/admin/service service.jsp

2002-05-02 Thread manveen
manveen 02/05/02 11:15:40 Modified:webapps/admin/service service.jsp Log: cannot add or delete a realm for the service the admin app is running on. Revision ChangesPath 1.15 +3 -0 jakarta-tomcat-4.0/webapps/admin/service/service.jsp Index: service.jsp ==

Re: [VOTE] New committer: Christopher St John

2002-05-02 Thread Bill Barker
+1 - Original Message - From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Wednesday, May 01, 2002 1:59 PM Subject: [VOTE] New committer: Christopher St John > I'd like to propose Christopher St John as a > committer on Tomcat. Christopher

cvs commit: jakarta-tomcat-4.0/webapps/admin/connector connector.jsp

2002-05-02 Thread manveen
manveen 02/05/02 11:00:15 Modified:webapps/admin/connector connector.jsp Log: Keystore password and filename input allowed only while creating a new SSL connector. Revision ChangesPath 1.11 +11 -3 jakarta-tomcat-4.0/webapps/admin/connector/connector.jsp Ind

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans StandardServerMBean.java

2002-05-02 Thread craigmcc
craigmcc02/05/02 10:45:43 Modified:catalina/src/share/org/apache/catalina/mbeans StandardServerMBean.java Log: When saving server.xml, render , , , and elements correctly. Revision ChangesPath 1.14 +40 -8 jakarta-tomcat-4.0/catalina/s

Re: PROPOSAL: mod_jk2: Group/Instance

2002-05-02 Thread costinm
On Thu, 2 May 2002, Bernd Koecke wrote: > misunderstood it. After you said that my patch is included a had a closer look > at mod_jk. I can't see anything of my code but I found the special meaning of > the zero lb_factor/lb_value. It seems that I didn't understand it right at the > first time

Re: TC41 Test Drop

2002-05-02 Thread Anthony W. Marino
> On Thu, 2 May 2002, Anthony W. Marino wrote: > > I would like to run TC41 with however I have some questions I need > > answered. > > > > 1) Do I need to (should I) update the coyote connectors available in this > > drop with a more recent drop found somewhere else? > > I don't think so. You can

Re: [VOTE] New committer: Christopher St John

2002-05-02 Thread Manveen Kaur
+1 Manveen Remy Maucherat wrote: > I'd like to propose Christopher St John as a > committer on Tomcat. Christopher has contributed ideas and code to do some > improvements to the design of Catalina. More importantly, he seems very > motivated and willing to contribute very significant time and

Re: cvs commit: jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread Punky Tse
Pier, You have done a very good job. After your "renovation" work, it compiles and runs on FreeBSD without error. Bravo!! \^o^/ Cheers, Punky. Pier Fumagalli wrote: >"GOMEZ Henri" <[EMAIL PROTECTED]> wrote: > > > >>>Autoconf is _only_ required when building straight out of CVS, you can >

Re: PROPOSAL: mod_jk2: Group/Instance

2002-05-02 Thread Bernd Koecke
[EMAIL PROTECTED] wrote: > On Thu, 2 May 2002, Amund Elstad wrote: > > >>(1) all requests without a session are routed to a specific tomcat instance >>(if that instance is working). > > > That has been added, and it should work in both jk1 and jk2 ( I don't > remember who sent the patch, but

Re: TC41 Test Drop

2002-05-02 Thread costinm
On Thu, 2 May 2002, Anthony W. Marino wrote: > I would like to run TC41 with however I have some questions I need answered. > > 1) Do I need to (should I) update the coyote connectors available in this drop > with a more recent drop found somewhere else? I don't think so. You can wait for the

Re: cvs commit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread Punky Tse
Henri, I have no problem in my linux box. My conf: === ServerName punknix.homeip.net:80 #LoadModule webapp_module modules/mod_webapp.so LoadModule webapp_module modules/libwebapp.so WebAppConnection conn warp localhost:8008 WebAppDeploy examples conn /example

Problem while retreiving Client Certificate

2002-05-02 Thread Raja Neravati
Hi, I am using Tomcat 4.0.3 with Apache 1.3.24 on Redhat Linux 7.1. For SSL, I have configured Apache with mod_ssl & the connector I am using is mod_webapp. The SSL Connection is successfully done. I have a servlet on Tomcat which is expecting a Client Certificate. I have made "SSLVerifyClient --

RE: cvs commit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread GOMEZ Henri
It build on my Redhat 6.2 box but failed at http2 start : Invalid virtual host name ?[ - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-

RE: jakarta-tomcat-connectors documentation/summaries

2002-05-02 Thread GOMEZ Henri
> Where should it go? Yes go, will fix it after. You could start installing the draft doc in your own dir in jakarta (public_html). We could all check it ;) -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 8744] New: - No way to configure/extend runtime classloaders.

2002-05-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

TC41 Test Drop

2002-05-02 Thread Anthony W. Marino
I would like to run TC41 with however I have some questions I need answered. 1) Do I need to (should I) update the coyote connectors available in this drop with a more recent drop found somewhere else? 2) What mod_jk2 drop should I use to test TC41/Apache2 integration? Thank You, Anthony --

RE: [VOTE] New committer: Christopher St John

2002-05-02 Thread Larry Isaacs
+1 Larry > -Original Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 01, 2002 5:00 PM > To: Tomcat Developers List > Subject: [VOTE] New committer: Christopher St John > > > I'd like to propose Christopher St John distributopia.com> as a > committer

RE: PROPOSAL: mod_jk2: Group/Instance

2002-05-02 Thread costinm
On Thu, 2 May 2002, Amund Elstad wrote: > (1) all requests without a session are routed to a specific tomcat instance > (if that instance is working). That has been added, and it should work in both jk1 and jk2 ( I don't remember who sent the patch, but I remember adding it ). If it doesn't w

Re: AW: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/commonShm.java

2002-05-02 Thread costinm
On Thu, 2 May 2002, Hans Schmid wrote: > We have two Tomcats in a lb group. Only one is running at a time with > lbfactor=1, > the other has lbfactor=0 assinged but is not running -> all requests go to > TC1 > > When we upgrade our system we update the classes/jars and start the second > Tomcat

RE: jakarta-tomcat-connectors documentation/summaries

2002-05-02 Thread Ignacio J. Ortega
> De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Enviado el: jueves 2 de mayo de 2002 15:44 > > Speaking of having a document at jakarta, it isn't there yet. > And it won't go live unless everyone likes it (think "We are the > world" as sung by a chorus of tomcat developers, all holding > h

Re: jakarta-tomcat-connectors documentation/summaries

2002-05-02 Thread Christopher K. St. John
"Ignacio J. Ortega" wrote: > > > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Enviado el: jueves 2 de mayo de 2002 5:16 > > For me is controversial to have a document at jakarta, that affirms > Speaking of having a document at jakarta, it isn't there yet. And it won't go live unless ev

RE: jakarta-tomcat-connectors documentation/summaries

2002-05-02 Thread GOMEZ Henri
>Costin, Henri, Dan , Larry , Me, and much others done the >work, so apart >from not be true, i think is offensive to all that done that work, and >contributed his time to support it.. +1 Make a quick search on tomcat-user and tomcat-dev list mailing list archives and you'll see that mod_jk as

RE: jakarta-tomcat-connectors documentation/summaries

2002-05-02 Thread Ignacio J. Ortega
> De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Enviado el: jueves 2 de mayo de 2002 5:16 For me is controversial to have a document at jakarta, that affirms that prior to webapp, mod_jk was unmaintained, mainly because we have maintained itall the time. Costin, Henri, Dan , Larry , Me, and

RE: PROPOSAL: mod_jk2: Group/Instance

2002-05-02 Thread Amund Elstad
Hi, My understanding of the old lb-worker is that although you can tweak its behavior using load-balancing factors, it does not theoretically cover: (1) all requests without a session are routed to a specific tomcat instance (if that instance is working). (2) Tomcat instances in standby or "sof

RE: cvs commit: jakarta-tomcat-4.0 build.xml

2002-05-02 Thread GOMEZ Henri
Nobody object for the same adaptation in tomcat 4.1 ? - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-Original Message- >From: [

RE: cvs commit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread GOMEZ Henri
>> Don't make Jon sad, just send me a copy of configure script and >> I'll try the build ;) > >Since the nightly since the very latest (important) changes >didn't run yet, >here's a snapshot: http://nagoya.apache.org/~pier/webapp-current.tar.gz Thanks, I'll tell you what happen on my redhat box

Re: cvs commit:jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread Pier Fumagalli
"GOMEZ Henri" <[EMAIL PROTECTED]> wrote: >> Autoconf is _only_ required when building straight out of CVS, you can >> always use nightlies, which have the already-autoconfed >> "configure" script. >> >> It's a PITA, but there are so many changes between 2.1x and 2.5x that >> maintaining if for b

RE: cvs commit: jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread GOMEZ Henri
>Autoconf is _only_ required when building straight out of CVS, you can >always use nightlies, which have the already-autoconfed >"configure" script. > >It's a PITA, but there are so many changes between 2.1x and 2.5x that >maintaining if for both will be a major pain in the neck... > >Otherwise,

Re: cvs commit: jakarta-tomcat-connectors/webapp/supportbuildconf.sh

2002-05-02 Thread Pier Fumagalli
"GOMEZ Henri" <[EMAIL PROTECTED]> wrote: > Urg, > > making autoconf 2.52 a strict mimimum will avoid building > on allmost all recent Linux distributions, which are still > 2.12/2.13 based ;( Autoconf is _only_ required when building straight out of CVS, you can always use nightlies, which have

Re: [JTC] layout for jtc download site

2002-05-02 Thread Pier Fumagalli
"GOMEZ Henri" <[EMAIL PROTECTED]> wrote: > I'd like to propose the following layout for jtc download. > > I plan to make regular snapshot for jk (jk2 at a later time) > > http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.x/ > http://jakarta.apache.org/builds/jakarta-tom

Re: mod_webapp build problem

2002-05-02 Thread Pier Fumagalli
"GOMEZ Henri" <[EMAIL PROTECTED]> wrote: >>> >>> I'm trying to build a rpm for mod_webapp against >>> apache 1.3.23-mod_ssl and apache 2.0.35 on a redhat 7.2 box >>> >>> apache-2.0 failed : >> >> Working on it Henri... I have a whole new kit that I'm going to commit >> pretty soon, once it's d

Re: [VOTE] New committer: Christopher St John

2002-05-02 Thread Pier Fumagalli
"GOMEZ Henri" <[EMAIL PROTECTED]> wrote: > With a great pleasure Christopher got my +1 +1 from me... Hoping that MinTC will make it in TC40's contrib section or something like it soon :) Pier -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: cvs commit: jakarta-tomcat-connectors/webapp/support buildconf.sh

2002-05-02 Thread GOMEZ Henri
Urg, making autoconf 2.52 a strict mimimum will avoid building on allmost all recent Linux distributions, which are still 2.12/2.13 based ;( - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Finge

[JTC] layout for jtc download site

2002-05-02 Thread GOMEZ Henri
I'd like to propose the following layout for jtc download. I plan to make regular snapshot for jk (jk2 at a later time) http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.x/ http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.x/bin/ http://jakarta.a

RE: mod_webapp build problem

2002-05-02 Thread GOMEZ Henri
>> >> I'm trying to build a rpm for mod_webapp against >> apache 1.3.23-mod_ssl and apache 2.0.35 on a redhat 7.2 box >> >> apache-2.0 failed : > >Working on it Henri... I have a whole new kit that I'm going to commit >pretty soon, once it's done... Here's a short-hand patch from >my machine, >

RE: [VOTE] New committer: Christopher St John

2002-05-02 Thread GOMEZ Henri
With a great pleasure Christopher got my +1 - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 >-Original Message- >From: Remy Mauche

RE: [4.1.0] Anyone testing it ?

2002-05-02 Thread GOMEZ Henri
>I'll have to try some kind of bootstrap action >in my rpm, start compiling TC 4.x with binaries, >then goes to JTC and rebuild it against newly >built TC 4.x, then install these in place of >bundled binaries ?(8 And ideally I should also make a commons-login rpm (need to install JDK 1.4 and aval

cvs commit: jakarta-tomcat-4.0 build.xml

2002-05-02 Thread hgomez
hgomez 02/05/02 00:56:36 Modified:.Tag: tomcat_40_branch build.xml Log: PR: Some sites may have servlet api documentations in various location. For example jakarta rpms, install servlet.jar into /usr/share/java and servlet-api javadoc in /usr/share/javadoc/servletapi4

RE: [4.1.0] Anyone testing it ? - Jasper2 bug perhaps

2002-05-02 Thread David Shanahan
I have been trying out 4.1.0. I have noticed that if you do not specify the language attribute in the page directive then the contentType attribute has no effect on the page encoding. If I do this: <%@ page contentType="text/html; charset=Shift_JIS" %> and then look at generated source code f