How to enable assertion in web application

haiI would like to use assertion in my web application project.........can anyone tell me How to enable assertion in web application,Plaese............Thanks in advance........
[204 byte] By [Thilagavathia] at [2007-11-27 8:37:15]
# 1
I think you have to add -ea to the JVM's arguments of your web container.
albolocuraa at 2007-7-12 20:34:30 > top of Java-index,Java Essentials,Java Programming...
# 2
> hai> I would like to use assertion in my web application> project.........Why do you want to? If it's only for testing, that's okay, but if your program relies on it for proper behavior, then that's a bug and you have to fix it.
jverda at 2007-7-12 20:34:30 > top of Java-index,Java Essentials,Java Programming...
# 3
haiIt's for testing.I don't know how to enable assertion in web application.could you tell me in detail,please.........thanks in advance.........
Thilagavathia at 2007-7-12 20:34:30 > top of Java-index,Java Essentials,Java Programming...