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

2001-11-27 Thread tangojaz
Removing decoding for special characters like = and & because Tomcat does this automatically. Below is the cvs diff Jazmin -- __ Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of b

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

2001-11-26 Thread tangojaz
Below is the code to build the tree control nodes for Tomcat Server, Service/Engine, and Connector There is one new file: TomcatTreeBuilder.java that goes in the following directory: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin The rest are cvs diffs of existing file

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

2001-11-20 Thread tangojaz
Role Based Admin Change I am thinking that a web server admin tool my not have just one admin that controls everything but there maybe be other less powerful admins with limited control. For example there may be admins that control properties for a certain subset of w

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

2001-11-17 Thread tangojaz
Hi, I have been looking into the details of the admin and from what I can figure out, it is suppose to use frames. I have changed the index.jsp to set the borders of the frames to 1 so the user can see the frames. Also from studying the code, I figured that clicking on a tree node should change t