Re: Free Audio-Books powered by OFbiz

2012-04-17 Thread Sebastian Schirmer

Hi Paul,

how is the solr search integrated? There are a lot of parameters in the 
result url.




kind regards
Sebastian

--On Dienstag, 17. April 2012 12:52 +0200 Paul Piper  
wrote:



Hey Guys,



we just released our demo store:  
www.syracus.net. We figured that apparel were a little overdone, so we
opted for a store that lets you download audio books… for free! All is
based upon Apache OFBiz, of course, though we did some extraordinary
changes to the ecommerce component:



· Implementation of Apache Solr – solr is implemented as a
standalone component and can be plugged into the system with ease

· Complete rewrite of all store pages – cleaned up html & CSS

· Responsive Design – try looking at the store with your mobile
device

· Redesigned Checkout – no registration necessary for
one-time-shoppers



Would love to hear your feedback! If you like the available audio books,
let me know, we will continue to add more in the near future.



Cheers,

Paul



---

Paul Piper

Geschäftsführer





Web:   http://www.ilscipio.com

Tel: (+49) 611-94589441

Mobil: (+49) 176-63283066

Fax: (+49) 611-94589449

eMail:   p...@ilscipio.com





ilscipio GmbH

Am Drosselschlag 7

D-35452 Heuchelheim

Germany





Re: OFBiz Content Management System.

2009-08-18 Thread Sebastian Schirmer

Hi,

the ofbiz cms functionality is limited comparing to specialized document 
management systems. Currently there are no repository functions like check 
in or check out or versioning. If you are looking for a comfortable DMS 
perhaps you should evaluate Alfresco http://www.alfresco.com/


Its also possible to use the alfresco file repository as an ofbiz file 
store (eg. for images or downloads)


Sebastian

--On Samstag, 15. August 2009 18:14 +0530 Bravo Pal 
 wrote:



Friends,

I've some questions on OFBiz CMS :

1. Is OFBiz CMS can be used as Central Document Management repository
where user can perform operation like(Check in, Checkout etc.)?
1. Purpose of CompDoc sub module of Content module ?

2. Is OFBiz CMS provide file tracking facility ?
Waiting for any response.

Thanks,
Bravo Pal.




--
Sebastian Schirmer

ZYRES digital media systems GmbH
Eschersheimer Landstr. 5-7 60322 Frankfurt am Main
Phone +49 (0)69 98 55 99 - 0
Fax   +49 (0)69 98 55 99 - 11

Firmensitz: Eschersheimer Landstr. 5-7 60322 Frankfurt am Main
Registergericht: Amtsgericht Frankfurt am Main, HRB 76374
Geschäftsführer: Martin Wepper, Sebastian Schirmer

http://www.zyres.com/

-- RFC|1855|2.1.1





Re: OFBiz sites you are proud of

2009-04-09 Thread Sebastian Schirmer

Hi Tim

sorry I have missed your mail. We have made maybe some interesting large 
projects with OFBiz.


Olympus Germany http://www.olympus.de (german website of a global player) 
uses our  customized OFBiz application seamlessly integated into the whole 
consumer website, all product prices and shopping processes are managed by 
OFBiz. (2 screens attached)



Some of Olympus european subsidiaries using localized OFBiz dealer shops 
(closed user group). Currently Olympus dealers in Germany, Poland, Danmark, 
Sweden, Finland, Norway and Spain using an Ofbiz system. (France and 
Holland are coming soon)



kind regards
Sebastian





--On Montag, 6. April 2009 04:31 -0500 Tim Ruppert 
 wrote:



Please send me privately screen shots of any OFBiz sites that you've
built that you'd like included in the top scroller on the new
ofbiz.apache.org index page.  There are room for a few, but I'd like to
have offerings from different providers represented if possible.

You can email me directly at tim.rupp...@hotwaxmedia.com with them and
I'll do my best to get them in there.

Cheers,
Tim
--
Tim Ruppert
HotWax Media
http://www.hotwaxmedia.com

o:801.649.6594
f:801.649.6595





--
Sebastian Schirmer

ZYRES digital media systems GmbH
Eschersheimer Landstr. 5-7 60322 Frankfurt am Main
Phone +49 (0)69 98 55 99 - 0
Fax   +49 (0)69 98 55 99 - 11

