|
Replies:
1
-
Last Post:
Apr 23, 2008 1:02 PM
by: madgame
|
|
|
|
|
|
|
Where can I find working dir of GlassFish?
Posted:
Apr 22, 2008 11:16 PM
|
|
|
|
|
Hi all, We are porting a websphere project to galssfish. In websphere we have a concept called working directory and we used to keep some of our application property files in that folder. WAS admin console navigation Path for working dir: Application servers > server1 > Process Definition
Now in glassfish where should I keep these files? Is there any concept called working directory in glassfish?
WAS working dir screenshot is attached. Thank you.
|
|
|
|
|
|
|
Re: Where can I find working dir of GlassFish?
Posted:
Apr 23, 2008 1:02 PM
in response to: sivanr
|
|
|
by default it'll be in the <install dir>/domains/domainname/config/. File I/O requires modifying you server.policy for the domain, or you just have to disable the security manager.
|
|
|
|
|