Hi,
Yes, I've done that and it still has the same complaint.
Has anyone been able to get the Example HelloWorld project to create a
WAR file that can be run successfully under JBoss?
My legacy True WAR WebObjects project still builds and deploys under
JBoss, but I want to migrate to the ne
On 14/12/2007, at 6:37 AM, Tom Pelaia wrote:
Hi,
I am attempting to deploy a simple "Hello" application based on the
"HelloWorld" sample application (WebObjects 5.4, Leopard, new ant
build). It runs just fine through the Xcode Organizer, but when I
attempt to deploy the war file under J
Have you ever done this on 5.3, or is 5.4 your first attempt? If not
on 5.3, you are greatly complicating your life by trying to start
doing this with 5.4 -- You are left wondering if this is a 5.4 problem
or a build problem. Out of the gates, I would also recommend trying
an un-war'd dep
Hi,
I attempted to rename the page "Hello", but I am still getting the
same error. Here is the stack trace for the error.
16:25:24,670 ERROR [STDERR]
com.webobjects.appserver.WOPageNotFoundException:
: Unable to create page 'Hello'.
16:25:24,670 ERROR [STDERR] at
com.webobjects.appser
Hello Tom;
I found that it was finding some other class for "Main" so I had to
rename it to "XYZMain" and then make necessary changes to make the
'default page' be "XYZMain". This seemed to work when I was doing a
brief fly-by of 5.4 although I'm back on 5.3.3 now.
cheers.
I am attempti
Unable to create page 'Main'.
"Unable to create page 'Main'." does not necessarily mean "Main does
not exist". You really need to get a full stack trace from this to
see what the root cause of the error is. ___
Do not post admin requests to the list
Hi,
I am attempting to deploy a simple "Hello" application based on the
"HelloWorld" sample application (WebObjects 5.4, Leopard, new ant
build). It runs just fine through the Xcode Organizer, but when I
attempt to deploy the war file under JBoss 4.2.1, it loads fine, but
upon attempting