Servlet MessageBrokerServlet is not available on Ubuntu AMD64

2009-11-17 Thread R. S. Patil
Hello, Production Config. OS - Kubuntu 9.10 AMD64 (Dell Vostro 1710 Laptop, 4 GB, 250GB - XP Dual Booting) Java -    Java version 1.6.0_15    Java(TM) SE Runtime Environment (build 1.6.0_15-b03)    Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02, mixed mode) Tomcat - Tomcat 6.0.20-2ubuntu2

Re: Servlet MessageBrokerServlet is not available on Ubuntu AMD64

2009-11-17 Thread R. S. Patil
Thanks Something wrong in your blazeds config I'd guess.  I'd ask those folks for help, if I were you. I did the same but there was no response. So I thought that there might be some problem regarding Tomcat Win and Tomcat Lin (Ubuntu Specific). I too can logically say that when a war file

Fwd: Servlet MessageBrokerServlet is not available on Ubuntu AMD64

2009-11-18 Thread R. S. Patil
I have solved this problem. What I did is as Follows. There is No Problem with either BlazeDS, Tomcat or Kubuntu OS as such. The repository Install of Tomcat has the problem. What I did is as follows. 1. First I removed the repository Install of all Tomcat packages. 2. Downloaded the stable

Putting Docbase on network drive. Is it Possible ?

2009-11-20 Thread R. S. Patil
dear Friends, I have mapped drive e: to \\Dell-1710\RSP_DEV\Appl\Web_Dev\Test_Proj\WebContent there it gets latest compiled application through eclipse. I have created a Test-E.xml in C:\Program Files\Tomcat 6.0\conf\Catalina\localhost the contents are Context path=/Test-E docBase=E:/

Re: Fwd: Servlet MessageBrokerServlet is not available on Ubuntu AMD64

2009-11-20 Thread R. S. Patil
Thanks chris, On 11/18/2009 11:07 PM, R. S. Patil wrote: The repository Install of Tomcat has the problem. *Please report this issue to the Ubuntu folks*. I'd really prefer if we didn't always have to tell people having your type of problems that everything will be fine if you uninstall

Re: Putting Docbase on network drive. Is it Possible ?

2009-11-20 Thread R. S. Patil
Thanks Chuck Caldarale Context path=/Test-E       docBase=E:/       antiResourceLocking=false       allowLinking=true       / Take out the path attribute (it's not allowed) and the allowLinking attribute (ineffective on Windows). where can I get more info about attributes and deployment

Re: Putting Docbase on network drive. Is it Possible ?

2009-11-20 Thread R. S. Patil
Thank You very much Chuck Caldarale In the docs: http://tomcat.apache.org/tomcat-6.0-doc/config/context.html I just read that and its a very valuable resource. Thanks and best regards Raja - To unsubscribe, e-mail:

Re: Putting Docbase on network drive. Is it Possible ?

2009-11-20 Thread R. S. Patil
Hi Chuck Caldarale Works fine for me - as long as I'm running Tomcat via the startup.bat script.  If you're running Tomcat as a service, the service has no access to any drive mappings you've made under your userid. Yes it works with startup.bat script. I just tested it and found mapped

Re: Putting Docbase on network drive. Is it Possible ?

2009-11-20 Thread R. S. Patil
On Sat, Nov 21, 2009 at 12:56 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: R. S. Patil [mailto:kpr.rspa...@gmail.com] Subject: Re: Putting Docbase on network drive. Is it Possible ? I ran the startup script in a terminal window. The terminal window wont come back to prompt

Re: Putting Docbase on network drive. Is it Possible ?

2009-11-20 Thread R. S. Patil
Thanks André Warnier well the window from which catalina start command has been fired comes to command prompt after showing four lines but it opens another window which shows startup log remains open and if I close that Tomcat terminates. In the same window where you entered startup.bat to

Security Query.

2009-12-05 Thread R. S. Patil
Hello, I am a total newbie to web applications and tomcat, a student. In some discussion i heard that the WEB-INF contents can not be accessed from Internet at all. So one can keep secret information in that folder in plain text files How far this is true ? if not then where to put secret

Re: Security Query.

2009-12-05 Thread R. S. Patil
Thanks Chuk, In some discussion i heard that the WEB-INF contents can not be accessed from Internet at all. The servlet spec requires that the servlet container (Tomcat) prevent direct access to WEB-INF. How far this is true ? Completely, as far as Tomcat is concerned.  If you have an

Re: Security Query.

2009-12-06 Thread R. S. Patil
Thanks Juha, Yes, context root will be served, as will be other folders under context root. WEB-INF and its subfolders are safe, from the container (Tomcat) point-of-view. Note however, that you as web application developer can break this safety mechanism: a servlet can be programmed to