Firmensitz: Eschersheimer Landstr. 5-7 60322 Frankfurt am Main
Registergericht: Amtsgericht Frankfurt am Main, HRB 76374
Geschäftsführer: Martin Wepper, Sebastian Schirmer

http://www.zyres.com/

-- RFC|1855|2.1.1



Re: AW: AW: WG: SHA / SHA1 seed data and password encryption

2008-04-30 Thread Sebastian Schirmer

Hi David,

--On Mittwoch, 30. April 2008 02:29 -0600 David E Jones 
<[EMAIL PROTECTED]> wrote:


No, the keystore is only used for 2-way encryption.


It seems that old EntityKeyStore data are affected from the new hash 
method. The keyName in the EntityKeyStore was hashed formerly by old hash 
method?



regards
Sebastian




Re: AW: AW: WG: SHA / SHA1 seed data and password encryption

2008-04-30 Thread Sebastian Schirmer

Hi David,

thanks for the new hash implementation. We are going to implement an auto 
conversion method additionally.
This should write the new correct sha/md5 hash after login validation with 
the old (funny) hash.


Is the keystore entity also affected to the new hash methods?

Kind regards
Sebastian


--On Dienstag, 29. April 2008 09:09 -0600 David E Jones 
<[EMAIL PROTECTED]> wrote:




Attached is the patch for the stuff I was working on last night.

Unfortunately it doesn't just have the password improvements, but instead
also has the generic audit log feature that I recently added to the
entity engine.

As has been mentioned a few times the ASF SVN repo is not open for
commits, so those who want this or to get started with it can play with
the attached patch (in a gzip file, BTW) until the SVN server is ready
for commits again.

BTW, if the attachment doesn't make it through I'll try again in a minute.

-David





--
Sebastian Schirmer

ZYRES digital media systems GmbH
Eschersheimer Landstr. 5-7 60322 Frankfurt am Main
Phone +49 (0)69 98 55 99 - 0
Fax   +49 (0)69 98 55 99 - 11

Firmensitz: Eschersheimer Landstr. 5-7 60322 Frankfurt am Main
Registergericht: Amtsgericht Frankfurt am Main, HRB 76374
Geschäftsführer: Martin Wepper, Sebastian Schirmer

http://www.zyres.com/

-- RFC|1855|2.1.1




Re: AW: WG: SHA / SHA1 seed data and password encryption

2008-04-29 Thread Sebastian Schirmer

Hi Martin,

we should replace the code with a proved method. The apache commons 
http://commons.apache.org/codec/apidocs/org/apache/commons/codec/digest/DigestUtils.html 
is good for a proved method. But our problems are still exists with 
existing productive data. We need the old hash methods still coexisting 
with the new hash methods. During a customer login a validation against the 
old hash must be possible.


the used password digest should be also mentioned in front of the hash. For 
example

{sha}xxx
{sha256}
{md5}xxx
{ofbiz}xx <-- (ofbiz brocken hash)


This stucture is used im many applications, like openldap and others und 
give us a way using more than one hash method at the same time.


Kind regards
Sebastian


--On Montag, 28. April 2008 23:18 -0600 David E Jones 
<[EMAIL PROTECTED]> wrote:




Martin,

I agree that is odd, and not a good thing, and I'm really not sure why it
is there or how it got there in the first place.

It sounds like the proposal is to remove HashCrypt.java lines 52-53,
82-84.

Does that sound correct, and does it give more consistent results to what
you are seeing elsewhere?

If so, let's get rid of 'em!

-David


On Apr 28, 2008, at 10:51 PM, Martin Wepper wrote:

Jonathon,

Thanks for your comments.
it I understand it right we can not introduce other hashes to ofbiz
without
introducing the algorithm used to encrypt these.
Hashes are one way - so mangling them after being once created is -
hopefully
for sec reasons- impossible. Here we need the clear text pass again.

So other systems we introduce these ofbiz haches to may not use these
without the ofbiz encryption - that's bad - as it should comply to the
standard or clearly state that's its different/wrong as it seems not
to be
sha1.

Kind Regards
Martin




