• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to avoid Sealing Violation

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
I deployed a war file which was working on Tomcat 3.2 on Solaris on to WIN 2K machine with Tomcat 4 . The war unpacks and I am able to access the index.html. But I am not able to access the servlet that it calls,I get a security exception , sealed violation. NOt sure what is happening.
Please let me know incase some one has this problem/.
Thanks
Ram
 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This was a known problem with some nightly builds of Tomcat 4.x

Are you sure the binary of Tomcat you have is the final release version?

Also check if there are any xalan or other xml packages in your CLASSPATH, as these seemed to be the root cause.

Here is a related problem, and a good explanation: http://lists.xml.org/archives/xml-dev/200103/msg00985.html
[This message has been edited by Mike Curwen (edited November 20, 2001).]
 
reply
    Bookmark Topic Watch Topic
  • New Topic