Olivier,<br><br>nice that it works now!<br>I'm not sure, but could it be that you are running OpenCms on Oracle or DB2?<br>As I remember I'd my local dev. installation with WebSphere on MySQL and the Upload Applet worked with that installation, so if I'm right, then I guess it could be a db issue! (?)<br><br>Best,<br>Arash<br>-- <br>Pomegranate Software | Enterprise Open Source Solutions. For Life!<br>http://www.pomegranate.de<br><br>On 30.04.2008 16:08 Chirouze Olivier <olivier.chirouze@volvo.com> wrote<br></olivier.chirouze@volvo.com><p></p><blockquote><br>Hi list!
<br>
<br>Aash, thanks a lot for your answer from last week. I read your documents
<br>and they helped... I'm finally running OpenCms 7.0.4 on WebSphere 6.0!
<br>
<br>What I think was necessary is:
<br>
<br>- Install compatibility package for 1.4 (copy libraries to extracted EAR
<br>file)
<br>- set properties:
<br> - java.awt.headless=true
<br> - client.encoding.override=UTF-8
<br>- WebModule => set Classloader Mode: PARENT_LAST
<br>- set Classloader Policy: Application
<br>- restart AS with proper properties
<br>
<br>- run setup
<br>
<br>- for some reason, I had to redo:
<br>- Install compatibility package for 1.4 (copy libraries to extracted EAR
<br>file)
<br>
<br>- I had to restart AS after setup is complete unless there were a lot of
<br>errors...
<br>
<br>I hope that will help!
<br>
<br>Now... I still have a problem with uploading files (through the Applet)
<br>I get the exception: NumberFormatException: UUID has to be represented
<br>by the standard 36-char representation
<br>
<br>Any idea?
<br>
<br>Thanks
<br>
<br>Olivier
<br>
<br>
<br>> -----Original Message-----
<br>> From: opencms-dev-bounces@opencms.org
<br>> [mailto:opencms-dev-bounces@opencms.org] On Behalf Of
<br>> Pomegranate Software- Arash Kaffamanesh
<br>> Sent: 18 April 2008 13:31
<br>> To: The OpenCms mailing list
<br>> Subject: Re: [opencms-dev] Installation on WebSphere 6.0
<br>>
<br>> Hi,
<br>>
<br>> I wrote the following threads for running OpenCms on
<br>> WebSphere 5 and 6.
<br>> I got them up and running on both environments and they even
<br>> live after
<br>> 2 years ;)
<br>>
<br>> http://www.pomegranate.de:9000/cms/forum/viewthread?thread=104#232
<br>> http://www.pomegranate.de:9000/cms/forum/viewthread?thread=77
<br>>
<br>> Hope it could be of help.
<br>>
<br>> Best,
<br>> Aash
<br>>
<br>> --
<br>> Arash Kaffamanesh
<br>> ECM Consultant @ Pomegranate Software
<br>> http://www.pomegranate.de
<br>>
<br>> Chirouze Olivier wrote:
<br>> > Hi Michael.
<br>> >
<br>> > Thanks for the answer. I was thinking about that as well.
<br>> But the answer
<br>> > is "no" to both questions :-( Our WAS process user has
<br>> > read/write/execute rights on all /installedApps directory and sub
<br>> > directories... And I feel like some files are properly created, in
<br>> > particular in /resources directory. Also, the
<br>> opencms.properties file
<br>> > gets properly modified with setup=false so I don't think this is the
<br>> > problem.
<br>> >
<br>> > Anyway, I think I will go back to installation on WAS later
<br>> (in a few
<br>> > days). If any doc or recommendation is available I'd be glad to hear
<br>> > from it!
<br>> >
<br>> > Olivier
<br>> >
<br>> >
<br>> >
<br>> >> -----Original Message-----
<br>> >> From: opencms-dev-bounces@opencms.org
<br>> >> [mailto:opencms-dev-bounces@opencms.org] On Behalf Of
<br>> Michael Moossen
<br>> >> Sent: 17 April 2008 17:55
<br>> >> To: The OpenCms mailing list
<br>> >> Subject: Re: [opencms-dev] Installation on WebSphere 6.0
<br>> >>
<br>> >> Hi, Chirouze!
<br>> >>
<br>> >> it seems to be that OpenCms can not write in the webapp.
<br>> >> try to check following points:
<br>> >> - be sure websphere does not use any java security manager
<br>> >> - be sure the websphere process has write permissions on the
<br>> >> webapp folder.
<br>> >>
<br>> >> HTH
<br>> >>
<br>> >> Kind regards,
<br>> >> Michael
<br>> >>
<br>> >> -------------------
<br>> >>
<br>> >> Alkacon Software GmbH - The OpenCms Experts
<br>> >> http://www.alkacon.com - http://www.opencms.org
<br>> >>
<br>> >>
<br>> >> Chirouze Olivier wrote:
<br>> >>
<br>> >>> Hi,
<br>> >>>
<br>> >>> I have successfully installed and ran OpenCms 7 on Tomcat 6.
<br>> >>>
<br>> >>> But now I am having trouble installing it on WebSphere 6.0...
<br>> >>> - I successfully installed it with the Java 1.4 package
<br>> >>>
<br>> >> (chose /opencms
<br>> >>
<br>> >>> context root)
<br>> >>> - The setup ran successfully: all tables were created and
<br>> >>>
<br>> >> modules were
<br>> >>
<br>> >>> successfully added (the setup looked just fine with images, etc).
<br>> >>>
<br>> >>> However now the application doesn't work properly:
<br>> >>> /opencms/opencms/system/login/index.html is available and I
<br>> >>>
<br>> >> can login
<br>> >>
<br>> >>> with Admin/admin. But all static files are unavailable (404
<br>> >>>
<br>> >> on css
<br>> >>
<br>> >>> images) and I can't do anything when logged in: I'm getting 404
<br>> >>> everywhere. Note that the OpenCms 404 page looks fine:
<br>> >>>
<br>> >> CmsFlexReques I
<br>> >>
<br>> >>> org.opencms.flex.CmsFlexRequestDispatcher includeExternal
<br>> >>> FlexDispatcher: Dispatching to external target
<br>> >>> /WEB-INF/jsp/online/system/handler/handle404.html.jsp
<br>> >>>
<br>> >>> Startup seems fine (no errors): "OpenCms is running! :
<br>> >>>
<br>> >> Total startup
<br>> >>
<br>> >>> time was 00:00:34".
<br>> >>>
<br>> >>> In a word, I get no error whatsoever but most of the
<br>> >>>
<br>> >> content of OpenCms
<br>> >>
<br>> >>> goes to 404 and it is unusable.
<br>> >>>
<br>> >>> I couldn't find any information about how to install
<br>> >>>
<br>> >> OpenCms on another
<br>> >>
<br>> >>> app server than Tomcat. If someone could help me or point
<br>> >>>
<br>> >> me to some
<br>> >>
<br>> >>> documentation I missed?
<br>> >>>
<br>> >>> I've played a lot with OpenCms and am really close to
<br>> >>>
<br>> >> giving a "go" for
<br>> >>
<br>> >>> this product. But I need to have it run on WAS6.0!
<br>> >>>
<br>> >>> Thanks!
<br>> >>>
<br>> >>> Olivier
<br>> >>>
<br>> >>>
<br>> >>>
<br>> >>>
<br>> >> --------------------------------------------------------------
<br>> >> ----------
<br>> >>
<br>> >>> _______________________________________________
<br>> >>> This mail is sent to you from the opencms-dev mailing list
<br>> >>> To change your list options, or to unsubscribe from the
<br>> >>>
<br>> >> list, please visit
<br>> >>
<br>> >>> http://lists.opencms.org/mailman/listinfo/opencms-dev
<br>> >>>
<br>> >> _______________________________________________
<br>> >> This mail is sent to you from the opencms-dev mailing list
<br>> >> To change your list options, or to unsubscribe from the list,
<br>> >> please visit
<br>> >> http://lists.opencms.org/mailman/listinfo/opencms-dev
<br>> >>
<br>> >>
<br>> >
<br>> > _______________________________________________
<br>> > This mail is sent to you from the opencms-dev mailing list
<br>> > To change your list options, or to unsubscribe from the
<br>> list, please visit
<br>> > http://lists.opencms.org/mailman/listinfo/opencms-dev
<br>> >
<br>> >
<br>>
<br>>
<br>>
<br>>
<br>>
<br>>
<br>> _______________________________________________
<br>> This mail is sent to you from the opencms-dev mailing list
<br>> To change your list options, or to unsubscribe from the list,
<br>> please visit
<br>> http://lists.opencms.org/mailman/listinfo/opencms-dev
<br>>
<br>
<br>_______________________________________________
<br>This mail is sent to you from the opencms-dev mailing list
<br>To change your list options, or to unsubscribe from the list, please visit
<br>http://lists.opencms.org/mailman/listinfo/opencms-dev
<br></blockquote><p></p><br><br><br>