-Ursprüngliche Nachricht-
Von: Jonathon -- Improov [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 29. April 2008 04:12
An: user@ofbiz.apache.org
Betreff: Re: WG: SHA / SHA1 seed data and password encryption

Martin,


A brief analysis shows that the implementation might start here

being

problematic:

getDigestHash in

trunk/base/src/base/org/ofbiz/base/crypto/HashCrypt.java

Yup. That's where the OFBiz-specific implementation (or rehashing)
is.


Conclusion: the hashes in customer dbs are not really compatible

with other

sha1 implementations today, bad for SSO.
Is there any impact on vulnerability of stored hashes created by

ofbiz?

Impact on vulnerability? No. In fact, it's slightly more secure.

However, the increase in security is only slight. Check out the
phrase
"security by obscurity". I
think I mentioned this some months back on the ML or JIRA. I can't
guess what other reason OFBiz
would have for making the hash different from the rest of the world.
Seeding the password would be
a more appropriate strategy for increased security (see
https://issues.apache.org/jira/browse/OFBIZ-1151 ).

The incompatibility may not pose a problem (I hope). You can still
migrate passwords from other
systems (not OFBiz, eg osCommerce) into OFBiz. The reason is that
OFBiz
does not mangle the
original SHA hash beyond recovery (I hope, but don't think so). You
just have to take the SHA
hashes from other systems, pass it through OFBiz's mangling, and you
have successfully ported
those passwords into OFBiz. Someone please correct me if I'm wrong
here; codes in
HashCrypt.getDigestHash() (package org.ofbiz.base.crypto).

If OFBiz does mangle the original SHA hash beyond recovery, then you
cannot migrate passwords to
and from OFBiz systems. Then this would be wrong, and needs to be
fixed. This does seem to be the
case in StringUtil.encodeInt().

We also talked about a "pluggable security system" to easily replace
that OFBiz-specific chunk.
Not sure if this is done yet.

Jonathon

Martin Wepper wrote:

Dear ,

hopefully I do miss a point, but ...
today we are experiencing a quite annoying  issue with sha hashes:

Please have  a look at this:

I'm simply listing hashes,  let's start with the hash in seed/demo

for

"ofbiz":

47b56994cbc2b6d10aa1be30f70165adb305a41a = ofbiz hashed by

debian4/sha1sum

47b56994cbc2b6d10aa1be30f70165adb305a41a = ofbiz hashed by php
47b56994cbc2b6d10aa1be30f70165adb305a41a = ofbiz by  java - Jacksum

1.7.0,

algorithm=sha1
but:
47ca69ebb4bdc9ae0adec130880165d2cc05db1a = ofbiz password for admin

in

demo-seed-data
__xx__xx    xx__xx__here the ofbiz hash

differs to

other sha1 implementations

Other examples:
xx__xx__
8cb2237d0679ca88db6464eac60da96345513964 = 12345 by "others"
f3cd237d0679b5f7a4646495b90dd66345513964 = 12345 by ofbiz

____xxx_____xx__
7c222fb2927d828af22f592134e8932480637c0d = 12345678 by others
7c222fcded7dfdf58d2f59213497ec24ff637c0d = 12345678 by ofbiz

______xx__xxxx__
2fb5e13419fc89246865e7a324f476ec624e8740 = abcdefg by oth

Re: AW: Session replication embeded tomcat -- update

2007-03-21 Thread Sebastian Schirmer

Robert,

It seems that the mulicast address binding behauviour is different on 
windows. The ofbiz-containers.xml cluster example seems also wrong


The replication-mode has a typo. change the line to


Try to comment out the property name="mcast-bind-addr" and be sure that 
multicast is enabled on your ethernet stack. you should also set a 
multicast route explictly. Raise the log4j apache log level to INFO and 
watch out the log. If the multicast between the machines is working you 
will got a message like this:


(Cluster-MembershipReceiver) [ SimpleTcpCluster.java:1107:INFO ] 
Replication member 
added:org.apache.catalina.cluster.mcast.McastMember[tcp://xxx.xx.xxx.xx:4001,catalina,xxx.xxx.xxx.xxx,4001, 
alive=46772864]


The message means that multicast commnication between different tomcats is 
working. For a successful session clustering further steps are needed. For 
Example in a Standalone Tomcat env you need an enabled ClusterListener 
JvmRouteSessionIDBinderListener and a ClusterSessionListener but I suggest 
this  is not implemented in the ofbiz yet. Take a look in the 
CatalinaContainer Class. The embedded tomcat configuration is done here.


kind regards
Sebastian


--On Dienstag, 20. März 2007 12:38 +0100 Robert <[EMAIL PROTECTED]> 
wrote:



Dear,

Additionally we tested with jdk 1.5 but still we have the same behaviour.
Packets are in the network, but the embeded tomcat/catalina does not see
them.  On windows the session transfer is working fine but non on debian
and suse.


Regards
Robert


-Ursprüngliche Nachricht-
Von: Robert [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 20. März 2007 11:30
An: user@ofbiz.apache.org
Betreff: Session replication embeded tomcat


Dear,

We strugle in replicating tomcat/catalina sessions on two linux server
(two debian etch OR  two suse sles10). The surprising thing is that this
works fine for two win xp machines  (same config files and same JDK 1.4!).

 * On linux we enabled the multicasting checked our network.
 * With a network sniffer we see the multicast packets beiing delivered to
all the nodes but ofbiz/tomcat does not pick them.

Thanks
Robert






Re: New to OFBiz(Start up Problem)

2007-03-16 Thread Sebastian Schirmer

Hi,

did you set the JAVA_HOME variable pointing to your jdk as a windows system 
variable?


kind regards
Sebastian

--On Freitag, 16. März 2007 01:18 -0700 OFBiz <[EMAIL PROTECTED]> 
wrote:




Hai this is veerraju
Yes i have Java in the Directory Program Files
I use Java 1.4.2 versin
and Tomcat 5.0
Regards
Have a nice day

Daniel Kunkel wrote:


Do you have Java or OFBiz installed in a directory with a space...
"Program Files" for example?



On Fri, 2007-03-16 at 00:48 -0700, OFBiz wrote:

Hai this is Veerraju.

I am New to OFBiz.When i start OFBiz at command-promt (startofbiz.bat)
then
it gives the error

E:\ofbiz>"\bin\java" -Xms256M -Xmx512M -jar ofbiz.jar
1>framework\logs\console.
log
The system cannot find the path specified.

E:\ofbiz>REM This one is for more of a debugging mode

E:\ofbiz>REM "\bin\java" -Xms256M -Xmx512M -Xdebug -Xnoagent
-Djava.compiler=NON
E -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -jar
ofbiz.jar >
 framework\logs\console.log



So i tried to launch OFBiz (By typing java -jar ofbiz.jar at command
Prompt)
it geives the following Exception



Here i provide full Stack trace


E:\ofbiz>java -jar ofbiz.jar
Set OFBIZ_HOME to - E:/ofbiz
Admin socket not configured; set to port 0
2007-03-16 13:05:25,827 (main) [ContainerLoader.java:48 :INFO ]
[Startup] Lo
ading containers...
2007-03-16 13:05:27,342 (main) [UtilXml.java:255:DEBUG] XML
Read
1.4
21s: file:/E:/ofbiz/framework/base/config/ofbiz-containers.xml
2007-03-16 13:05:27,499 (main) [UtilXml.java:255:DEBUG] XML
Read
0.0
32s: file:/E:/ofbiz/framework/base/config/component-load.xml
2007-03-16 13:05:27,530 (main) [ ComponentContainer.java:146:INFO ]
Auto-Loading
 component directory : [E:/ofbiz/framework]
2007-03-16 13:05:27,561 (main) [UtilXml.java:255:DEBUG] XML
Read
0.0
31s: file:/E:/ofbiz/framework/component-load.xml
2007-03-16 13:05:27,671 (main) [UtilXml.java:255:DEBUG] XML
Read
0.0
94s: file:/E:/ofbiz/framework/geronimo/ofbiz-component.xml
2007-03-16 13:05:27,686 (main) [ ComponentContainer.java:208:INFO ]
Loading
comp
onent : [geronimo]
2007-03-16 13:05:27,780 (main) [UtilXml.java:255:DEBUG] XML
Read
0.0
78s: file:/E:/ofbiz/framework/entity/ofbiz-component.xml
2007-03-16 13:05:27,796 (main) [ ComponentContainer.java:208:INFO ]
Loading
comp
onent : [entity]
2007-03-16 13:05:27,936 (main) [UtilXml.java:255:DEBUG] XML
Read
0.1
4s: file:/E:/ofbiz/framework/catalina/ofbiz-component.xml
2007-03-16 13:05:27,936 (main) [ ComponentContainer.java:208:INFO ]
Loading
comp
onent : [catalina]
2007-03-16 13:05:28,014 (main) [UtilXml.java:255:DEBUG] XML
Read
0.0
62s: file:/E:/ofbiz/framework/security/ofbiz-component.xml
2007-03-16 13:05:28,014 (main) [ ComponentContainer.java:208:INFO ]
Loading
comp
onent : [security]
2007-03-16 13:05:28,061 (main) [UtilXml.java:255:DEBUG] XML
Read
0.0
31s: file:/E:/ofbiz/framework/datafile/ofbiz-component.xml
2007-03-16 13:05:28,077 (main) [ ComponentContainer.java:208:INFO ]
Loading
comp
onent : [datafile]
2007-03-16 13:05:28,155 (main) [UtilXml.java:255:DEBUG] XML
Read
0.0
63s: file:/E:/ofbiz/framework/minilang/ofbiz-component.xml
2007-03-16 13:05:28,171 (main) [ ComponentContainer.java:208:INFO ]
Loading
comp
onent : [minilang]
2007-03-16 13:05:28,249 (main) [UtilXml.java:255:DEBUG] XML
Read
0.0
78s: file:/E:/ofbiz/framework/common/ofbiz-component.xml
2007-03-16 13:05:28,264 (main) [ ComponentContainer.java:208:INFO ]
Loading
comp
onent : [common]
2007-03-16 13:05:28,327 (main) [UtilXml.java:255:DEBUG] XML
Read
0.0
47s: file:/E:/ofbiz/framework/service/ofbiz-component.xml
2007-03-16 13:05:28,358 (main) [ ComponentContainer.java:208:INFO ]
Loading
comp
onent : [service]
2007-03-16 13:05:28,421 (main) [UtilXml.java:255:DEBUG] XML
Read
0.0
63s: file:/E:/ofbiz/framework/entityext/ofbiz-component.xml
2007-03-16 13:05:28,436 (main) [ ComponentContainer.java:208:INFO ]
Loading
comp
onent : [entityext]
2007-03-16 13:05:28,577 (main) [UtilXml.java:255:DEBUG] XML
Read
0.1
25s: file:/E:/ofbiz/framework/webapp/ofbiz-component.xml
2007-03-16 13:05:28,592 (main) [ ComponentContainer.java:208:INFO ]
Loading
comp
onent : [webapp]
2007-03-16 13:05:28,655 (main) [UtilXml.java:255:DEBUG] XML
Read
0.0
47s: file:/E:/ofbiz/framework/guiapp/ofbiz-component.xml
2007-03-16 13:05:28,655 (main) [ ComponentContainer.java:208:INFO ]
Loading
comp
onent : [guiapp]
2007-03-16 13:05:28,717 (main) [UtilXml.java:255:DEBUG] XML
Read
0.0
46s: file:/E:/ofbiz/framework/widget/ofbiz-component.xml
2007-03-16 13:05:28,717 (main) [ ComponentContainer.java:208:INFO ]
Loading
comp
onent : [widget]
2007-03-16 13:05:28,764 (main) [UtilXml.java:255:DEBUG] XML
Read
0.0
31s: file:/E:/ofbiz/framework/appserver/ofbiz-component.xml
2007-03-16 13:05:28,780 (main) [ ComponentContainer.java:208:INFO ]
Loading
comp
onent : [appservers]
2007-03-16 

Re: Connection Refused

2007-03-15 Thread Sebastian Schirmer
t.java:257)  [java]
at org.ofbiz.base.start.Start.init(Start.java:96)  [java] at
org.ofbiz.base.start.Start.main(Start.java:412)  [java] Caused by:
java.rmi.ConnectException: Connection refused to host: 12 7.0.0.1; nested
exception is:
 [java] java.net.ConnectException: Connection refused: connect
 [java] at
sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java: 567)
 [java] at
sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel. java:185)
 [java] at
sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.jav a:171)
 [java] at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:313)
 [java] at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown
