>cannot load servlet name : action :null

Looks like the initialisation of your actionservlet is throwing a NPE.

Try checking the servlet.log file in
%TOMCAT_HOME%/logs

This will usually give more information and maybe even a stacktrace.  Also
set the debug param and detail param in the web.xml to a value>0.  You'll
get a lot of console output but again it will give more info.
----- Original Message -----
From: "Gopalakrishnan Rangaswamy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 03, 2002 9:48 AM
Subject: cannot load controller servlet



> Hi all
>
> Iam trying to deploy a struts application on to tomcat which is
> running fine on iplanet web server4.1.
> The environment is
> tomcat-3.2.3 on Windows NT 4.0,
>
> My application is named ddtsweb, iam giving the folder structure below
> from webapps onwards
>
> webapps
> !
> ddtsweb
> !
> WEB-INF
> !
> classes(folder containing classes and
> servlets),struts-config.xml,web.xml
> !
> lib(this contains all the jars including
> struts.jar)
> when i run tomcat from bin, iam coninously getting message which is
> "cannot load servlet name : action :null"
>
> action is the name of the controller servlet.  The controller servlet
> is take out of the struts.jar and it is inside a package in classes
> folder.
>
> the database servlet is loading succesfully, it is inside struts.jar
>
> any suggestions giving some direction will be helpful
>
> thanks
>
>
>
>
>
>


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

Reply via email to