Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to Access configuration file (webagent.conf) from browser?

693016Apr 3 2009 — edited Apr 3 2009
Hi All,

I have created a web application(using Netbeans) in which i am using one configuration file (webagent.conf) which is placed in com.poc package along with other java/jsp files.

So, I wanted to know just like I access my jsp page using http://localhost:9081/login.jsp, can i access the webagent.conf in the same manner i.e., http://localhost:9081/webagent.conf ( as both login.jsp and webagent.conf are inside com.poc package)?

If not, then please let me know how can i access this .conf file via browser?

Thanks
Sunny
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 1 2009
Added on Apr 3 2009
2 comments
724 views