Source)  [java] at
com.sun.jndi.rmi.registry.RegistryContext.rebind(RegistryCont
ext.java:131)
 [java] ... 13 more
 [java] Caused by: java.net.ConnectException: Connection refused:
connect  [java] at java.net.PlainSocketImpl.socketConnect(Native
Method)  [java] at
java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)  [java]
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.jav a:171)
 [java] at
java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)  [java]
at java.net.Socket.connect(Socket.java:452)
 [java] at java.net.Socket.connect(Socket.java:402)
 [java] at java.net.Socket.(Socket.java:309)
 [java] at java.net.Socket.(Socket.java:124)
 [java] at
sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(R
MIDirectSocketFactory.java:22)
 [java] at
sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(R
MIMasterSocketFactory.java:128)
 [java] at
sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java: 562)
 [java] ... 18 more
 [java] Java Result: 99

BUILD SUCCESSFUL
Total time: 55 seconds




--
Sebastian Schirmer

ZYRES digital media systems GmbH
Eschersheimer Landstr. 5-7 60322 Frankfurt am Main
Phone +49 (0)69 98 55 99 - 0
Fax   +49 (0)69 98 55 99 - 11

Firmensitz: Eschersheimer Landstr. 5-7 60322 Frankfurt am Main
Registergericht: Amtsgericht Frankfurt am Main, HRB 76374
Geschäftsführer: Sebastian Schirmer

