Please send me your step-by-step-doc, too

2001-02-12 Thread Philipp Zuderell

I'd like your Step-by-step-Doc, too.

Thanks a lot...

Phil

--



mailto:[EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Netscape can't find css

2000-11-16 Thread Philipp Zuderell

Hi all!

I have written a servlet that uses a StyleSheet to produce an HTML Page.

While the app works fine in IE5, NS4.75 returns the following error
Message:


Error: 404

Location:
/examples/servlet/D:/jakarta-tomcat/webapps/examples/Web-inf/classes/spc.css



I use absolute paths  everywhere in the program, and they all work (with
NS, too) except  this one.

Any help will be appreciated.
Thanks

Philipp





problems getting jdom to work

2000-11-15 Thread Philipp Zuderell

Hi all,

I can't get jdom to work.

I'm using jdom beta5 and tomcat 3.1 embedded with
apache 1.3.14. The sample servlets work just fine, and
my own servlet works too, unless it comes to the XML
parsing part.
I have included jdom.jar in the jakarta-tomcat\lib\ directory
and modified the tomcat.bat file. My .class-files reside in the same
directory as the sample servlets  (
jakarta-tomcat\webapps\examples\Web-inf\classes\ ).
As a java-application, the program works perfectly, but as
a servlet, I get the following Error:500:

java.lang.NoSuchMethodError: org.w3c.dom.DocumentType: method
getPublicId()Ljava/lang/String; not found
at org.jdom.input.DOMBuilder.buildTree(DOMBuilder.java, Compiled
Code)
at org.jdom.input.DOMBuilder.buildTree(DOMBuilder.java, Compiled
Code)
at org.jdom.input.DOMBuilder.build(DOMBuilder.java:191)
at org.jdom.input.DOMBuilder.build(DOMBuilder.java:216)
at HandleXML.XMLCreator(HandleXML.java:52)
at ResponseCreator.doPost(ResponseCreator.java:43)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java,
Compiled Code)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:597)

at
org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java,
Compiled Code)
at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:160)

at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java,
Compiled Code)
at java.lang.Thread.run(Unknown Source)

Thanks a lot for any help you can provide

Philipp