[opencms-dev] OpenCms on Weblogic 7.0 SP1 - Help me out
Alexander Kandzior
alex at opencms.org
Thu Jul 3 19:36:01 CEST 2003
Srinivas,
have a look in opencms.properties:
--------
# This is the directory where generated JSPs are stored.
# It is relative to the web application home directory.
# The default is to store the generated JSP in "/WEB-INF/jsp".
# This works well in Tomcat 4, and the JSPs are not accessible
# directly from the outside this way, only through the OpenCms servlet.
# Some servlet environments (e.g. BEA Weblogic) do not permit
# JSPs to be stored under "/WEB-INF". For environments like these,
# set the path to "/jsp" and move the "jsp" directory that has
# been created during setup in "/WEB-INF" one level upwards.
flex.jsp.repository=/WEB-INF/jsp
----------
try changing the settings of the key to:
----------
flex.jsp.repository=/jsp
----------
Best Regards,
Alex.
Alexander Kandzior
Alkacon Software - The OpenCms Experts
http://www.alkacon.com
> -----Original Message-----
> From: opencms-dev-admin at opencms.org
> [mailto:opencms-dev-admin at opencms.org] On Behalf Of Srinivas Konathala
> Sent: Thursday, July 03, 2003 5:59 PM
> To: opencms-dev at opencms.org
> Subject: Re: [opencms-dev] OpenCms on Weblogic 7.0 SP1 - Help me out
>
>
> Thanks for your help.
>
> Finally I have managed to setup OpenCms 5.0 RC2 on Weblogic
> 7.0 but I am
> seeing the following messages while viewing some of the views
>
> <03-Jan-2003 16:26:18 GMT> <Error> <HTTP> <101214> <Included
> resource or
> file "/
> opencms/WEB-INF/jsp/offline/TsystemTworkplaceTadministrationTf
> lexcacheTindex.htm
> l.-479184684.jsp" not found from requested resource
> "/opencms/opencms/system/wor
> kplace/administration/flexcache/index.html".>
> <03-Jan-2003 16:26:46 GMT> <Error> <HTTP> <101214> <Included
> resource or
> file "/
> opencms/WEB-INF/jsp/online/TsystemTworkplaceTadministrationTfl
> excacheTindex.html
> .-479184684.jsp" not found from requested resource
> "/opencms/opencms/system/work
> place/administration/flexcache/index.html".>
> <03-Jan-2003 16:33:35 GMT> <Error> <HTTP> <101214> <Included
> resource or
> file "/
> opencms/WEB-INF/jsp/online/TsystemTworkplaceTadministrationTfl
> excacheTindex.html
> .-479184684.jsp" not found from requested resource
> "/opencms/opencms/system/work
> place/administration/flexcache/index.html".>
> <03-Jan-2003 16:40:21 GMT> <Error> <HTTP> <101214> <Included
> resource or
> file "/
> opencms/WEB-INF/jsp/online/TsystemTworkplaceTadministrationTfl
> excacheTindex.html
> .-479184684.jsp" not found from requested resource
> "/opencms/opencms/system/work
> place/administration/flexcache/index.html".>
> <03-Jan-2003 16:40:27 GMT> <Error> <HTTP> <101214> <Included
> resource or
> file "/
> opencms/WEB-INF/jsp/offline/TsystemTworkplaceTadministrationTf
> lexcacheTindex.htm
> l.-479184684.jsp" not found from requested resource
> "/opencms/opencms/system/wor
> kplace/administration/flexcache/index.html".>
> <03-Jan-2003 16:41:05 GMT> <Error> <HTTP> <101214> <Included
> resource or
> file "/
> opencms/WEB-INF/jsp/online/TsystemTworkplaceTadministrationTfl
> excacheTindex.html
> .-479184684.jsp" not found from requested resource
> "/opencms/opencms/system/work
> place/administration/flexcache/index.html".>
> <03-Jan-2003 16:41:19 GMT> <Error> <HTTP> <101214> <Included
> resource or
> file "/
> opencms/WEB-INF/jsp/online/TsystemTworkplaceTadministrationTfl
> excacheTindex.html
> .-479184684.jsp" not found from requested resource
> "/opencms/opencms/system/work
> place/administration/flexcache/index.html".>
> <03-Jan-2003 16:41:37 GMT> <Error> <HTTP> <101214> <Included
> resource or
> file "/
> opencms/WEB-INF/jsp/online/TsystemTworkplaceTadministrationTfl
> excacheTindex.html
> .-479184684.jsp" not found from requested resource
> "/opencms/opencms/system/work
> place/administration/flexcache/index.html".>
> <03-Jan-2003 16:41:45 GMT> <Error> <HTTP> <101214> <Included
> resource or
> file "/
> opencms/WEB-INF/jsp/online/TsystemTworkplaceTadministrationTfl
> excacheTindex.html
> .-479184684.jsp" not found from requested resource
> "/opencms/opencms/system/work
> place/administration/flexcache/index.html".>
> <03-Jan-2003 16:41:47 GMT> <Error> <HTTP> <101214> <Included
> resource or
> file "/
> opencms/WEB-INF/jsp/online/TsystemTworkplaceTadministrationTfl
> excacheTindex.html
> .-479184684.jsp" not found from requested resource
> "/opencms/opencms/system/work
> place/administration/flexcache/index.html".>
>
> Do the above log messages give any hint in diagnosing actual
> problem with
> system. I did manage to login into administrator interface
> but I don't know
> how to proceed further with the problems reported.
>
> Many thanks in advance
>
> Regards
>
> Srinivas
>
>
>
>
> >From: "Joachim Arrasz" <info at arrasz.de>
> >Reply-To: opencms-dev at opencms.org
> >To: <opencms-dev at opencms.org>
> >Subject: Re: [opencms-dev] OpenCms on Weblogic 7.0 SP1 - Help me out
> >Date: Thu, 3 Jul 2003 17:19:28 +0200 (CEST)
> >
> >Hy,
> >
> >well as i know OpenCMS isn`t certified but will run under
> the following
> >enviroment:
> >JDK 1.4.x
> >Tomcat 4.x
> >
> >One more maybe helpful hint can be that you have tu change
> eventually
> >your encoding to ISO-8xxx I aktually don`t know the complete
> spelling
> >but you can read it in the ocsetup screens. Hope this helps
> >
> >Regards Achim
> >
> >--
> >Questions about OpenCMS?
> >--> www.synyx.de/board
> >
> >
> > > Srinivas Konathala>
> > > Achim,
> > >
> > > Many thanks for your mail. I have restarted the setup
> using 5.0 RC2.
> > > I will let you know about it once I get to the stage of logging
> > > into the system. However, I just what to know why I am
> seeing the
> > > message
> > >
> > > "Attention: Your system uses components which have not
> been tested
> > > to work with OpenCms. It is possible that OpenCms will
> not run on
> > > your system "
> > >
> > > while trying to run setup on Weblogic 7.0 - Is OpenCms 5.0 not
> > > certified with the Weblogic 7.0?
> > >
> > > Your help will be appreciated.
> > >
> > > Regards
> > >
> > > Srinivas Konathala
> > >
> > >
> > >
> > >
> > >>From: "Joachim Arrasz" <info at arrasz.de>
> > >>Reply-To: opencms-dev at opencms.org
> > >>To: <opencms-dev at opencms.org>
> > >>Subject: Re: [opencms-dev] OpenCms on Weblogic 7.0 SP1 -
> Help me out
> > >>Date: Thu, 3 Jul 2003 14:34:51 +0200 (CEST)
> > >>
> > >>Hy,
> > >>
> > >>normally the Url you have to use is
> > >>
> > >>http://yourserver/opencms/opencms/system/login
> > >>
> > >>When this fails you can try
> > >>
> > >>/opencms/opencms/system/workplace/action/index.html
> > >>when both fails it`s a bigger problem and i think it`s relying on
> > >>your system conf regards Achim
> > >>
> > >>--
> > >>Questions about OpenCMS?
> > >>--> www.synyx.de/board
> > >>
> > >>
> > >> > Srinivas Konathala>
> > >> > Gents,
> > >> >
> > >> > I have been trying to install Opencms 5.0 on Weblogic 7.0 SP1
> > >> > with oracle 8.1.7 on windows 2000. The application deployment
> > >> > was successful and I did manage to run csetup through browser
> > >> > interface until workspace import. It took quite a while to
> > >> > finish the workspace import and finally the import
> seemed to be
> > >> > complete with some expections. But upon clicking the link for
> > >> > login, it coming up with file not found expection. I
> haven't seen
> > >> > any index.jsp in application context directory. I don't know
> > >> > why?
> > >> >
> > >> > If there is any out there to help me, I would be happy
> re-run the
> > >> > setup once again ( though I have six times until now) and
> > >> > provide them with more explict error messages
> > >> >
> > >> >
> _________________________________________________________________
> > >> > HCL Beanstalk PCs. You could win one.
> > >> > http://server1.msn.co.in/sp03/hclbeanstalktour/index.asp
> > >> > Interested?
> > >> >
> > >> > _______________________________________________
> > >> > This mail is send to you from the opencms-dev mailing list To
> > >> > change your list options, or to unsubscribe from the
> list, please
> > >> > visit http://mail.opencms.org/mailman/listinfo/opencms-dev
> > >>
> > >>
> > >>
> > >>_______________________________________________
> > >>This mail is send to you from the opencms-dev mailing
> list To change
> > >>your list options, or to unsubscribe from the list, please visit
> > >>http://mail.opencms.org/mailman/listinfo/opencms-dev
> > >
> > > _________________________________________________________________
> > > Reconnect with old pals. Relive the happy times.
> > > http://www.batchmates.com/msn.asp With just one click.
> > >
> > > _______________________________________________
> > > This mail is send to you from the opencms-dev mailing
> list To change
> > > your list options, or to unsubscribe from the list, please visit
> > > http://mail.opencms.org/mailman/listinfo/opencms-dev
> >
> >
> >
> >_______________________________________________
> >This mail is send to you from the opencms-dev mailing list
> >To change your list options, or to unsubscribe from the list, please
> >visit http://mail.opencms.org/mailman/listinfo/opencms-dev
>
> _________________________________________________________________
> Looking for love? Yearning for friendship?
> http://www.msn.co.in/Romance/
> You're in the right place.
>
>
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list,
> please visit http://mail.opencms.org/mailman/listinfo/opencms-dev
>
>
More information about the opencms-dev
mailing list