I/O Exception in a JSP as well as a servlet

2000-11-26 Thread kal inuganti
Hi all I am trying to do a simple string match using jsp or servlet. The problem arises when my servlet or jsp is unable to locate the XML file that is parsed and then the string match is done. I get an error message as follows : Error: 500 Location: /examples/servlet/students1 Internal Servlet

HTML/JSP/BEAN/XML

2000-11-23 Thread kal inuganti
Hi all Happy Thanksgiving! I have a small problem at hand and wanted to check if anybody could help me with it. I have a html form that submits a string to a JSP. The JSP then calls a BEAN that needs to check if that particular string is found in a particular XML file and then return the result

TOMCAT - installation

2000-11-06 Thread kal inuganti
Hi All! I am trying to get apache tomcat started on windows but it would not work. Once I run the startup.bat file the classpath is being echoed and a new window flashes for a second. What am I missing? I edited the autoexec.bat file and included set JAVA_HOME = c:\jdk1.3; and also set

TOMCAT

2000-11-06 Thread kal inuganti
Hi all Can someone tell me whats wrong with my tomcat. It runs fine with the tomcat run command but fails when I run startup on my windows machine. Thanks, Kalyan Get free email and a permanent address at

JSWDK WINDOWS MILLENIUM

2000-11-03 Thread kal inuganti
Hi all, I am trying to run Java Server Web Development Kit on windows millenium. In the first place I would like to know if Windows Millenium Edition offers any kind of support for JSWDK. I am repeatedly getting an error and the only reason that I see is the Windows edition. ***If anybody has

JSWDK ERROR

2000-11-01 Thread kal inuganti
Hi all I am trying to run jswdk on windows ME (millenium edition) and it doesnot work. once i start the server i get to see just the class path and nothing happens after that. An automatic window opens up showing the contents of a folder called JAVA under my windows directory that I did not

JSWDK

2000-10-04 Thread kal inuganti
Hello All! I am trying to use the JSWDK-1.0.1 to set up my web server and when I start it using the command ./startserver I am getting an error message that says: Can not start endpoint on localhost/127.0.0.1:8080 due to exception java.net.BindException: Address already in use Can anyone

Re: [Re: JSWDK]

2000-10-04 Thread kal inuganti
Hi Thank you for the information. It worked! but those are the examples that have been provided with the kit. Do you know how I can access the files that I compiled and saved in my own "servlets" directory? I used the command http://saltwater.cecs.missouri.edu:9090/servlet/HelloWorld but it

CLASSPATH

2000-10-04 Thread kal inuganti
I think the problem will be solved if u specify the classpath for your servlet directory In your environment variable like : c:/kal/servlets... Hi I understand that this is so basic but how do I set the classpath? I tried everything but it did not work. I tried setenv CLASSPATH

servlet path?

2000-10-04 Thread kal inuganti
Hi all I have a real quick question. To start with I was able to start my web server at: http://wahoo.cecs.missouri.edu:9092/ i am one among the few thousand students at school and I can use just this account. My java web server development kit (JWSDK) is located at