Sounds great - Tomorrow I will try to do what you have done and send
feedback to the list.
Thanks,
Lars Nielsen Lind
chavalitt skrev:
I've just fixed this problem on my server.
It's about the different context between tomcat 5.0.x and 5.5.x
in server.xml of tomcat 5.5.x, you should not inp
I've just fixed this problem on my server.
It's about the different context between tomcat 5.0.x and 5.5.x
in server.xml of tomcat 5.5.x, you should not input
appBase="...", delete this attribute out.
Then in /conf/Catalina/[Host]/ROOT.xml
, put the docBase="..." here.
Then everything should wor
Another on this list had the same problem. I'm starting to wonder if
Jasper has a problem loading non-traditional package names (ie those not
starting in java, javax, org, edu, com, etc., ...).
--David
Kathy Lo wrote:
Dear,
I encounter a strange problem.
I developed a web application usin