Opened 16 years ago

Closed 16 years ago

#1086 closed enhancement (fixed)

initdb.sh and other scripts should include all *.jar files on class path automatically

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: BASE 2.8
Component: install Version:
Keywords: Cc:

Description

With the current implementation the set_classpath.sh script has a hard-coded list of JAR files to include on the class path. This is problematic for two reasons:

  1. When updating 3rd-party libraries it is easy to forget to update the script to point to the new JAR files
  2. Plug-ins that are put inside www/WEB-INF/lib will only work when used inside Tomcat. Job agents will not be able to find those plug-ins.

Change History (3)

comment:1 by Nicklas Nordborg, 16 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newassigned

comment:2 by Nicklas Nordborg, 16 years ago

(In [4396]) References #1086:initdb.sh and other scripts should include all *.jar files on class path automatically

This should be fixed, but need to test this on my windows box at home also.

comment:3 by Nicklas Nordborg, 16 years ago

Resolution: fixed
Status: assignedclosed

Seems to work fine on windows.

Note: See TracTickets for help on using tickets.