Re: ?? My "Internal Server Error" is Ignored ??

2002-10-30 Thread Hans Bergsten
Tony LaPaso wrote: Hi all, I'm not sure if this falls more into JSP or servlet territory. I have a JSP that includes a servlet via: Within the servlet I detect a severe error (in a business rule) and I want to generate an HTTP 500 error like this: response.sendError(HttpServletResponse.SC_IN

?? My "Internal Server Error" is Ignored ??

2002-10-30 Thread Tony LaPaso
Hi all, I'm not sure if this falls more into JSP or servlet territory. I have a JSP that includes a servlet via: Within the servlet I detect a severe error (in a business rule) and I want to generate an HTTP 500 error like this: response.sendError(HttpServletResponse.SC_INTERNAL_SERVER_ERROR)

Re: 500 Internal Server Error

2001-04-09 Thread Hari G Puthalapat
I am sorry it is an 500 - Internal Server Error that is gives. >From: Hari G Puthalapat <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: 500 Internal Serv

Re: internal server error

2001-04-07 Thread Sachin S. Khanna
. With regards, Sachin S. Khanna. www.emailanorder.com - Original Message - From: Sivakumar Chiluvuri <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 07, 2001 2:34 PM Subject: internal server error > hi, > > iam trying to send mail using jsp, iam

internal server error

2001-04-07 Thread Sivakumar Chiluvuri
hi, iam trying to send mail using jsp, iam getting the following error javax.servlet.ServletException: access denied ( java.util.PropertyPermission * read, write) url to my program: http://www.webappcabaret.com/aviskumar/MailForm.html this form send (post) data to MailExample.jsp (Note: iam us

Re: Internal Server Error

2001-03-13 Thread Ravi
if serno IS null ... (write your code below) > > } > > It should work, logically. You need to test it out. > > Best Regards, > > Dantus > > - Original Message - > From: Sachin S. Khanna <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday

Re: Internal Server Error

2001-03-13 Thread iZone Infotech
re here if serno IS null ... (write your code below) } It should work, logically. You need to test it out. Best Regards, Dantus - Original Message - From: Sachin S. Khanna <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 13, 2001 12:19 PM Subject: Re: I

Re: Internal Server Error

2001-03-12 Thread Sachin S. Khanna
problem. Have a nice day. With regards, Sachin S. Khanna. www.emailanorder.com - Original Message - From: Sello Mathibe <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 12, 2001 7:11 PM Subject: Re: Internal Server Error > Thanks. The following JSP I use

Re: Internal Server Error

2001-03-12 Thread Sello Mathibe
ead.runIt(java.lang.Object[]) void org.apache.tomcat.util.ThreadPool$ControlRunnable.run() void java.lang.Thread.run() -Original Message- From: Sachin S. Khanna [mailto:[EMAIL PROTECTED]] Sent: 12 March 2001 12:26 To: [EMAIL PROTECTED] Subject: Re: Internal Server Error W

Re: Internal Server Error

2001-03-12 Thread Sachin S. Khanna
- Original Message - From: Sello Mathibe <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 12, 2001 3:00 PM Subject: Internal Server Error > Hi Gurus! I'm still a newbie to JSPs and Servlets, can you please tell me > what the error below means. I'm cu

Internal Server Error

2001-03-12 Thread Sello Mathibe
Hi Gurus! I'm still a newbie to JSPs and Servlets, can you please tell me what the error below means. I'm currently running NT 4, Apache + Tomcat. I get the error when I try to access the JSP page. I've defined my servlets in my web.xml and server.xml. All the other JSPs are running quite good exc

Re: 500 Internal Server Error ???

2000-09-22 Thread sufi malak
Hi, I did that, and I deleted the cache too, but now it can not see the bean. Thanks >From: Daryani Santosh <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re

Re: 500 Internal Server Error ???

2000-09-22 Thread Daryani Santosh
:55 PM Please respond to A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc:(bcc: Santosh Daryani/IT/Aon Consulting) Subject: 500 Internal Server Error ??? Hi, I have a jsp file called browse.jsp that star

500 Internal Server Error ???

2000-09-22 Thread sufi malak
ses/myproject/beans/ And when I call browse.jsp I get this error : 500 Internal Server Error Java Server Page Translation Error Error during compilation : D:\JavaWebServer2.0\tmpdir\default\pagecompile\jsp\_myproj\_browse.java:14: Class myproject.beans not found in import. import myproject.bea

How to fetch errors from html page(like 500 internal server error)

2000-08-24 Thread swaroop
Hi Guru's I hope u will have the solution for this, We may get frequently some error like 500 internal server error, the thing is , I just need to get this number 500 and based on that number, I have to display relevant description on my jsp page, that particular description Is there i

Internal Server Error

2000-07-24 Thread Aaron Prohaska
Does anyone know what it means when the error I get back from JRun 3 says "500 Internal Server Error" and lists the name of a imported package that created? Since there is really no message explaining what the problem is I don't know where to go from here. The servlet that causes t

Re: HTTP 500 - Internal server error while running JSP in JRun

2000-05-19 Thread D Y
nect to JRun Connector Proxy > Please contact the system administrator for this web > site." > > But if I start JRun, the browser just tell me: > "The page cannot be displayed > .. > HTTP 500 - Internal server error " > > can anyone give me a help? Tha

HTTP 500 - Internal server error while running JSP in JRun

2000-05-19 Thread Xizhen Wang
500 - Internal server error " can anyone give me a help? Thank you! -- Xizhen http://www.alladvantage.com/home.asp?refid=ANI887 https://secure.paypal.com/refer/pal=delate%40hotmail.com === To unsubscribe: mailto [E

HTTP 500 - Internal server error

2000-02-09 Thread Aimn
Hi everyone. I am running into a problem that I am not sure how to fix. I am using JRun with PWS on my Win98 machine. I have a JSP example that uses a bean. The example runs in some of the cases. When ever I make a slight change, the example stops working even when I go back to the old example

500 internal server error

2000-01-12 Thread Hui Jin
Hello, there, I'm working with JavaWebServer2.0, I changed a jsp file named login.jsp, when I loaded the new version, I got an error as following: 500 Internal Server Error Java Server Page Translation Error Error during compilation: I/o Exception reported when compiling /opt/JavaWebServ

500 Internal Server Error

2000-01-04 Thread Jeff Douglas
I receive the following error: 500 Internal Server Error Java Server Page Translation Error Error during compilation : D:\Java\JavaWebServer2.0\tmpdir\default\pagecompile\jsp\_examples\_jsp\_tuto rial\_hellouser\_hellouser.java:14: Class hello.NameHandler not found in import. import hello.NameHandl

jrun 500 Internal Server Error

1999-08-23 Thread Antonio Sánchez Esguevillas
hi, i'm trying to run a jsp page (which works with the jsp1.0 reference impl) with jrun and i get this message: 500 Internal Server Error com.livesoftware.jsp.JSPServlet: java.lang.NullPointerException: i've set in the classpath the directory where the .class is the header of the fi

invoking a jsp page from a servlet [500 Internal Server Error]

1999-07-09 Thread Allamraju Kumarswamy
Guys-- I'm trying to invoke a jsp page from a servlet This sample is given in http://www.esperanto.org.nz/jsp/jspfaq.html Question: 10 when i access the servlet(http://localhost:8080/servlet/FooServlet ) from the browser i'm getting the following error message 500 Internal Server