The error is about as straightforward as they come: you need to remove
the linefeeds from the <url-pattern> element in the war's web.xml.

        <url-patter>good</url-pattern>

        <url-pattern>
                bad
        </url-pattern>



-----Original Message-----
From: Sudhakar [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 31, 2005 8:32 AM
To: [email protected]
Subject: Error: "<url-pattern> must not contain LF(#xA)" deploying
jetspeed war in Geronimo

Hi,

I get the following error when deploying the downloaded jetspeed 1.5 war
file into Geronimo-1.0-M5


# dev1:/opt/geronimo # sh ./bin/deploy.sh deploy 
/opt/jetspeed-1.5/jetspeed.war
Username: system
Password:

    Error: Unable to distribute jetspeed.war: <url-pattern> must not
    contain LF(#xA)

dev1:/opt/geronimo #


Google didn't turn up any results for this error. I wasn't sure if this 
is question for Geronimo or for Jetspeed. Any help would be greatly 
appreciated.

-sudhakar--


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



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

Reply via email to