Re: JSP generating XML, passed through XSL?

2000-02-11 Thread Wampler Dean
I forgot to mention that an entirely different approach worth looking at is the Apache Cocoon project for XML, XSL, etc. Dean Wampler, Ph.D. System Design Engineer Mercata, Inc. 110 110th Ave. NE Bellevue, WA 98004-5840 mailto:[EMAIL PROTECTED] http://www.mercata.com (425)468-9723 I want my tom

Re: JSP generating XML, passed through XSL?

2000-02-11 Thread Wampler Dean
I tried doing this recently and stopped when other priorities intruded. I found one article showing how to do this using a servlet instead of JSP: "Servlets and XSL" by BenoƮt Marchal (www.pineapplesoft.com) Published at developer.iplanet.com I think webreference.com's section on

Loading servlet at startup [RE: Help: servlet & tomcat 3.0]

2000-01-31 Thread Wampler Dean
Here's the Tomcat "faq-o-matic" answer to this question: http://jakarta.apache.org/jyve-faq/Turbine/screen/DisplayQuestionAnswer/acti on/SetAll/project_id/2/faq_id/12/topic_id/43/question_id/230 Dean Wampler, Ph.D. System Design Engineer Mercata, Inc. 110 110th Ave. NE Bellevue, WA 98004-5840 m

Re: problems with jws

2000-01-31 Thread Wampler Dean
In tomcat, you set the welcome page in the etc/web.xml file. I believe the default version of this file is already set up to use index.jsp dean Dean Wampler, Ph.D. System Design Engineer Mercata, Inc. 110 110th Ave. NE Bellevue, WA 98004-5840 mailto:[EMAIL PROTECTED] http://www.mercata.com

Re: Tomcat vs. JSWDK

2000-01-17 Thread Wampler Dean
> > > among all the things that are not working properly: > > > > > > - response.setHeader("Content-Type", "foo/bar"); does not set the > > > content-type > > > > Are you by chance calling it at the wrong time (i.e. after the response is > > committed to the output stream)? > > I don't think I'm d