You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dave Lyon <da...@mahonri.com> on 2002/07/19 17:25:58 UTC

Customize Directory Listings?

Is there a way to custom build the directory listing display (i.e. apply
a stylesheet) in Tomcat 4? I haven't been able to find anything on the
directory listing except how to turn it off and on. Thanks.
-- 
Dave Lyon
www.mahonri.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Problems in Jserv + Apache

Posted by Alexandre <as...@fazenda.sp.gov.br>.
hi all
i installing apache +jserv in a Solaris 7
i have installed apache with DSO suport ok !
when i go to the ApacheJserv directory and run configure, it ok
but when i run "make" i get this error

you  have any idea to help-me ?
thanks a lot

this is my /etc/profile:
JAVA_HOME=/usr/local/JDK-1.2.2
JSDK_HOME=/usr/local/jsdk2.1
CLASSPATH=$JAVA_HOME/lib/classes.zip:$JSDK_HOME/lib/jsdk.jar
PATH=$JAVA_HOME/bin:$JSDK_HOME/bin:$PATH
export PATH JAVA_HOME JSDK_HOME CLASSPATH



./configure --with-apache-src=/usr/local/apache_1.3.26/
--with-apxs=/usr/local/Apache26/bin/apxs
--prefix=/usr/local/jserv --with-jdk-home=/usr/local/JDK-1.2.2
--with-JSDK=/usr/local/jsdk2.1
--enable-EAPI



make:
[root@ecf1 /usr/local/ApacheJServ-1.1.2]# make
Making all in src
make[1]: Entering directory `/usr/local/ApacheJServ-1.1.2/src'
Making all in c ... ... ...



/usr/local/ApacheJServ-1.1.2/src/java/org/apache/jserv/JServSession.java:74:
class
org.apache.jserv.JServSession must be declared abstract. It does not define void
setMaxInactiveInterval(int)
from interface javax.servlet.http.HttpSession.
public class JServSession implements HttpSession, JServLogChannels, Serializable
{
             ^
Note: 4 files use or override a deprecated API.  Recompile with "-deprecation"
for details.
20 errors, 1 warning
make[5]: *** [JServ.class] Error 1
make[5]: Leaving directory
`/usr/local/ApacheJServ-1.1.2/src/java/org/apache/jserv'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/local/ApacheJServ-1.1.2/src/java/org/apache'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/ApacheJServ-1.1.2/src/java/org'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/ApacheJServ-1.1.2/src/java'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/ApacheJServ-1.1.2/src'
make: *** [all-recursive] Error 1
[root@ecf1 /usr/local/ApacheJServ-1.1.2]#














--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>