I got down to the problem. I am also using Lucene in my webapp. As soon as I 
add the following to the web-app tag in the web.xml the problem occurs:

<web-app xmlns="http://java.sun.com/xml/ns/j2ee";
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
         version="2.4">

instead of <web-app>

If I leave this out. Lucene is not working properly and cloud context security 
is. I get an context "n" error message: javax.servlet.ServletException: Context 
'n' could not be found.

If I add the statement Lucene is working properly and cloud context security is 
not.

Any suggestions? (Michiel?)



-----Oorspronkelijk bericht-----
Van: Michiel Meeuwissen [mailto:[EMAIL PROTECTED] 
Verzonden: maandag 10 oktober 2005 13:38
Aan: Discussion list for developers
Onderwerp: Re: [Developers] Cloud context security

Ferdinandus, Humphrey wrote:
> I did some investigating. When I was using the webapp locally it worked fine. 
> After deploying it to a webserver I got this problem. I compaired the 
> web.xmls and the server.xmls from the server and locally. There were no 
> differences.
> There is difference in Tomcat versions: local 50.27 and on the webserver 50.30

You may mean 5.0.27 and 5.0.30?

> Could this be part of the problem?

Could be, it is perhaps easy to put 5.0.30 locally as well, to check
that....


-- 
Michiel Meeuwissen                  mihxil'
Peperbus 111 MediaPark H'sum          [] ()
+31 (0)35 6772979         nl_NL eo_XX en_US



_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers

-- 
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.13/126 - Release Date: 9-10-2005
 

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.11.14/129 - Release Date: 11-10-2005
 
_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers

Reply via email to