Thanks, I was a bit dismayed for a moment until I turned off java manually and was 
able to get the server running. Then I saw Kevin's posting and realized what happened.

Dave...

On 12/Jun/2002 15:45:20, Melvyn Sopacua  wrote:
> Dave Culbertson said at 15:24 12-6-2002:
> 
> >Edit Web.xml (in the config dir) which reads presently:
> >http://java.sun.com/j2ee/dtds/web-app_2_3.dtd to read
> >http://java.sun.com/dtd/web-app_2_3.dtd
> >
> >Thanks go to Kevin Anderson for discovery of what the bug was.
> 
> The bug is with Sun.
> Same shit happened, when Netscape was 'reconfiguring' it's website
> (personally I think they're still at it...) and removed the whole
> my_netscape stuff, including the widely referenced RSS dtd.
> 
> And all Sun needs is:
> RedirectMatch Permanent /j2ee/dtds/(.*) <A TARGET="_blank" 
>HREF="http://java.sun.com/dtd/$1";>http://java.sun.com/dtd/$1</A>
> 
> Stupid.....
> 
> For those of you working with Sambar and who may face such a website
> redesign - Sambar also supports this feature in .htaccess.
> 
> Some more practicle examples:
> # Oops - high load
> RedirectMatch Temp /dynamic/news.php\?id=([0-9]+)&(.*) 
> <A TARGET="_blank" 
>HREF="http://my.website.com/static/news/$1.html?$2";>http://my.website.com/static/news/$1.html?$2</A>
> 
> # Yeah right
> RedirectMatch Permanent /.*favicon.ico <A TARGET="_blank" 
>HREF="http://static.images.com/favicon.ico";>http://static.images.com/favicon.ico</A>
> 
> # Suckers
> RedirectMatch Temp /.*formmail.(cgi|pl).* <A TARGET="_blank" 
>HREF="http://www.cert.org/";>http://www.cert.org/</A>
> 
> End that concludes our feature of the day :-)
> 
> 
> 
> ____________________________________________________
> 
> </MELVYN>
> 
> void wakeup()
> {
>          for(long int cuppajava;drink();cuppajava++);
> }
> 
> -------------------------------------------------------
> To unsubscribe please go to <A TARGET="_blank" 
>HREF="http://www.sambar.ch/list/";>http://www.sambar.ch/list/</A>
> 
> 
> 
> 
> 
> 

-------------------------------------------------------
To unsubscribe please go to http://www.sambar.ch/list/




Reply via email to