Re: Deployment in a servlet - NSBundle problem [SOLVED]
Re: Deployment in a servlet - NSBundle problem [SOLVED]
- Subject: Re: Deployment in a servlet - NSBundle problem [SOLVED]
- From: peter mcgregor <email@hidden>
- Date: Wed, 19 Nov 2003 11:38:18 +1300
This problem was fixed by creating a new project in project builder and
manually copying
the java files and components across from the problem project.
It took a while but it worked.
- peter
On Thursday, November 13, 2003, at 04:36 PM, peter mcgregor wrote:
Hi,
I am running webobjects 5.2.1 under tomcat 4.1.24, java 1.4.1 and
redhat 7.3(and Redhat 8.0) and I am getting
an error when 3 webobjects apps are deployed at the same time.
The first app seems to load successfully but the next two apps fail
with
java.lang.IllegalStateException: <com.webobjects.foundation.NSBundle>
warning: There is already a unique instance for Framework named
'JavaFoundation'.
When I remove the app that started successfully the other two load and
work fine.
I'm not using packages, but how could that be the problem when the
error occurs with a WebObjects Framework?
Also aren't servlets supposed to be kept separate from each other
inside Tomcat?
Any help welcomed.
- peter
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.