Re: http errors

2001-07-05 Thread Francisco Areas Guimaraes
  503 /errors/TryAgain.html I hope this works. Tim Hughes ~~~~~~~~ -Original Message-From: Francisco Areas Guimaraes [mailto:[EMAIL PROTECTED]]Sent: 4. juli 2001 02:25To: [EMAIL PROTECTED]

Re: http errors

2001-07-03 Thread Francisco Areas Guimaraes
503 /errors/TryAgain.html   I hope this helps. Tim Hughes -Original Message-From: Francisco Areas Guimaraes [mailto:[EMAIL PROTECTED]]Sent:

http errors

2001-07-02 Thread Francisco Areas Guimaraes
Anyone know if I can set tomcat to use a custom page for http errors, like 500, instead of it´s default???   please, help me, i´ve tried a lot of things and it didn´t help.   []´s Francisco

Re: need help for rmi calls from tomcat 3.2.1

2001-07-02 Thread Francisco Areas Guimaraes
No, I copied to a separate directory called getStart and accesing hello.html in that directory using http://loalhost:8080/getStart/hello.html.   Any suggestions ?   Thanks. [EMAIL PROTECTED]   - Original Message - From: Francisco Areas Guimaraes To:

Re: need help for rmi calls from tomcat 3.2.1

2001-07-02 Thread Francisco Areas Guimaraes
Have you copied to "/webapps/ROOT" ?   Francisco - Original Message - From: Shyam Sarkar To: [EMAIL PROTECTED] Sent: Monday, July 02, 2001 6:43 PM Subject: need help for rmi calls from tomcat 3.2.1 I installed rmi example problem (Helloworld) in a direct

Re: Integrating Tomcat 3.2 With IIS 5.0 on Windows 2000

2001-07-02 Thread Francisco Areas Guimaraes
you should put a "/" before the ">", so it would look like this: []´s Francisco - Original Message - From: "Russell, Steve" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 02, 2001 5:59 PM Subject: RE: Integrating Tomcat 3.2 With IIS 5.0 on Windows 2000 > Hi; > > I hav

Re: Tomcat IP change (sorry about wrong Subject)

2001-06-07 Thread Francisco Areas Guimaraes
Hi Matthew, Do managed to do an error handling like IIS outside of IIS? Sorry to intrude, but i´ve looked almost everywhere about this but couldn´t find it... thanks, Francisco [EMAIL PROTECTED] - Original Message - From: "Winer, Matthew" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

tomcat + IIS 5

2001-06-07 Thread Francisco Areas Guimaraes
I have  win2k, tomcat 3.2, and IIS5. I have done everything that the "IIS-tomcat-Howto" says, including the "Filter DLLs" option, got the "green arrow" in the IIS ISAPI filters, but when I open a page, it simply doesn´t compile the code. Here´s what has been writen in the log file:   [jk_isa

Error Handling

2001-06-01 Thread Francisco Areas Guimaraes
Is there anyway to show a cutomized page when an internal error occurs, instead of the tomcat´s default?   ps. I´m not talking about exception handling...   thanks,   Francisco [EMAIL PROTECTED]

Re: Tomcat/JSP Question

2001-06-01 Thread Francisco Areas Guimaraes
I could be wrong, but 'int' is a primitive type, I don´t know if it extends Object, have you tried 'Integer my_object = EX.myObject' ? Francisco - Original Message - From: "Mike Alba" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 01, 2001 7:17 PM Subject: Re: Tomcat/JSP