RE: RequestDispatcher throws Exception on server

2008-04-13 Thread Bob Riaz
: RE: RequestDispatcher throws Exception on server From: Bob Riaz [mailto:[EMAIL PROTECTED] Subject: RequestDispatcher throws Exception on server Here's my environment: Eclipse Europa Tomcat 6 You're not really running Tomcat on your server via Eclipse, are you? Want to give us a hint

RequestDispatcher throws Exception on server

2008-04-09 Thread Bob Riaz
Hi, Here's my environment: Eclipse Europa Tomcat 6 I'm running a simple app that receives a request, and redirects to the appropriate page depending on the request url. This works fine when I test it on my local machine. But when I run it on the server an exception is thrown at

RE: RequestDispatcher throws Exception on server

2008-04-09 Thread Caldarale, Charles R
From: Bob Riaz [mailto:[EMAIL PROTECTED] Subject: RequestDispatcher throws Exception on server Here's my environment: Eclipse Europa Tomcat 6 You're not really running Tomcat on your server via Eclipse, are you? Want to give us a hint about the platform and JVM you're using? - Chuck