AW: Internal Servlet Error(Thanks it's run):

2001-08-30 Thread [Your Full Name]
Hello All, my application run now. thanks very much -Ursprüngliche Nachricht- Von: Richard Yee [mailto:[EMAIL PROTECTED]] Gesendet am: Mittwoch, 29. August 2001 18:34 An: [EMAIL PROTECTED] Betreff: Re: AW: AW: Internal Servlet Error: Hello, The LocalStrings property file should be

Re: AW: AW: Internal Servlet Error:

2001-08-29 Thread Richard Yee
g-file with classpath, which)? >Thanks > >-Ursprüngliche Nachricht- >Von: Nic Ferrier [mailto:[EMAIL PROTECTED]] >Gesendet am: Mittwoch, 29. August 2001 16:26 >An: [EMAIL PROTECTED] >Betreff: Re: AW: Internal Servlet Error: > >From: "[Your Full Name]"

AW: Internal Servlet Error:

2001-08-29 Thread [Your Full Name]
Hi, this program (HelloWorlExample.java) is one example of servlet application and it's install with tomcat. I have make my proper directory(\test2) under \webapps directory, and I attempt to execute the same program but I have the wrong message (Error 500). Thanks

AW: AW: Internal Servlet Error:

2001-08-29 Thread [Your Full Name]
: Internal Servlet Error: From: "[Your Full Name]" <[EMAIL PROTECTED]> public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException { ResourceBundle rb = Resource

Re: AW: Internal Servlet Error:

2001-08-29 Thread Nic Ferrier
From: "[Your Full Name]" <[EMAIL PROTECTED]> public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException { ResourceBundle rb = ResourceBundle.getBundle("LocalStrings",request.getLocale(

AW: Internal Servlet Error:

2001-08-29 Thread [Your Full Name]
here is the source code, thanks: /* $Id: HelloWorldExample.java,v 1.2.4.1 2000/07/05 17:45:01 nacho Exp $ * */ import java.io.*; import java.text.*; import java.util.*; import javax.servlet.*; import javax.servlet.http.*; /** * The simplest possible servlet. * * @author James Duncan David