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
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]"
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
: Internal Servlet Error:
From: "[Your Full Name]" <[EMAIL PROTECTED]>
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws IOException, ServletException
{
ResourceBundle rb =
Resource
From: "[Your Full Name]" <[EMAIL PROTECTED]>
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws IOException, ServletException
{
ResourceBundle rb =
ResourceBundle.getBundle("LocalStrings",request.getLocale(
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