Cannot save file to Apache Tomcat server

2007-02-15 Thread Teh Noranis Mohd Aris
Dear all, I really hope that someone can help me out. I have an error-free applet and servlet. When I type http://localhost:8080/examples/servlet/ServletIdea, an applet is loaded. From the applet, I type the file name in a text field and the file content in a text area. I want the file

Re: Cannot save file to Apache Tomcat server

2007-02-15 Thread Zack Grafton
Hello Your problem might stem from two issues that I can see. One, in ServletIdea.java you're output stream is trying to open C://. I'm no expert, but you might want to try a single forward slash. Java should convert the single forward slashes to single backslashes for you. The other