Re: EEb4, com.sun.xml.SAXParser not found error
"Manoj" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.general |
|---|---|
| Message-ID | <000301c334e7$1ef5f0b0$0d00a8c0@manoj> |
Greetings, I saw this error posted by you: Hello, While I've successfully used EEb4 on my box, I ran into a problem trying to use it on another box (both ar Debian GNU/Linux). The admin interface works fine, enhydra applications work fine, however whenever I try to invoke a JSP, I get an error (returned through HTTP) that complains about com.sun.xml.SAXParser not being found. Now, first off, XML_PARSER in the multiserver script it set correctly to the apache implementation; and indeed it seems to correclty parse web.xml deployment descriptiors. But JSP:s cause problem. Even a simple WAR with an empty WEB-INF directory and a test JSP exhibits this behavior. What might this be, other than the obvious fact that it needs com.sun.xml.SAXParser? I want it to use the default parser used for everything else. And frankly, in my local box, I don't know where it's getting the class from - the jaxp.jar I'm using only has javax.xml.SAXParser. Did you happen to solve this error, if yes, can you let me know the solution, cause iam also having the same issue Thanks Manoj