Results 1 to 4 of 4
Thread: getInitparameter
- 08-25-2008, 09:14 AM #1
Member
- Join Date
- Jun 2008
- Posts
- 4
- Rep Power
- 0
getInitparameter
i want to use getInitParameter in a simple java class .... how do i do that ?
i tried to implement ServletContext
and then wrote the code:
user = getInitParameter("user" );
which resulted in the following exception :
java.lang.UnsupportedOperationException: Not supported yet.Last edited by nitish.dhar; 08-25-2008 at 10:39 AM.
- 08-25-2008, 02:19 PM #2
Looks like your server doesn't support your code.
What server are you using?
- 08-25-2008, 04:10 PM #3
Member
- Join Date
- Jun 2008
- Posts
- 4
- Rep Power
- 0
I m using apache tomcat6.0
- 08-25-2008, 04:46 PM #4


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks