Re: is jsvc not used here? Re: slow shutdown with jsvc

2007-09-15 Thread charly
2007/9/14, Christopher Schultz Dos anyone use it on Solaris? Again, you ought to ask about this on the jakarta-commons forum, where the jsvc project lives. Ok I have understood that But my original question was are there are existing better tools? and I did not find it appropriate to ask

RE : RE: deployement of application uising trinidad

2007-09-15 Thread anis jaballah
thank you i put the lib but i have another error: (2007-09-15 13:07:05,109 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/bn]] Exception sending context initialized event to listener instance of class org.apache.myfaces.webapp.StartupServletContextListener

Server Identity

2007-09-15 Thread Arend P. van der Veen
Hi, Does anybody know if it is possible to hide the identity of a tomcat web server? When I do a Nessus scan I get the following: Server: Apache-Coyote/1.1 I have already looked at the Tomcat configuration documentation and search google to find the answer but did not have any luck. Is

RE: RE : RE: deployement of application uising trinidad

2007-09-15 Thread Caldarale, Charles R
From: anis jaballah [mailto:[EMAIL PROTECTED] Subject: RE : RE: deployement of application uising trinidad java.lang.NoSuchMethodError: javax.servlet.jsp.JspFactory.getJspApplicationContext(Ljavax/s ervlet/ServletContext;)Ljavax/servlet/jsp/JspApplicationContext; That method is part of

RE: Server Identity

2007-09-15 Thread Caldarale, Charles R
From: Arend P. van der Veen [mailto:[EMAIL PROTECTED] Subject: Server Identity Does anybody know if it is possible to hide the identity of a tomcat web server? To quote from the Tomcat HTTP Connector doc: server - The Server header for the http response. Unless you are paranoid, you

RE: RE : RE: deployement of application uising trinidad

2007-09-15 Thread aj1m
i am using tomcat 6. but it didnt work. -- View this message in context: http://www.nabble.com/deployement-of-application-uising-trinidad-tf4445100.html#a12690630 Sent from the Tomcat - User mailing list archive at Nabble.com.

Re: Server Identity

2007-09-15 Thread Markus Schönhaber
Arend P. van der Veen schrieb: Does anybody know if it is possible to hide the identity of a tomcat web server? When I do a Nessus scan I get the following: Server: Apache-Coyote/1.1 I have already looked at the Tomcat configuration documentation and search google to find the answer

Re: Server Identity

2007-09-15 Thread Arend P. van der Veen
Markus Schönhaber wrote: Arend P. van der Veen schrieb: Does anybody know if it is possible to hide the identity of a tomcat web server? When I do a Nessus scan I get the following: Server: Apache-Coyote/1.1 I have already looked at the Tomcat configuration documentation and search google

Re: deployement of application uising trinidad

2007-09-15 Thread aj1m
i tried jboss 4.2.1 so i get this error: ( WARN [org.jboss.web.jsf.integration.config.JBossJSFConfigureListener] MyFaces JSF implementation found! This version of JBoss AS ships with the java.net implementation of JSF. There are known issues when mixing JSF implementations. This warning does

Re: deployement of application uising trinidad

2007-09-15 Thread aj1m
i tried jboss 4.2.1 to deploy the exemple of trinidad 1.2.2 so i get this error: ( WARN [org.jboss.web.jsf.integration.config.JBossJSFConfigureListener] MyFaces JSF implementation found! This version of JBoss AS ships with the java.net implementation of JSF. There are known issues when mixing

JSP - static mirroring

2007-09-15 Thread Dola Woolfe
Hi, I have built a website with Tomcat, but all the pages are essentially static, as there are no forms, etc. I used JSP because I have libraries that produce HTML. Now I want to move the pages to a webhost that doesn't support JSP so basically I need to convert my pages to static. wget -m

Re: JSP - static mirroring

2007-09-15 Thread Mladen Turk
Dola Woolfe wrote: Hi, I have built a website with Tomcat, but all the pages are essentially static, as there are no forms, etc. I used JSP because I have libraries that produce HTML. Now I want to move the pages to a webhost that doesn't support JSP so basically I need to convert my pages to

Re: JSP - static mirroring

2007-09-15 Thread Hassan Schroeder
On 9/15/07, Dola Woolfe [EMAIL PROTECTED] wrote: I have built a website with Tomcat, but all the pages are essentially static, as there are no forms, etc. I used JSP because I have libraries that produce HTML. Now I want to move the pages to a webhost that doesn't support JSP so basically I

Re: JSP - static mirroring

2007-09-15 Thread Dola Woolfe
--- Mladen Turk [EMAIL PROTECTED] wrote: Dola Woolfe wrote: Hi, I have built a website with Tomcat, but all the pages are essentially static, as there are no forms, etc. I used JSP because I have libraries that produce HTML. Now I want to move the pages to a webhost that

TC6: Saxon (actually AElfred) anywhere on classpath causes failure to start

2007-09-15 Thread Robert Koberg
Hi, Even if Saxon (v 6.5.3) is in, e.g. $TC/webapps/webapp/WEB-INF/lib/saxon.jar, tomcat fails to start. It sees AElfred as the XML parser and gives a Digester exception. Does anybody have saxon.jar in tomcat 6 working? If so, how? thanks, -Rob