aspose file tools
The moose likes Websphere and the fly likes properties file in wsad Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Websphere
Reply locked New topic
Author

properties file in wsad

naga eswar
Ranch Hand

Joined: Jan 25, 2012
Posts: 102
Hi all....

I am working first in websphere

We are using websphere 6.1 for our application and we are placing all required properties file in below path of wsad.

C:\IBM\WebSphere\AppServer\properties

By using, below code we are loading the file

this.load(this.getClass().getResourceAsStream("/application.properties");

in the above code they have mentioned only file name, but not full path.
Can anybody let me know that where this path (C:\IBM\WebSphere\AppServer\properties) specifies in wsad.

for example if i want to create new file through java in this folder. How can i approach. I want create this file in any of server folder.

Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16483
    
    2

Duplicate post -- original is here: http://www.coderanch.com/t/589016/Websphere/Properties-file-Wsad.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: properties file in wsad
 
Similar Threads
Urgent:To configure VAJ to develop WCS5.1
EJBs in WebSphere
Properties file in Wsad
where I should copy property file.
EJB deployment problems