Need Help Urgently... Got Stuck!!!!

2006-11-05 Thread Jayant Kumar
Hi, This is Jayant Kr. Punjabi from iTG india Pvt. Ltd., Jaipur(INDIA). We are using comet feature provided by Tomcat 6.0. According to Documantation we have implemented the CometProcessor Interface this is same as example given in Tomcat Advanced IO documentation. but when we sends a request(th

A custom profiling security manager, and an anomaly

2006-11-05 Thread Mark Petrovic
In the course of teaching myself how to write a security manager that reports to which resources an application wants runtime access, I have run into something I do not understand. I struggled with whether to start here or on a Sun security forum or on the Tomcat dev list. Given the problem may

Re: virtual host getRealPath

2006-11-05 Thread Peter Warren
Chris, The application is an image gallery. I want to be able to drop images into directories anywhere underneath the "gallery" webapp directory and have the images automatically displayed as thumbnails in a table. Users can click on a thumbnail for the full-size image. I have an index.

Re: Compiling jsp:getProperty in 5.5.17 vs. 5.5.9

2006-11-05 Thread Bill Barker
Of course, you are free to change the code back to 5.5.9, but no, there is no configuration option to change it back. Unfortunately, you were relying on a bug in TC 5.5.9, that would have meant that you wouldn't be able to run your app in a different JSP container. The correct way to get this

Re: virtual host getRealPath

2006-11-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, > After poking around a little more, it seems that the call > > > application.getRealPath(request.getServletPath()) > provides the proper local file path for me. Any reason not to use that? You still have to add the request's URI to the