Hi,
I've deployed Geoserver 1.5.2 on Oracle OC4J 10.1.2 with some customization.
Hum, can you share with us the customization tips so that they can be
added to the OC4J page? If anybody else attempts to deploy in that container he won't have to go thru the same pain.
Now, I've performance problem opening viewer map...
We use Oracle SDO with Italy regions and provinces (table are very small ---
few Thousands of records...)
Also, what is the context of that slowness? Local usage (actual
map generation slow) or remote usage (big png files generated that
take time to travel over then net)?
Other than that, we are aware that Oracle datastore is not performing
at the best of its possibilities but there is no one maintaining and
improving it. We can try to do that, but only thru commercial support
channels (I have one option in mind that could improve performance,
but it would require the SDO_UTIL.TO_WKBGEOMETRY function that has
been introduced in Oracle 10.2).
Andrea,
thanks for yor response...
Oracle oC4J customizations are more than one:-) much of them are on OC4J that have some bugs (10.1.2) risolved on 10.3.3... you can see on my post on nabble.
Where?
For performance, now i can't ugrada Geoserver (not now...).
Pity, it was the only easy suggestion I had...
As you understood, my application is a javascript that use Oracle SDO
> without pgn and shp files.
The application is very solw when the user open italy page... perhaps this can be useful for you for help me ...
When the user opens the page? Is actually drawing the map that's slow,
getting the javascript needed in the browser or getting the image files
into the javascript client?
For the first there is not much I can do, for the javascript one, it
depends on how the client is made, optimized version of common
javascript libraries (OL, MapBuilder) do exist that are made up of a single file stripped file that downloads faster that the many single
files the development oriented sources are made of.
If instead is the map itself that downloads slow, maybe you should
try png8 output format or use paletted images (some more
information here: http://docs.codehaus.org/display/GEOSDOC/Paletted+images+tutorial).
Hmm... no, this does not ring a bell. Maybe you can try
removing the tiled and tilesOrigin params and see if it
works any better.
Then try to use format: 'image/png8'. If none of these
help, I don't know what it might be...