This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 64079 - Not enough menu shortcuts to configure Tomcat easy way
Summary: Not enough menu shortcuts to configure Tomcat easy way
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 5.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-12 08:00 UTC by xmart
Modified: 2013-09-04 13:12 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description xmart 2005-09-12 08:00:49 UTC
I think that 'edit server.xml' isn't enough, as I very often need to edit
${catalina.base}/conf/web.xml and ${catalina.home}/conf/web.xml, and look into 
${catalina.base}/shared/lib and ${catalina.home}/shared/lib.

I think a hierarchical menu like one presented below will make simple things
like adding a framework to Tomcat or configuring default web-app options really
simple.

Local->
 Edit 'server.xml'
 Edit 'web.xml'
 Folders->
  /
  /shared/
  /common/
Global->
 Edit 'server.xml'
 Edit 'web.xml'
 Folders->
  /
  /shared/
  /common/

Or smth. else. Dunno, but I think this way will be better
Comment 1 zikmund 2005-09-12 08:14:16 UTC
Do you have any use cases, why is it necessary to edit Tomcat's web.xml files
very often? Thanks.
Comment 2 xmart 2005-09-12 08:41:53 UTC
Of course not often, but this possibility will not make UI worse.
I.e. I want to make some frameworks and libs (Spring, JSTL, etc.) available by
default

I need then to change catalina.properties (add home paths to ${shared.loader} if
I want make these frameworks available globally on Tomcat installation) and put
.jar's in ${catalina.home}/shared/lib .

While trying many choices of installation, I'ld need access these dirs very often.