Re: Deployment on Sun's RI...?

2001-04-04 Thread Dan Miser

There's a J2EE Tutorial on Sun's site, and the JSP taglib section uses
Struts. It worked fine for me. I'll try out struts-example tomorrow.
--
Dan Miser
http://www.distribucon.com

- Original Message -
From: "Anderson, Jessica" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 04, 2001 10:45 AM
Subject: Deployment on Sun's RI...?


> Has anyone successfully deployed to Sun's reference implementation?




Deployment on Sun's RI...?

2001-04-04 Thread Anderson, Jessica

Has anyone successfully deployed to Sun's reference implementation?  I am
attempting to add a WAR file to an application (WAR file containing all
jsps, FormBeans, Controller and other struts stuff) and I get the following
error when trying to deploy:

com.sun.enterprise.deployment.xml.ParseException: Bad mapping of key {0} to
class  {1}, not found: com.sun.enterprise.deployment.xml.ApplicationNode.
at
com.sun.enterprise.deployment.xml.ApplicationNode.readApplicationNodes(Appli
cationNode.java:199)
at
com.sun.enterprise.deployment.xml.ApplicationNode.read(ApplicationNode.java:
206)
at
com.sun.enterprise.deployment.ApplicationArchivist.open(ApplicationArchivist
.java:250)
at
com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployApplicati
on(JarInstallerImpl.java:163)
at
com.sun.enterprise.tools.deployment.backend.JarInstallerImpl.deployApplicati
on(JarInstallerImpl.java:111)
at
org.omg.stub.com.sun.enterprise.tools.deployment.backend._JarInstallerImpl_T
ie._invoke(Unknown Source)
at
com.sun.corba.ee.internal.corba.ServerDelegate.dispatch(ServerDelegate.java:
223)
at com.sun.corba.ee.internal.iiop.ORB.process(ORB.java:227)
at
com.sun.corba.ee.internal.iiop.CachedWorkerThread.doWork(IIOPConnection.java
:262)
at
com.sun.corba.ee.internal.iiop.CachedWorkerThread.run(IIOPConnection.java:23
0)

Although this doesn't seem to be struts related, I wondered if any other
Struts user attempting RI deployment ran into this problem?

Thanks,
Jessica