[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.webtools] Building and Running a Web Application
|
- From: cedmail@xxxxxxxxxxx (Calvin Deiterich)
- Date: Fri, 5 May 2006 01:13:35 +0000 (UTC)
- Newsgroups: eclipse.webtools
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Eclipse - Version: 3.1.2 Build id: M20060118-1600
Updated about every week.
OK, I have been trying for two days to get the "Building and Running a Web
Application" to work. I found the bug for the / in the
req.getRequestDispatcher("showBrowser.jsp").forward(req,resp);
but all that did was get me a java.lang.StackOverflowError by just running
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.eclipse.wtp.tutorial.SnoopServlet.doGet(SnoopServlet.java:23)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.eclipse.wtp.tutorial.SnoopServlet.doGet(SnoopServlet.java:23)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
repeatedly..
I copied the code from the tutorial and use
http://localhost:8080/tutorial/snoop/* when I run it from Run From -->
Run from server. I am using jdk1.4.3... and have tried it on both tomcat
5.0 & 5.5 to no avail.
Any help would be appreciated.
Thanks
Calvin