[PATCH] jakarta-tomcat-4.0/webapps/admin/

2001-12-06 Thread Manveen Kaur
Enhanced the admin tool by adding a new server screen and its related backend functionality. Please add these files to the HEAD branch. ( *.java under jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/ server.jsp under jakarta-tomcat-4.0/webapps/admin/ PaperTexture.gif

[PATCH] jakarta-tomcat-4.0/webapps/admin/

2001-12-06 Thread Manveen Kaur
Please commit my patch in the HEAD branch. Made changes to struts-config, internationalization ApplicationResources.properties files, and tree builder for the new server screen. Index: ./WEB-INF/struts-config.xml === RCS file:

[PATCH] jakarta-tomcat-4.0/webapps/admin/

2001-12-06 Thread Manveen Kaur
Please add this file to the HEAD branch. (I'd forgotten to attach it in my last mail.) New Server screen added to admin tool. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Resend: [PATCH] jakarta-tomcat-4.0/webapps/admin/

2001-12-06 Thread Manveen Kaur
Resending... On Thu, 6 Dec 2001, Manveen Kaur wrote: Please add this file to the HEAD branch. (I'd forgotten to attach it in my last mail.) New Server screen added to admin tool. !-- Standard Struts Entries -- %@ page language=java % %@ taglib uri=/WEB-INF/struts-bean.tld prefix

[PATCH] jakarta-tomcat-4.0/webapps/admin/

2001-12-11 Thread Manveen Kaur
javax.management.MBeanInfo; +import org.apache.struts.util.MessageResources; + /** * Implementation of strongAction/strong that validates a user logon. * * @author Jazmin Jonson + * @author Manveen Kaur * @version $Revision: 1.1 $ $Date: 2001/12/06 22:55:57 $ */ public final class

[PATCH] jakarta-tomcat-4.0/webapps/admin/

2001-12-14 Thread Manveen Kaur
components into the tree * * @author Jazmin Jonson - * @version + * @author Manveen Kaur + * @version */ public class TomcatTreeBuilder implements TreeBuilder{ - + // This SERVER_LABEL needs to be localized private final static String SERVER_LABEL = Tomcat Server

[PATCH] jakarta-tomcat-4.0/webapps/admin

2001-12-18 Thread Manveen Kaur
Hi, Please commit my patch to the HEAD branch. Sincerely, Manveen == Comments: - This is a fix for the bug: The selected node does not get highlighted when the node is selected. Made changes so that the tree also gets refreshed with each node selection, along with

[PATCH] jakarta-tomcat-4.0/webapps/admin

2001-12-19 Thread Manveen Kaur
Hi, Please commit my patch to the Head branch. thanks, Manveen Comments: --- Modified server.jsp and service.jsp to use custom tags to generate the list of available actions from each page. Using these custom tags eliminates the need of setting ActionVals in SetUpServer and

[PATCH] jakarta-tomcat-4.0/webapps/admin/

2002-01-03 Thread Manveen Kaur
Manveen Kaur * @version $Revision: $ */ public class DataTag extends BodyTagSupport { // - Instance Variables /** * The data that will be rendered for this table row. */ protected String data = null

[PATCH]jakarta-tomcat-4.0/webapps/admin

2002-01-05 Thread Manveen Kaur
/org/apache/webapp/admin/TomcatTreeBuilder.java 5 Jan 2002 +07:37:46 - @@ -91,11 +91,10 @@ * * @author Jazmin Jonson * @author Manveen Kaur - * @version + * @version $Revision: $ $Date: $ */ - public class TomcatTreeBuilder implements TreeBuilder

[PATCH] jakarta-tomcat-4.0/webapps/admin

2002-01-09 Thread Manveen Kaur
org.apache.struts.action.ActionErrors; import org.apache.struts.action.ActionForm; import org.apache.struts.action.ActionMapping; import java.net.InetAddress; import java.util.ArrayList; /** * Form bean for the host page. * * @author Manveen Kaur * @version $Revision: $ $Date: $ */ public final

[PATCH] jakarta-tomcat-4.0/webapps/admin

2002-01-10 Thread Manveen Kaur
Hi, Encoded the node label names as they contain spaces and other reserved characters. Please commit my patch to the head branch. thanks, Manveen Index: WEB-INF/classes/org/apache/webapp/admin/TomcatTreeBuilder.java === RCS

[PATCH] jakarta-tomcat-4.0/

2002-01-14 Thread Manveen Kaur
Comments: Download latest struts binary 1.0.1. Latest struts needed for admin tool. Please post my patch to the head branch. thanks, --Manveen Index: BUILDING.txt === RCS file: /home/cvspublic/jakarta-tomcat-4.0/BUILDING.txt,v

Re: [4.0.2] [VOTE] Final release

2002-02-08 Thread Manveen Kaur
ballot [X] +1 - I support this release and I will help [ ] +0 - I support this release [ ] -0 - I do not support this release, because: /ballot --Manveen -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [VOTE] Release Plan for Apache Tomcat 4.1

2002-04-24 Thread Manveen Kaur
- Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 24, 2002 8:44 AM Subject: [VOTE] Release Plan for Apache Tomcat 4.1 I'd like to call for a vote on the Apache Tomcat 4.1 Release Plan. The vote will run until 04/26, and will be

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 cks at distributopia.com 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

Re: Password and username for Tomcat Web Server Admin Tool???

2002-05-14 Thread Manveen Kaur
Hi Bill, The admin tool allows users with the role admin to login in. You can edit conf/tomcat-users.xml, and add the role admin to a user and use this username and password to login. thanks Manveen Bill Blackmon wrote: I've just installed Tomcat and want to lookover the Admin Tool. What

Re: [VOTE] New committer: Denis Benoit

2002-05-22 Thread Manveen Kaur
+1 --Manveen On Tue, 21 May 2002, Remy Maucherat wrote: I'd like to propose Denis Benoit Denis.Benoit at fbn.ca as a committer on the Tomcat project. Denis has contributed patches to Jasper 2 which brings an impressive performance improvement when using JSP pages which rely heavily on

MissingResourceException on ResourceBundle.getBundle()

2003-01-17 Thread Manveen Kaur
Hi, I have a web-app that looks up a properties file. I'm getting a java.util.MissingResourceException on ResourceBundle.getBundle(..); The jar containg the properties file is in WEB-INF/lib. Is this a classpath issue? Is there a workaround? Any help would be greatly appreciated. thanks