Forum: Java Jul 1st, 2008 |
| Replies: 4 Views: 1,052 I'm trying to step-up a simple servlet that processes a get action from a form.
When I click on the submit button I get the message.
I also included an image of my file structure.
Here's... |
Forum: Java Jun 30th, 2008 |
| Replies: 4 Views: 6,017 I found the jar file with the packages. Problem solved. |
Forum: Java Jun 30th, 2008 |
| Replies: 4 Views: 6,017 I'm using Tomcat 5.0.
There are multiple lib folders and none of the jar files match exactly. Which folder should I look into? Even if I choose the right folder how exactly should I add it the... |
Forum: Java Jun 29th, 2008 |
| Replies: 4 Views: 6,017 I'm trying to learn Java Servlets on my own but I'm having some very basic problems.
The code "import javax.servlet.ServletException;" produces a compiler error, "the import javax.servlet cannot... |
Forum: Java Jun 22nd, 2008 |
| Replies: 3 Views: 762 |
Forum: Java Jun 16th, 2008 |
| Replies: 3 Views: 762 A little help would be much appreciated. |
Forum: Java Jun 11th, 2008 |
| Replies: 3 Views: 762 I'm trying to create a client/server setup that allows two clients to communicate with each other. The problem is that when I run the application the the message does not go to the send client, only... |