[opencms-dev] AW: opencms-dev digest, Vol 1 #337 - 4 msgs Re: How to config the Con Pooling

Armen Markarian markarian at inexweb.de
Mon Aug 4 10:13:01 CEST 2003


Hi Achim,

The best way to handle db-connections is a connectionpool-bean which u
should place it in your jsp-templates.
Then u should put your code (which may cause exceptions) in
try/catch/finally blocks. In your catch and finally blocks u should
close your connections. This is how i solve the problem. 

Regards

Armen

-----Ursprüngliche Nachricht-----
Von: opencms-dev-admin at opencms.org
[mailto:opencms-dev-admin at opencms.org] Im Auftrag von
opencms-dev-request at opencms.org
Gesendet: Samstag, 2. August 2003 11:00
An: opencms-dev at opencms.org
Betreff: opencms-dev digest, Vol 1 #337 - 4 msgs


Send opencms-dev mailing list submissions to
	opencms-dev at opencms.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://mail.opencms.org/mailman/listinfo/opencms-dev
or, via email, send a message with subject or body 'help' to
	opencms-dev-request at opencms.org

You can reach the person managing the list at
	opencms-dev-admin at opencms.org

When replying, please edit your Subject line so it is more specific than
"Re: Contents of opencms-dev digest..."


Today's Topics:

   1. Re: Websphere integration (M Butcher)
   2. Integrating JSR168 compliant portlets?
(Stefan.Mueller-Wilken at resco.de)
   3. Re: Integrating JSR168 compliant portlets? (Joachim Arrasz)
   4. How to config the Con Pooling (Joachim Arrasz)

--__--__--

Message: 1
Subject: Re: [opencms-dev] Websphere integration
From: M Butcher <mbutcher at grcomputing.net>
To: opencms-dev at opencms.org
Date: 01 Aug 2003 17:22:02 -0600
Reply-To: opencms-dev at opencms.org

I'm a little confused about what you want a CMS to do... but I'll give
this a shot. In general a CMS (any CMS, from OpenCMS to BroadVision)
will not just manage content on any old server -- usually, they require
consolidating the content onto a single CMS system, and then either
redistributing or allowing access from other servers.

So, if you were to migrate to OpenCMS, then you'd probably bring the
content from all three servers into OpenCMS, and then sync it with the
other servers (e.g with Rsync or NFS or some other method of file
distribution).

I believe some people on this list have done similar setups with ASP and
PHP. Perhaps they will clarify.  


Hope that helps,

Matt

On Fri, 2003-08-01 at 15:39, James Djunaedy wrote:
> Currently, I am still evaluating different CMS's.  Basically, if I am 
> running openCMS on a unix server; at the same time,  I have websphere 
> application server (JSP apps) running on Windows environment and 
> SunOneASP application server (ASP apps) running on Unix (all in 
> separate box). Is there a way to manage the content that resides on 
> these servers using OpenCMS? If yes, is there a documentation that 
> explain it, because I can't find it? Thanks
> 
> 
>
************************************************************************
>         James G. Djunaedy
>         Programmer Analyst / Web Developer
>         ICN Pharmaceuticals, Inc.
>         P: (800) 548-5100 X2240
>         F: (714) 641-7269
>         jdjunaedy at icnpharm.com
> 
> **********************************************************************
> **
> 
> 
> _______________________________________________
> 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
-- 
M Butcher <mbutcher at grcomputing.net>

--__--__--

Message: 2
From: Stefan.Mueller-Wilken at resco.de
To: opencms-dev at opencms.org
Date: Sat, 2 Aug 2003 10:08:49 +0200
Subject: [opencms-dev] Integrating JSR168 compliant portlets?
Reply-To: opencms-dev at opencms.org

<FONT face=3D"Default Sans Serif, Verdana, Arial, Helvetica, sans-serif"
si= ze=3D2><DIV><DIV><font face=3D"monospace" size=3D2>Hi
there,<BR><BR>I'm bra= nd new to this list (well, or rather back after
nearly three years<BR>absen= ce ;-) ...) so forgive me, if the question
is stupid:<BR><BR>Is it possible=  (or at least conceivable) to
integrate real JSR168<BR>compliant portlets i= nto OpenCMS? Has anyone
ever tried to? If not, what<BR>would one have to do=  to make this
happen?<BR><BR>Cheers,<BR> Stefan<BR></font></DIV></DIV></FON=
T>=

--__--__--

Message: 3
Date: Sat, 2 Aug 2003 11:29:26 +0200 (CEST)
Subject: Re: [opencms-dev] Integrating JSR168 compliant portlets?
From: "Joachim Arrasz" <info at arrasz.de>
To: <opencms-dev at opencms.org>
Reply-To: opencms-dev at opencms.org

Hi,

there are several Protlet API`S which are just Taglibs. So it`s possible
to integrate them into the web.xml from your Opencms war. So it should
be possible t ointegrate them. Another way can be the integration over
outstanding servlets which response you take back over a bean or a
stream. Hope this helps

Regards Achim

P.S On the following urls you can find informations about opencms:

http://www.synyx.de/board
http://opencms.al-arenal.de

-- 
Questions about OpenCMS?
--> www.synyx.de/board


> Hi there,I'm brand new to this list (well, or rather back after nearly

> three yearsabsence ;-) ...) so forgive me, if the question is 
> stupid:Is it possible (or at least conceivable) to integrate real 
> JSR168compliant portlets into OpenCMS? Has anyone ever tried to? If 
> not, whatwould one have to do to make this happen?Cheers, 
> Stefan_______________________________________________ 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




--__--__--

Message: 4
Date: Sat, 2 Aug 2003 11:32:39 +0200 (CEST)
From: "Joachim Arrasz" <info at arrasz.de>
To: <opencms-dev at opencms.org>
Subject: [opencms-dev] How to config the Con Pooling
Reply-To: opencms-dev at opencms.org

Hello List,

actually last night we had a problem with out Opencms-Tomcat. It
produced lots and lots of connections to our MySQL DB. We don`t
understand why, because it`s limited to 20 Connections. So had anyone
the same problem? And maybe a solution to this problem? Or a conclusion
how to resolve it? thx in advance

Achim

-- 
Questions about OpenCMS?
--> www.synyx.de/board


> Hi there,I'm brand new to this list (well, or rather back after nearly

> three yearsabsence ;-) ...) so forgive me, if the question is 
> stupid:Is it possible (or at least conceivable) to integrate real 
> JSR168compliant portlets into OpenCMS? Has anyone ever tried to? If 
> not, whatwould one have to do to make this happen?Cheers, 
> Stefan_______________________________________________ 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

End of opencms-dev Digest




More information about the opencms-dev mailing list