Re: Problem with importing package in JSP

2001-05-28 Thread Christopher Benson
Kris, You're missing the @ sign. You wrote: % page import=3Dpackage.name.* % It should be: %@ page import=3Dpackage.name.* % Take care, Christopher Benson

Re: port 8080 to port 80?

2001-05-18 Thread Christopher Benson
You'll find what you're looking for in the server.xml file in the conf directory.

Tomcat 4 as an NT/2000 Service

2001-05-17 Thread Christopher Benson
Does anyone know when a version ofjk_nt_service.exe for Tomcat 4.x will be available so that Tomcat 4 can be run as an NT/2000 Service? Alternatively, is there a way the current jk_nt_service.exe can work with Tomcat 4. Tomcat 4 has no workers.properties file which is required by

Problem with JSP in Tomcat calling JavaBean that uses Xalan 2

2001-05-07 Thread Christopher Benson
Java environment or Java application is not in an appropriate state for the requested operation." I don't know how to solve it though. Any ideas? Thanks, Christopher Benson [EMAIL PROTECTED] = package com.christopherbenson; impor