Re: Help with Tomcat and IIS

2002-06-03 Thread peter . brawley
"Robert A. Rogerson" wrote: > I installed Tomcat 4.0.3 and followed the How To directions for redirecting > when using IIS. JSP pages are served correctly through Tomcat http://local > host:8080/examples/jsp/dates/date.jsp but when I try and serve a simple jsp > http://localhost/test.jsp where

Re: J2EE

2002-05-20 Thread peter . brawley
Sudhir Kumar wrote: > hi, > This quiestion may look very dumb, but still i want to know , What is this > J2EE consists of?? What are the things which this Technology covers?? WHen > can u say that ur application is built on J2EE technology ??? > > Thanks in advance > SKN http://java.sun.

Re: Help with Tomcat and mm.mql driver

2002-05-16 Thread peter . brawley
David, > Hello all, > > Hopefully this is an easy one... > I am trying to connect to mysql from a servlet running on Tomcat 4.0.3. > I have the mm.mysql driver installed and it works fine from within a Java > console app. > > When I run the servlet I get the following error: > "java.sql.SQLExcept

Re: List Down?

2002-05-09 Thread peter . brawley
"Anthony W. Marino" wrote: > It looks as though all the messages are showing up with yesterday as a date. > > My message is showing up as being created today, however, your reply shows up > as yesterday (May 09, 2002 10:25 PM). Is this me, you or the list server??? It's now about Thu 9 May 1040

Re: JSP-pages and reloadable

2002-05-04 Thread peter . brawley
Mattias Brändström wrote: > >>I have a simple question. Is there a way to get Tomcat to handle > >>JSP-pages the same way it does classes in WEB-INF when you set > >>reloadable="true" in your Context-element. It is a bit cumbersome to > >>restart tomcat and apache every time I have made a change

Tomcat & class visibility

2002-05-01 Thread peter . brawley
We're trying to understand the rules governing class visibility under Tomcat. The docs say that in the hierarchy like the one reproduced below, classloaders can access classes beneath them, but not beside or above them. From which it follows ... (i) webapps can't access the XML parser in crimson/

Re: OT: RE: Security (Struts/Turbine)

2002-04-24 Thread peter . brawley
Anthony Eden wrote: > > > > Sure, speaking about power, JSPs would be much powerful than Velocity > > templates, IMHO. > > But at what price? The power of JSPs can be so easily abused even by the best >developers. > Do you have a reference on that, or some thoughts you could briefly share?