Re: Using JSP on IIS4?

1999-11-02 Thread c2yh
just download JRun from http://www.allaire.com JWS from Sun is able to run jsp but it is a web server itself. So there are some conflicting issue when install IIS and JWS together on the same machine using the same http port. luke *** REPLY SEPARATOR *** On 11/2/1999 at 12:15

Re: File Upload

2001-07-08 Thread c2yh
You can try out the JspSmartUpload bean at www.jspsmartupload.com. >People, > >Do you have any idea on how to upload a file? >For example,from my JSP page I want to upload a bitmap file and save it >in the database. > >Richie >

Re: Does tomcat support EJBs?

2001-07-08 Thread c2yh
or you can also try out the open source Enhydra (enhydra.org). It supports jsp, servlet, ejb, j2ee... pretty good! >> Hi All, >> >> I need someone expert to answer my doubt about tomcat. >> >> Does it support enterprise java beans (entity and session beans)? >> >> sio ===

Re: Templates

2001-07-10 Thread c2yh
/ c2yh >>From: "Luiz Borba" <[EMAIL PROTECTED]> >>To: <[EMAIL PROTECTED]> >>Sent: Tuesday, July 03, 2001 9:11 AM >>Subject: Templates >> >> >>> Anybody knows where can i find reviews on template engines ? I am >starting >>>

URL Rewriting

2001-07-10 Thread c2yh
Hi, Can anybody show me how to do URL Rewriting? I want to forward processing to another page using , but this does not change the URL showing on browsers. How to modify the URL in Java/JSP? thanks c2yh === To unsubscribe

Re: cannot resolve symbol

2001-07-11 Thread c2yh
There are 2 main reasons for "cannot resolve symbol" error: 1. the "DefaultXYDataSource.class" is not in your CLASSPATH folder. 2. You name it as "DefaultXYDataSource" but you call the class by some other names in your script. c2yh On 7/11/2001 at 11:10 AM Cédric