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
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
Hi !
Can I catch the all of exceptions and redirect to a
JSP file ? Mostly I need to catch the Internal Server error 500 !
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
Hi !
Anybody knows how to register a new directory under
the TomCat ? Iam tried this in the /conf/server.xml but it doesnt
work.