I am trying to get a development environment working in preparation for a job interview.
I am using a servlet I developed in a local college class for j2 about a year ago.
I'm on
Win2k ,
IE 6.0
Netbeans 3.5.1 with tomcat 4
The servlet itself works. And after the first time that it works, I always get a "DNS or Server error" on the very next time I try to run it.
Then when I delete cookies, delete temp files, and delete history through the IE tools-->Internet Options menu, it will run again once more. but only once.
My project has uses an HTML page to do Post to
I have changed the 8080 port to another without success.
I've stopped and re-started the server numerous times.
It's almost as if the original instance of my servlet is occupying Tomcat and won't start another...
Any help Greatly appreciated. Thanks in advance.
Ray
I am using a servlet I developed in a local college class for j2 about a year ago.
I'm on
Win2k ,
IE 6.0
Netbeans 3.5.1 with tomcat 4
The servlet itself works. And after the first time that it works, I always get a "DNS or Server error" on the very next time I try to run it.
Then when I delete cookies, delete temp files, and delete history through the IE tools-->Internet Options menu, it will run again once more. but only once.
My project has uses an HTML page to do Post to
Code:
[URL unfurl="true"]http://localhost:8080/MyWebApp/LoginServlet[/URL]
I have changed the 8080 port to another without success.
I've stopped and re-started the server numerous times.
It's almost as if the original instance of my servlet is occupying Tomcat and won't start another...
Any help Greatly appreciated. Thanks in advance.
Ray