User Profile

Collapse

Profile Sidebar

Collapse
hergele
hergele
Last Activity: Nov 4 '08, 03:24 PM
Joined: Sep 23 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • hergele
    started a topic Jsp Precompiling on Tomcat..

    Jsp Precompiling on Tomcat..

    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...
    See more | Go to post

  • hergele
    started a topic Convert Oracle outer join query to PostgreSql

    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...

    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 (+)
    It's been used oracle iso99 style...
    See more | Go to post
    Last edited by eWish; Oct 29 '08, 11:51 PM. Reason: Please use the code tags
No activity results to display
Show More
Working...