Hello everyone ! I'm neewbie and i try to install groupwise
webmail. I folowed the procedure by copying the classes in
/webapps/ROOT/WEB-INF/classes and the jar in
/webapps/ROOT/WEB-INF/lib and I put my web.xml in the WEB-INF/
directory but it didn't work at all ... in the log the classes
wasnot found !
I try tu change the web.xml in conf directory and copy my
classes.jars in common directory and now I have an error 404 !

in the logs I have :

app.balancer.RuleChain:
[org.apache.webapp.balancer.rules.URLStringMatchRule: Target
string: News / Redirect URL: http://www.cnn.com],
[org.apache.webapp.balancer.rules.RequestParameterRule: Target
param name: paramName / Target param value: paramValue /
Redirect URL: http://www.yahoo.com],
[org.apache.webapp.balancer.rules.AcceptEverythingRule:
Redirect URL: http://jakarta.apache.org]]
2005-08-24 17:51:53
StandardContext[/jsp-examples]ContextListener:
contextInitialized()
2005-08-24 17:51:53
StandardContext[/jsp-examples]SessionListener:
contextInitialized()
2005-08-24 17:51:54
StandardContext[/servlets-examples]ContextListener:
contextInitialized()
2005-08-24 17:51:54
StandardContext[/servlets-examples]SessionListener:
contextInitialized()


my web.xml is in atachement ... thank you for your help








Accédez au courrier électronique de La Poste : www.laposte.net ; 
3615 LAPOSTENET (0,34€/mn) ; tél : 08 92 68 13 50 (0,34€/mn)


<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd";>

<web-app>
	<servlet>
		<servlet-name>webacc</servlet-name>
		<servlet-class>com.novell.webaccess.WebAccessServlet</servlet-class>
		<init-param>
			<param-name>Config</param-name>
			<param-value>/novell/webaccess/webacc.cfg</param-value>
		</init-param>
		<load-on-startup> </load-on-startup>
	</servlet>

	<servlet>
		<servlet-name>spellchk</servlet-name>
		<servlet-class>com.novell.collexion.spell.servlet.SpellServlet</servlet-class>
		<init-param>
			<param-name>Config</param-name>
			<param-value>/novell/webaccess/spellchk.cfg</param-value>
		</init-param>
		<load-on-startup> </load-on-startup>
	</servlet>

	<servlet>
		<servlet-name>webpub</servlet-name>
		<servlet-class>com.novell.webpublisher.WebPublisherServlet</servlet-class>
		<init-param>
			<param-name>Config</param-name>
			<param-value>/novell/webpublisher/webpub.cfg</param-value>
		</init-param>
		<load-on-startup> </load-on-startup>
	</servlet>

	<servlet-mapping>
		<servlet-name>webacc</servlet-name>
		<url-pattern>/webacc/*</url-pattern>
	</servlet-mapping>

	<servlet-mapping>
		<servlet-name>spellchk</servlet-name>
		<url-pattern>/spellchk/*</url-pattern>
	</servlet-mapping>

	<servlet-mapping>
		<servlet-name>webpub</servlet-name>
		<url-pattern>/webpub/*</url-pattern>
	</servlet-mapping>

</web-app>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to