http://www.zyres.com/

-- RFC|1855|2.1.1




Re: Lambda Probe admin tool for Tomcat in OFBiz

2007-03-15 Thread Sebastian Schirmer

Hello Chris,

the config example differs on the host nodes. (not all in the same host). I 
suggest the problem could be found in a missing multicast setup on the 
linux host nodes?


kind regards
Sebastian


--On Mittwoch, 14. März 2007 11:33 -0700 Chris Howe 
<[EMAIL PROTECTED]> wrote:



I have absolutely no experience with what you're trying to accomplish
so take this suggestion with that in mind.  I image your container
names need to be unique otherwise the second is likely to override the
first when the XML document is parsed.

--- Sebastian Schirmer <[EMAIL PROTECTED]> wrote:


Hello Sterling,

I am interesting on a ofbiz cluster setup with session replication
between
two hosts. I have investigated some time on the setup. The log shows
 also
cluster.mcast messages but it seems that the broadcast messages are
not
receive packets from an other host node. I have also added your
catalina
patch from jira. Do you have a configuration example for a two node
cluster?


here is my setup the node 1 has 192.168.51.54 the second is
configured on

node one:

 












%h %l %u %t "%r" %s %b "%{Referer}i"
"%{User-Agent}i"












.*\.gif;.*\.js;.*\.jpg;.*\.htm;.*\.html;.*\.txt;

















