Hye everyone,
I wrote two servlets the first one SimpleTextServlet.java called with a Get method that outputs an html page with Hello World!.
And a second servlet named UpperCaseServlet.java that take the output of the first servlet and converts it to UpperCase and sends back to the client HELLO WORLD!.
The problem is how can i call the chain, i am using jsdk2.0 and servlet runner.
Thank you.