Hi, 

i have deploy the cocoon.war file, my cocoon.war file
is like the download file from xml.apache.org/cocoon
but i've add a new file, ias-web.xml with this
content:

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE ias-web-app PUBLIC '-//Sun Microsystems,
Inc.//DTD iAS Web Application 1.0//EN'
'http://developer.iplanet.com/appserver/dtds/IASWebApp_1_0.dtd'>

<ias-web-app>
  <servlet>
    <servlet-name>Cocoon2</servlet-name>
   
<guid>{76004496-CC74-1D58-D07A-080020E1CBFC}</guid>
    <servlet-info>
      <sticky>false</sticky>
      <encrypt>false</encrypt>
      <number-of-singles>10</number-of-singles>
      <disable-reload>false</disable-reload>
    </servlet-info>
  </servlet>
  <session-info>
    <impl>lite</impl>
    <dsync-type>dsync-distributed</dsync-type>
    <timeout-type>last-access</timeout-type>
    <secure>false</secure>
    <domain></domain>
    <path></path>
    <scope></scope>
  </session-info>
</ias-web-app>

inside web-inf directory

then when i deploy this file, whit command "iasdeploy
deploymodule -verbose cocoon.war"

the result is:

$ iasdeploy deploymodule -verbose cocoon.war
iasdeploy for iPlanet Application Server 6.0 SP2
Connected to LDAP server on Sun3500.soluziona.com port
1389
Sun3500:null
Sun3500:10 kas> deployment action ''J2EEInstallWar''
(/apps/iplanet/ias60sp2/ias/JAR/cocoon.war
) running.
Sun3500:10 kas> deployment action ''J2EEInstallWar''
(/apps/iplanet/ias60sp2/ias/JAR/cocoon.war
) running.
Sun3500:webappreg -nodeprecated
/apps/iplanet/ias60sp2/ias/JAR/cocoon.war 2>&1
Sun3500:10 Connected to LDAP server on
Sun3500.soluziona.com port 1389
Sun3500:10 The current input file=
/apps/iplanet/ias60sp2/ias/JAR/cocoon.war
Sun3500:10 AppComponentDescriptor:
com.netscape.server.deployment.WebAppDescriptor
Sun3500:10 All EnvEntries name:
Sun3500:10 All Ejb-refs:
Sun3500:10 All Resource-refs:
Sun3500:10 WebAppName is cocoon
Sun3500:10 [13/Aug/2002 11:16:33:9] info: GDS-007:
finished a registry load
Sun3500:10 WebAppName is cocoon
Sun3500:10 [13/Aug/2002 11:16:35:2] info: GDS-007:
finished a registry load
Sun3500:10 [13/Aug/2002 11:16:35:3] info: GDS-007:
finished a registry load
Sun3500:10 java.util.zip.ZipException: invalid EXT
descriptor signature
Sun3500:10      at
java.lang.Throwable.fillInStackTrace(Native Method)
Sun3500:10      at
java.lang.Throwable.fillInStackTrace(Compiled Code)
Sun3500:10      at java.lang.Throwable.<init>(Compiled
Code)
Sun3500:10      at
java.lang.Exception.<init>(Exception.java:42)
Sun3500:10      at
java.io.IOException.<init>(IOException.java:47)
Sun3500:10      at
java.util.zip.ZipException.<init>(ZipException.java:46)
Sun3500:10      at
java.util.zip.ZipInputStream.readEnd(Compiled Code)
Sun3500:10      at
java.util.zip.ZipInputStream.read(Compiled Code)
Sun3500:10      at
java.util.zip.ZipInputStream.closeEntry(Compiled Code)
Sun3500:10      at
java.util.zip.ZipInputStream.getNextEntry(Compiled
Code)
Sun3500:10      at
com.netscape.server.deployment.Extractor.extractWAR(Compiled
Code)
Sun3500:10      at
com.netscape.server.deployment.WebAppReg.extractContents(Unknown
Source)
Sun3500:10      at
com.netscape.server.deployment.WebAppReg.main(Unknown
Source)
Sun3500:20 kas> deployment action ''J2EEInstallWar''
(/apps/iplanet/ias60sp2/ias/JAR/cocoon.war
) complete.
Sun3500:
Finished deploying to Sun3500 at [13/Aug/2002
11:17:04]

and then when i my browser put:
  http://myHost/NASApp/cocoon

the result is a pge with this content:
  ERROR: Unknown Type of Request 
  Please Check the URL

SW Versions:
   iPlanet 6.0 SP2
   Cocoon 2.0.3 
   Solaris SunOS 5.8
   JDK 1.2.2

somebody can help me please
thanks

_______________________________________________________________
Yahoo! Messenger
Nueva versión: Webcam, voz, y mucho más ¡Gratis! 
Descárgalo ya desde http://messenger.yahoo.es

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to