RE: JSP Tags in an XSL Template?

2001-04-18 Thread Joe Latty
You can use the jsp tags. If change the extension from *.xsl to *.jsp and then use the jsp as you would an xsl e.g. %@ page language="java" import="com.stuff.yourStuff, com.stuff.yourSchema" errorPage="error.jsp" % xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl" xsl:template match="/"

sendRedirect, Apache and Orion

2001-03-14 Thread Joe Latty
Having set up Apache as a front end to Orion, as specked in OrionSupport, I have a virtual host set up like this: VirtualHost www.frontend.com:80 http://www.frontend.com/ ProxyVia On ProxyPass /myapp http://rearend:8080/myapp http://rearend:8080/myapp ProxyPassReverse /myapp