Oregano - how to run the server

readed 2030 times

Hello there,

First, check this post if you dunno Oregano.

This one looks kinda easy, but I took some times to get the server running and the basic example provided working, cause of some stuff not written in the manual.

I'm using mysql. I've downloaded the JDBC connector from the mysql.com website. Do as described in the manual and put this in your config

XML:
  1. <database
  2.     url="jdbc:mysql://localhost/oregano?auto-reconnect=true"
  3.     driver="com.mysql.jdbc.Driver"
  4.     userID="root"
  5.     password=""
  6.     connectionLimit="20"
  7.     transactions="false"
  8.     >

Continue to follow the manual.
When you are creating the table you need to insert a record in the mode table, otherwise when oregano will want to update the value, you'll get an error ( as no record is in the table yet ).
If you are using mysql that support innoDB use innoDB and put transaction="true" in your config file.
If so instead of using the oregano.sql provided in the zip downloaded on their website you can use this file which create all the table in innoDB and insert the missing record

I got an error with the server ID too so I've changed it. If you do so, remember to change it everywhere in the config file ( here in the node ) otherwise your basic example will not work...

That's all for now...

More will come as I will go further in the development with this socket server.

And thx to Eric who helped me to find my way...

Rate it: 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)



Flash Socket Server - Oregano

readed 4142 times

Hi there...

Oregano is a socket server for flash made in JAVA. This server is available for a while but I've wanted to promote it a bit as I think it worth it. It's Open Source, Free, and it seems powerful. First the API was in AS1, but Eric Priou wrote the AS2 one.

You can download it here

Here is a quote of the documentation introduction:
(more...)

Rate it: 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)



Flash - Built in classes not mtasc compliant

readed 1973 times

Why? Simply cause the code in those classes is messy ( this is my opinion ) and does not respect standars.

Anyway, maybe lots of you are aware of that, but some guys have done a patch for the Adobe ( MM ) classes, that you can find
HERE.
It saves me lots of times...

++

Rate it: 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)



Website - Wordpress update

readed 1823 times

It maybe affected you. It took some times to update it as my connection was really sh**y.
Sorry about that...

Rate it: 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)



Apollo - Be a beta tester of the private beta

readed 2585 times

I just read here that you can ask to be a beta tester for the private beta of Apollo.
To do so you have to send an email to (more...)

Rate it: 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)



Pixlib - rev 44 is out

readed 1827 times

Hello there,
the revision 44 of pixlib is out...

Changelog
(more...)

Rate it: 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)



SWFFix or the new “ultimate JavaScript library for embedding Flash content”

readed 2499 times

Yeah, Geoff Stearns who has done the SWFObject well know by all flash developers and Bobby Van Der Sluis who has done the UFO are working together on SWFFix.

SWFFix seems to be the next script you will play with when you'll need to embed your swf.

If I were you I'll keep an eye on this one...

Rate it: 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)


Dev by MX is proudly powered by WordPress and themed by Mukka-mu