node two:
 












%h %l %u %t "%r" %s %b "%{Referer}i"
"%{User-Agent}i"












.*\.gif;.*\.js;.*\.jpg;.*\.htm;.*\.html;.*\.txt;
















Kind regards
sebastian


--On Mittwoch, 21. Februar 2007 03:27 -0700 Sterling Okura
<[EMAIL PROTECTED]> wrote:

> Hi everyone.  I want to share a helpful tool for those who haven't
used it
> yet.  Lambda Probe (www.lambdaprobe.org) is an administration &
monitoring
> tool for Tomcat.  It shows detailed session, system, memory,
cluster, and
> other info.  It has nice real-time stat updates via ajax.  I
finally got
> clustering and session replication working with OFBiz and Lambda
was
> critical in troubleshooting and debugging the setup.
>
> I wrote up a howto for running it in OFBiz hot-deploy at
> http://www.bizlift.com/ofbiz/lambda_probe_for_ofbiz.html.  The
document is
> continuing to be refined and updated, and will eventually be added
to
> wiki/doc section.  Will also write howto on clustering since there
seem to
> be several requests throughout the history of the list but no
definitive
> instructions.
>
> aloha,
> sterling



--
 Sebastian Schirmer

 ZYRES digital media systems GmbH
 Eschersheimer Landstr. 5-7 60322 Frankfurt am Main
 Phone +49 (0)69 98 55 99 - 0
 Fax   +49 (0)69 98 55 99 - 11

 Firmensitz: Eschersheimer Landstr. 5-7 60322 Frankfurt am Main
 Registergericht: Amtsgericht Frankfurt am Main, HRB 76374
 Geschäftsführer: Sebastian Schirmer

 http://www.zyres.com/

