Re: Memcached on Weblogic Server

2013-07-25 Thread Spolti

Yes, you can,
Memcached don't use JVM, so you don't need to share.
But weblogic have their cache called coherence. I had any bad experience 
with him.




On 07/25/2013 02:48 PM, Sumit Sharma wrote:

Hi All,

I am just wondering if memcached can be installed on Weblogic Server, 
so that they can share same JVM.


I did'nt found ant helpful references online. Any help will be 
appreciated.


Regards
Sumit
--

---
You received this message because you are subscribed to the Google 
Groups "memcached" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to memcached+unsubscr...@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.




--
Regards,
__
Filippe Costa Spolti
Linux User n°515639 - http://counter.li.org/
filippespo...@gmail.com
"Be yourself"

--

--- 
You received this message because you are subscribed to the Google Groups "memcached" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Memcached on Weblogic Server

2013-07-25 Thread Sumit Sharma
Hi Filippe,

Thanks for the quick reply. 

Can you point me in the right direction - how to install memcached on 
Weblogic. I see most of the links are for installing it on Linux or as a 
service on Windows.

Regards
Sumit

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Memcached on Weblogic Server

2013-07-25 Thread Spolti
Yes, Weblogic is a java web container, you don't need install memcached 
into weblogic, only libs is needed.


you need install memcached in your box (e.g linux) and Runs weblogic in 
the same box.
To use memcached into weblogic you need install the libs spy.memcached(i 
guess) on weblogic in the desired target (e.g Admin domain) and 
configure into you app the memcached address. After that you must 
implement the classes that will realize memcached operations.



On 07/25/2013 02:58 PM, Sumit Sharma wrote:
Can you point me in the right direction - how to install memcached on 
Weblogic. I see most of the links are for installing it on Linux or as 
a service on Windows.


--
Regards,
__
Filippe Costa Spolti
Linux User n°515639 - http://counter.li.org/
filippespo...@gmail.com
"Be yourself"

--

--- 
You received this message because you are subscribed to the Google Groups "memcached" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Memcached on Weblogic Server

2013-07-25 Thread Hassan Schroeder
On Thu, Jul 25, 2013 at 10:58 AM, Sumit Sharma
 wrote:

> Can you point me in the right direction - how to install memcached on
> Weblogic. I see most of the links are for installing it on Linux or as a
> service on Windows.

Which should be a pretty good clue: Weblogic is an app server, not
an OS, and has nothing to do with installing memcached.

-- 
Hassan Schroeder  hassan.schroe...@gmail.com
http://about.me/hassanschroeder
twitter: @hassan

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.