> 1) Do you have 2 instance of Jetspeed installed in WebLogics, i.e. > http://locahost/jetspeed_dir1 and http://localhost/jetspeed_dir2 ? No, the weblogic uses the jetspeed.jar file and there is only one instance of jetspeed running.
> 2) What do the Jetspeed.log for each instance say? Each one will detail > the portlets and other configuration information used. Jetspeed log in the directories says that they are invoking the correct portlets. to be more precise.... i have all my portlets to be of JSP type. The page that shows these portlets contains the header, actual content , footer. ofcourse the header is in top.vm and footer in bottom.vm files in respective directories. If I change the jsps in either of the directories, those changes are independent. so no problem with this But, if i change the content of top.vm and/or bottom.vm then the change that happened in the first directory (alphabetically) alone prevails and any changes in the second directory is not reflected when that page (dir2) is loaded. thanks manish ----- Original Message ----- From: "Paul Spencer" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Friday, November 16, 2001 10:38 AM Subject: Re: Problems with jetspeed > > > Paul Spencer > > > manish shah wrote: > > > Hi > > > > i have a very serious problem with the jetspeed. I have copied the jetspeed stuff in two directories > > c:\dir1\web-inf\<jetspeed respective files> > > c:\dir2\web-inf\<jetspeed respective files> > > with different set of portlets in each one of them and I am running it on weblogic. > > > > But whenever I point my browser to dir2's portlets it always loads the portlets found in dir1. > > No matter what changes I do to portlets in dir2, they never get loaded. > > When I delete dir1, only then portlets in dir2 gets displayed on the browser. > > > > why is this? > > It seems like weblogic can load only one set of portlets that occurs in the first directory (alphabetically) > > it finds. > > > > Its not the browser's cache problems as I've dealt with it. > > > > any comments? > > > > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