-- RFC|1855|2.1.1









--
Sebastian Schirmer

ZYRES digital media systems GmbH
Eschersheimer Landstr. 5-7 60322 Frankfurt am Main
Phone +49 (0)69 98 55 99 - 0
Fax   +49 (0)69 98 55 99 - 11

Firmensitz: Eschersheimer Landstr. 5-7 60322 Frankfurt am Main
Registergericht: Amtsgericht Frankfurt am Main, HRB 76374
Geschäftsführer: Sebastian Schirmer

http://www.zyres.com/

-- RFC|1855|2.1.1




Re: Lambda Probe admin tool for Tomcat in OFBiz

2007-03-14 Thread Sebastian Schirmer

Hello Sterling,

I am interesting on a ofbiz cluster setup with session replication between 
two hosts. I have investigated some time on the setup. The log shows   also 
cluster.mcast messages but it seems that the broadcast messages are not 
receive packets from an other host node. I have also added your catalina 
patch from jira. Do you have a configuration example for a two node cluster?



here is my setup the node 1 has 192.168.51.54 the second is configured on

node one:

class="org.ofbiz.catalina.container.CatalinaContainer">

   
   
   
   
   
   
   
   
   
   
   
   
   %h %l %u %t "%r" %s %b "%{Referer}i" 
"%{User-Agent}i"

   
   
   
   
   
   

   
   

.*\.gif;.*\.js;.*\.jpg;.*\.htm;.*\.html;.*\.txt;
   
   value="org.apache.catalina.cluster.session.DeltaManager"/>

   
   
   
   
   
   
   
   
   
   
   
   


node two:
class="org.ofbiz.catalina.container.CatalinaContainer">

   
   
   
   
   
   
   
   
   
   
   
   
   %h %l %u %t "%r" %s %b "%{Referer}i" 
"%{User-Agent}i"

   
   
   
   
   
   

   
   

.*\.gif;.*\.js;.*\.jpg;.*\.htm;.*\.html;.*\.txt;
   
   value="org.apache.catalina.cluster.session.DeltaManager"/>

   
   
   
   
   
   
   
   
   
   
   
   

Kind regards
sebastian


--On Mittwoch, 21. Februar 2007 03:27 -0700 Sterling Okura 
<[EMAIL PROTECTED]> wrote:



Hi everyone.  I want to share a helpful tool for those who haven't used it
yet.  Lambda Probe (www.lambdaprobe.org) is an administration & monitoring
tool for Tomcat.  It shows detailed session, system, memory, cluster, and
other info.  It has nice real-time stat updates via ajax.  I finally got
clustering and session replication working with OFBiz and Lambda was
critical in troubleshooting and debugging the setup.

I wrote up a howto for running it in OFBiz hot-deploy at
http://www.bizlift.com/ofbiz/lambda_probe_for_ofbiz.html.  The document is
continuing to be refined and updated, and will eventually be added to
wiki/doc section.  Will also write howto on clustering since there seem to
be several requests throughout the history of the list but no definitive
instructions.

aloha,
sterling




--
Sebastian Schirmer

ZYRES digital media systems GmbH
Eschersheimer Landstr. 5-7 60322 Frankfurt am Main
Phone +49 (0)69 98 55 99 - 0
Fax   +49 (0)69 98 55 99 - 11

Firmensitz: Eschersheimer Landstr. 5-7 60322 Frankfurt am Main
Registergericht: Amtsgericht Frankfurt am Main, HRB 76374
Geschäftsführer: Sebastian Schirmer

http://www.zyres.com/

-- RFC|1855|2.1.1