All right! Thanks! It worked fine.  I had to configure the url-mapping.
Example:
<servlet-mapping>
        <servlet-name>simpleServlet</servlet-name>
        <url-pattern>/sservlet</url-pattern>
</servlet-mapping>

...to call it like this:
http://<host>:<port>/abaco-simpleServlet/sservlet

Thanks again.

-- Mauro

On Wed, 16 Oct 2002, Sexton, George wrote:

> There was a big change in 4.1.12. The default invoker is no longer mapped.
> Servlets must be explicitly declared in the application web.xml.
> 
> You can override this by editing the conf/web.xml.
> 
> -----Original Message-----
> From: Mauro Daniel Ardolino [mailto:[EMAIL PROTECTED]]
> Sent: 16 October, 2002 8:24 AM
> To: [EMAIL PROTECTED]
> Subject: Servlets: Differences between Linux and Windows?
> 
> 
> Hi! I'm having some problems running servlets in Tomcat 4.1.12 under
> Linux RedHat 7.3
> I've done a simple servlet and I was running it in Tomcat 4.0.4 under
> Win98 without problems.  If I copy the folder "mySimpleServlet" from
> windows tomcat webapps folder to linux tomcat webapps folder and start
> linux tomcat, then the application works, but the servlet does not.
> It says: "the requested resource (.....) not available"
> 
> Are there any differences in configuration under linux? (in the web.xml or
> the server.xml).
> 
> Thanks in advance.
> 
> -- Mauro
> 
> 
> --
> Ing.Mauro Daniel Ardolino
> Departamento de Desarrollo y Servicios
> Altersoft
> Billinghurst 1599 - Piso 9
> C1425DTE - Capital Federal
> Tel/Fax: 4821-3376 / 4822-8759
> mailto: [EMAIL PROTECTED]
> website: http://www.altersoft.com.ar
> 
> 
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 

-- 
Ing.Mauro Daniel Ardolino
Departamento de Desarrollo y Servicios
Altersoft
Billinghurst 1599 - Piso 9
C1425DTE - Capital Federal
Tel/Fax: 4821-3376 / 4822-8759
mailto: [EMAIL PROTECTED]
website: http://www.altersoft.com.ar


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

Reply via email to