Opened 12 years ago
Closed 12 years ago
#232 closed defect (fixed)
SECORE does not find configuration files with Glassfish
Reported by: | Piero Campalani | Owned by: | mrusu |
---|---|---|---|
Priority: | minor | Milestone: | 8.4 |
Component: | secore | Version: | 8.3 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description (last modified by )
When Glassfish is used as web server, SECORE starts looking at the configuration files from a folder inside the Glassfish directory tree (.glassfish/domains/domain1/lib/classes, where the Java ClassLoader is), and not in secore-web/build/web/ sub-directories.
Change History (2)
comment:1 by , 12 years ago
Description: | modified (diff) |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in:
commit d6e3ab4f1b586c4f22a8b21d8f30b77210c6892d Author: Dimitar Misev <misev@rasdaman.com> Date: Thu Nov 8 15:50:46 2012 +0100 Fix secore bugs when deployed in NetBeans/GlassFish
Note:
See TracTickets
for help on using tickets.
This problem is fixed by searching for the compiled .class classes, instead of the ClassLoader, fix is ready.