Re: I Really need help

2003-06-06 Thread Jason Bainbridge
t; > >Sent: Thursday, June 05, 2003 1:41 PM > >To: [EMAIL PROTECTED] > >Subject: I Really need help > > > >Hi everybody > > > >I'm new on JSP's. Actually, i'm testing the tomcat installation on my > >server. I need to generate PDF's

RE: I Really need help

2003-06-06 Thread Shapira, Yoav
>Sent: Thursday, June 05, 2003 1:41 PM >To: [EMAIL PROTECTED] >Subject: I Really need help > >Hi everybody > >I'm new on JSP's. Actually, i'm testing the tomcat installation on my >server. I need to generate PDF's with an application package named iText (

I Really need help

2003-06-06 Thread Ing . Omar Rojas Gastélum
Hi everybody I'm new on JSP's. Actually, i'm testing the tomcat installation on my server. I need to generate PDF's with an application package named iText ( http://www.lowagie.com/iText/ ). When i try to run the example file i get this errors (The source of the JSP file is at the end): We

RE: I really need help.

2002-06-11 Thread BBui
OK. I did that. Bao-Ha Dam Bui [EMAIL PROTECTED] S. Jude Medical, Inc 651.765.1018 -Original Message- From: Wagoner, Mark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 2:31 PM To: 'Tomcat Users List' Subject: RE: I really need help. Right under the "A

RE: I really need help.

2002-06-11 Thread Wagoner, Mark
Right under the "Anonymous Access" section is a "Authenticated Access" section. You want to deselect all of these. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 3:21 PM To: [EMAIL PROTECTED] Subject: RE: I rea

RE: I really need help.

2002-06-11 Thread BBui
List' Subject: RE: I really need help. You might check to make sure IIS is NOT trying to perform authentication. On the properties sheet for the site, allow anonymous access and disable IIS authentication. HTH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tue

RE: I really need help.

2002-06-11 Thread Wagoner, Mark
: [EMAIL PROTECTED] Subject: I really need help. Hi all, IIS & Tomcat4 using FORM-BASED authentication I am using form-based authentication. Tomcat pulls up the login page (defined in ) and then authenticate fine. However, the same link will show access-denied error if the page is requested thr

I really need help.

2002-06-11 Thread BBui
Hi all, IIS & Tomcat4 using FORM-BASED authentication I am using form-based authentication. Tomcat pulls up the login page (defined in ) and then authenticate fine. However, the same link will show access-denied error if the page is requested through IIS 5.0. Can anyone suggest what coul

Re: Please someone, I really need help with this issue.

2002-02-10 Thread Mark R. Diggory
I tried including WebAppDeploy ROOT warpConnection / this totally doessn't work, the ROOT mapping interfereswith all the other mappings and then nothing works but the ROOT mapping. if I hard code the sers directory with WebAppDeploy then it works, but this is not scaleable WebAppDeploy ~

Re: Please someone, I really need help with this issue.

2002-02-08 Thread Janek Bogucki
Hi Mark, Could you be a more specific about what is happening/not happening. One thing maybe worth looking at in your warp config >WebAppConnection warpConnection warp localhost:8008 >WebAppDeploy examples warpConnection /examples/ >WebAppDeploy manager warpConnection /manager/ >

Please someone, I really need help with this issue.

2002-02-08 Thread Mark Diggory
I anyone has any experince with this please let me know. It could be just one sentence (Even just one word!). I just need to know why I can't run my users jsp's through my warp connector... Here's my Connector in server.xml