The Artima Developer Community
Sponsored Link

Java Answers Forum
Cross Context calls in Tomcat??

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Shridhar N

Posts: 6
Nickname: shridhar
Registered: Mar, 2003

Cross Context calls in Tomcat?? Posted: Mar 19, 2003 5:12 AM
Reply to this message Reply
Advertisement
Hi All,

How to make crosscontext calls in Tomcat Server..
I have the following config in my server.xml

<Context path="test" docBase="test" debug="0" reloadable="true" crossContext="true"/>
<Context path="test1" docBase="test1" debug="0" reloadable="true" crossContext="true"/>

but when i make cross context call from test context to test1 ontext.. it is not going to the new page...

Any help would be highly appreciated..

Shridhar..

Topic: Java 1.4 printing HTML docs Previous Topic   Next Topic Topic: record class - class questions

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use