I'm converting my 4.1.31 webapps to 5.5.12. I deploy a
packed .war with in the META-INF directory this
context.xml:

<Context docBase="C:/projects/golf/dist/golf.war"
         privileged="true" 
         antiResourceLocking="false" 
         antiJARLocking="false">

  <!-- Link to the user database we will get roles
from -->
  <ResourceLink name="jdbc/golf" 
                global="jdbc/golf"
                type="javax.sql.DataSource"/>

</Context>

Using the deployer tasks, the app deploys and gives no
error messages, but accessing it gives an empty
screen. I suspect my Contxt attributes are not correct
- where can I get a reference of how these should be?
Any glaring mistakes in my context.xml ?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to