Hi all..
I have a jsp file for precompile all jsp's..(precomp ile.jsp)
Like this : http://www.rgagnon.com/javadetails/java-0414.html
So.. I have to send a request to this jsp before the tomcat has started. How can I do that? Is there any way to deny all requests before precompile.jsp has finished?.. In server.xml or where?
Thanks in advance..
tomcat : apache-tomcat-6.0.16
os...
User Profile
Collapse
-
Jsp Precompiling on Tomcat..
-
Convert Oracle outer join query to PostgreSql
Hello all.. I am trying to convert an application which is working on Oracle to postgreSql..
I've seen a query in code something like this...
It's been used oracle iso99 style...Code:select * from table1 a1 , table1 a2, table2 a3, where a1.childid = a2.parentid(+) and a2.childtype (+)= 'Something' and a2.parenttype (+)= 'Something' and a2.childid = a3.id (+)
No activity results to display
Show More