reset password
Author Message
rpuas
Posts: 29
Posted 00:31 Jan 11, 2012 |

Professor,


I was able to get eclipse & tomcat setup on my pc, and wrote the HelloServlet & HelloJSTL per your instructions.

I can run the HelloServlet & HelloJSTL on my localhost, but after I upload to CS3, and try to open, I get ...

The requested resource (/cs320stu33/HelloServlet) is not available.

I also tried to use the touch command on web.xml, but still not getting my pages to load.

Any suggestions?

ialexan
Posts: 19
Posted 00:51 Jan 11, 2012 |

Same Problem with me, The server is not working!

cysun
Posts: 2935
Posted 08:16 Jan 11, 2012 |

The problem was that the Tomcat server on CS3 was running on JDK 1.6, which does not recognize class files compiled by JDK 1.7.

The problem is fixed. Your servlet and JSP should be working now.

rpuas
Posts: 29
Posted 08:20 Jan 11, 2012 |

Just checked it, looks like its working.

Thanks