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:
- When updating 3rd-party libraries it is easy to forget to update the script to point to the new JAR files
- 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 , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Seems to work fine on windows.
Note:
See TracTickets
for help on using tickets.
(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.