Re: Problem in Tomcat 5.0.19 - Help Needed

2004-03-26 Thread Andres Ledesma
Hi Ramachandran, You can check out your session, if it is new, include the page, otherwise do not do it. Andrew On Friday 26 March 2004 09:10, shanmugampl wrote: Hi Ramachandran, Are you using any custom tags(your own) in your menuinclude.jsp? Could you post your jsp page to get a

another servlet-mapping question,.............

2004-02-25 Thread Andres Ledesma
Hi everybody, I got several servlets mapped on the web.xml file that works pretty fine on my local tomcat installation, but when uploaded to the hosting server, I get a 400 Server Statuts Error, it complains the path to the server does not exist !!! My web.xml for the servlets is like this

Re: restricting access to jsp pages

2004-01-15 Thread Andres Ledesma
I thought about that... and I would like to set up a role in tomcat-users to accomplish that. However, I don't want the user to have to log in, rather I want to have my guard servlet authenticate the user and then forward the request with the role filled in programmatically. However, I

Re: restricting access to jsp pages

2004-01-14 Thread Andres Ledesma
Hi, I have not much experience with jsp, but I do not think this is the right way of doing that, your app have not to be inside WEB-INF. To prevent people accessing your pages, you check the user session, if for example, this pages can be view only by registered users only after a login, or

Re: Making index.jsp work as welcome page after upgrade

2004-01-07 Thread Andres Ledesma
I was following this thread, And it occurs to me that instead of comment the port:8080 line, write port:80 give it a try !! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Making index.jsp work as welcome page after upgrade

2004-01-07 Thread Andres Ledesma
sorry, I think I did not write what I meant to say. the point is to set the default port to 80, instead of just comment the default setting of port 8080. It should be something like ... !-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 -- Connector

Re: Making index.jsp work as welcome page after upgrade

2004-01-07 Thread Andres Ledesma
ok...forget the second posting... I can't help you... - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 404: File Not Found = Stupidity?

2003-12-23 Thread Andres Ledesma
Hi fellows I'm pretty new on servlets stufff...can anybody send me an snippet of the web.xml with servlet servlet-mapping tags... Got a question : on the class directory of the tomcat, there should be placed the .class o the .java ? I'm having the same error, the .class is in the proper

Re: 404: File Not Found = Stupidity?

2003-12-23 Thread Andres Ledesma
Thanks a lot, very usefull the link now is top of the Bookmarks list..:-) At the end I had the same problem, bad web.xml config Andrew On Wednesday 24 December 2003 03:19, Ben Souther wrote: I'm pretty new on servlets stufff...can anybody send me an snippet of the web.xml with

newbie simple question...

2003-12-11 Thread Andres Ledesma
write here hope anybody can help. Thanks in advance -- Andres Ledesma Ibilnet Software Inc. == Solo quienes se arriesgan a llegar lejos, saben cuan lejos se puede llegar - To unsubscribe, e-mail: [EMAIL PROTECTED

newbie simple question... SOLVED !!!

2003-12-11 Thread Andres Ledesma
Hi everybody again, I went to the logs and found the cause of the error, so if anybody was going to anwser, I thanks, but it's not necessary already. Andres Ledesma Ibilnet Software Inc. == Solo quienes se arriesgan a llegar lejos, saben cuan lejos se puede llegar

Re: Apache Tomcat Security

2002-10-10 Thread Andres Ledesma
Include PostgreSQL as you did with mySQL Thanks... Andrew -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]