How to Access configuration file (webagent.conf) from browser?
693016Apr 3 2009 — edited Apr 3 2009Hi 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