Hi Ivan, >From the error message it maybe that jar files could not be read.
Maybe you were using FTP with ASCII instead of binary mode when moving the files? - Henry 2010/2/28 <[email protected]> > Hi again, > yes im getting this message when trying to deploy app on Websphere : > > Error 404: SRVE0202E: Servlet [click-servlet]: > org.apache.click.extras.spring.SpringClickServlet was found, but is > corrupt: SRVE0227I: 1. Check that the class resides in the proper package > directory. SRVE0228I: 2. Check that the classname has been defined in the > server using the proper case and fully qualified package. SRVE0229I: 3. > Check that the class was transferred to the filesystem using a binary > transfer mode. SRVE0230I: 4. Check that the class was compiled using the > proper case (as defined in the class definition). SRVE0231E: 5. Check that > the class file was not renamed after it was compiled. > > > My web.xml file looks like this (part of servlet configuration). > > <servlet> > <servlet-name>click-servlet</servlet-name> > > > <servlet-class>org.apache.click.extras.spring.SpringClickServlet</servlet-class> > <load-on-startup>0</load-on-startup> > </servlet> > > <servlet-mapping> > <servlet-name>click-servlet</servlet-name> > <url-pattern>*.htm</url-pattern> > </servlet-mapping> > > > Am I missing this part (found on click examples) when deploying on > websphere (without it it works perfectly on Apache Tomcat) > <servlet-mapping> > <servlet-name>ClickServlet</servlet-name> > <url-pattern>/click/*</url-pattern> > </servlet-mapping> > > Thank you, > Ivan > > On 26.2.2010 21:21, Malcolm Edgar wrote: > > you should not have to rebuild the Click jars. Have you seen a problem? > > > > regards Malcolm > > > > 2010/2/27 Ivan Furdi <[email protected]>: > >> Hi everyone, > >> > >> I have a question with deploying click app on websphere . > >> > >> Im using a IBM WebSphere 6.1 which uses IBM Java 1.5.0. > >> My question is - should i rebuild all click jar files (sources ) with > IBM > >> java and then deploy it on websphere? > >> > >> Does anyone has some experience or advice concerning the subject? > >> > >> Thank you , > >> Ivan Furdi > >> > >> > >> > >> > >> > >> > >> No virus found in this incoming message. > >> Checked by AVG - www.avg.com > >> Version: 9.0.733 / Virus Database: 271.1.1/2711 - Release Date: > 02/26/10 08:34:00 > >> > > > -- > Srdačan pozdrav, > > Ivan Furdi > > > > >
