Hide a directory from outside URGENT !!!!!!!!!!!!!!!!!!!!!

2001-12-07 Thread Zsolt Horvath
Hi ! How can I prevent users from accessing pages in a directory directly by writing their URLs into the location bar. It is not working (part of the WEB.XML) : no-access /Solutions/* nobody Because from the browser I can't enter to the /Solutions directory, but

getInitParameter

2001-07-13 Thread Zsolt Horvath
Hi !   I have a web.xml file with this lines:         valami  sun.jdbc.odbc.JdbcOdbcDriver      The database driver's type.           getInit   No desc.    getinit.mainServlet      valami    com.mycompany.myactions.ListOrdersAction 

Exepsion catching

2001-06-28 Thread Zsolt Horvath
Hi !   Can I catch the all of exceptions and redirect to a JSP file ? Mostly I need to catch the Internal Server error 500 !    

JavaScript vs. JSP

2001-05-17 Thread Zsolt Horvath
In the JSP tag I can't access the JavaScript function's parameter. Here is the code: function getDetailWindow(vParameter) { <% jspMainservlet.buildDetailedNews(request, %>vParameter<%);%> } And the error message: Unable to compile class for JSPD:\tomcat\work\localhost_8080%2FNews\_0002fmails_0

Directory registering

2001-04-03 Thread Zsolt Horvath
Hi !   Anybody knows how to register a new directory under the TomCat ? Iam tried this in the /conf/server.xml but it doesnt work.