[Geoserver-devel] GWC Dev

2011-06-24 Thread Steve Way
Hi All,

If I were to implement logic, so that GWC re-seeded a layer only for tiles 
which are within list of polygons which is defined in a geoRSS file, where 
would I start for implementing that logic?

Many thanks,
Steve


DISCLAIMER:

This email may contain confidential information and is intended only for the 
use of the specific individual(s) to which it is addressed. If you are not the 
intended recipient of this email, you are hereby notified that any unauthorized 
use, dissemination or copying of this email or the information contained in it 
or attached to it is strictly prohibited. If you received this message in 
error, please immediately notify the sender at Infotech or 
mail.ad...@infotech-enterprises.com and delete the original message.
--
All the data continuously generated in your IT infrastructure contains a 
definitive record of customers, application performance, security 
threats, fraudulent activity and more. Splunk takes this data and makes 
sense of it. Business sense. IT sense. Common sense.. 
http://p.sf.net/sfu/splunk-d2d-c1___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] GEOS-4466

2011-04-07 Thread Steve Way
HI Everyone,

Is there anyone with anymore thoughts on this issue?

This is quite high priority issue especially for those of us in the INSPIRE 
world of pain!

http://jira.codehaus.org/browse/GEOS-4466?

If there is anything I can do to help this along? upload data to FTP, provide 
FTP to host data, please contact me and We can set it up - do not really want 
credentials posted on message boards.

The only thing I haven't tried is with a WMS 1.1.1 request - although I doubt 
this would have any other effect.

Cheers,
Steve

DISCLAIMER:

This email may contain confidential information and is intended only for the 
use of the specific individual(s) to which it is addressed. If you are not the 
intended recipient of this email, you are hereby notified that any unauthorized 
use, dissemination or copying of this email or the information contained in it 
or attached to it is strictly prohibited. If you received this message in 
error, please immediately notify the sender at Infotech or 
mail.ad...@infotech-enterprises.com and delete the original message.

--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [jira] Created: (GEOS-4466) ETRS:1989 CRS creates havoc with Raster Layers

2011-04-06 Thread Steve Way (JIRA)
ETRS:1989 CRS creates havoc with Raster Layers
--

 Key: GEOS-4466
 URL: http://jira.codehaus.org/browse/GEOS-4466
 Project: GeoServer
  Issue Type: Bug
  Components: Image mosaic JDBC, Oracle
Affects Versions: 2.1-RC2
 Environment: windows 2003 x64
Reporter: Steve Way
Assignee: Andrea Aime
 Attachments: 250K Raster and BL.docx

The ETRS:89 CRS sends the rasters off in a completely random location.  
re-projection to WGS:84 is fine, but ETRS:89 is crazy and complete garbage.  
Attached screenshots illustrate.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] GS RC2

2011-04-06 Thread Steve Way
Hi All,

Maybe this is an issue with RC2, but I seem to have a major issue when 
re-projecting data from BNG to ETRS:1989.

Attached will show you the issue, first Screenshot is vector and raster layer 
in BNG - which is native.  Second will show you Vector and Raster requested in 
WGS:84.  Third will show you rasters going a little bit crazy with ETRS:1989.

Does anyone else notice this issue?

Also in logs sometimes I get exception:

org.opengis.referencing.NoSuchIdentifierException: No transform for 
classification "Ordnance Survey National Transformation".

Anyone know how I can resolve this?

Thanks,
Steve


DISCLAIMER:

This email may contain confidential information and is intended only for the 
use of the specific individual(s) to which it is addressed. If you are not the 
intended recipient of this email, you are hereby notified that any unauthorized 
use, dissemination or copying of this email or the information contained in it 
or attached to it is strictly prohibited. If you received this message in 
error, please immediately notify the sender at Infotech or 
mail.ad...@infotech-enterprises.com and delete the original message.
--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] Geoserver.org appears to be down!

2011-04-06 Thread Steve Way



DISCLAIMER:

This email may contain confidential information and is intended only for the 
use of the specific individual(s) to which it is addressed. If you are not the 
intended recipient of this email, you are hereby notified that any unauthorized 
use, dissemination or copying of this email or the information contained in it 
or attached to it is strictly prohibited. If you received this message in 
error, please immediately notify the sender at Infotech or 
mail.ad...@infotech-enterprises.com and delete the original message.
--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Oracle question

2011-03-16 Thread Steve Way
Hi Aaron,

First of all, if you are going to go down the ALTER SESSION route, then I 
suggest creating an after logon trigger which would handle this.  I don't think 
we should handle this in the Java as it is implementation specific, and whilst 
would suit us UK based users, others across the pond would be less than 
impressed.  I do not think this is worth while.

What we really should do however, is make use of the TO_CHAR function, which 
converts dates from the date column into a char representation.  The reverse of 
this from char to date is TO_DATE.

So if i understand your use case correctly, we would use TO_CHAR.

I think the best thing to do in this case, would be to add an extra column to 
your table of type VARCHAR2 called chardate for example, and run the simple 
query:

update  set chardate = TO_CHAR(datetimecolumn, 'DD/MM/ 
HH24:MI:SS');

The second part of the function is the formatting you would like - if you look 
up the function you could specify which formatting option you like.

The reason I don't think this should be in the code as it would be different 
for every single user, so unless we have a datastore dropdown to select the 
format, then the easiest change for this is in the db itself.

Cheers,
Steve


From: Gundel, Aaron [aaron_gun...@sjwater.com]
Sent: 16 March 2011 17:42
To: geoserver-devel@lists.sourceforge.net
Subject: [Geoserver-devel] Oracle question

Hello all,

I’m emailing about an issue I posted on the users list a while ago, and I was 
wondering if this was something that I could fix (supposing I’m not running 
into designed behavior I’m just not understanding).


When using Oracle, if you have a Date field, this field also contains a time.  
This time is not being output when you call GetFeature/GetFeatureInfo.  Miles 
suggested that the datastore could be updated to alter the session and correct 
the problem, using ALTER SESSION SET NLS_DATE_FORMAT = 'DD-MON- 
HH24:MI:SS'; This would at least get the time out there, although it doesn’t 
give you much control of the formatting.



Does anyone have any feedback on whether or not something like this would be 
useful?  Am I missing an obvious/easy fix?  If it is something to change, I 
have some time to poke around and try to make it work.  If someone could point 
me in the right direction in the source code, I’ll make the change and try to 
test it out.



Also, in a related question, how does one debug geotools?  I think this 
question has been asked before, but I couldn’t find any documentation on the 
geotools site.



Thanks!



Aaron


DISCLAIMER:

This email may contain confidential information and is intended only for the 
use of the specific individual(s) to which it is addressed. If you are not the 
intended recipient of this email, you are hereby notified that any unauthorized 
use, dissemination or copying of this email or the information contained in it 
or attached to it is strictly prohibited. If you received this message in 
error, please immediately notify the sender at Infotech or 
mail.ad...@infotech-enterprises.com and delete the original message.

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] LabelCacheDefault

2011-03-15 Thread Steve Way
Hi GS users,

Has anyone else noticed that GS-2.1.x RC1 and RC2 are not using Antialiasing?

I am going to treble check.

Cheers,
Steve


DISCLAIMER:

This email may contain confidential information and is intended only for the 
use of the specific individual(s) to which it is addressed. If you are not the 
intended recipient of this email, you are hereby notified that any unauthorized 
use, dissemination or copying of this email or the information contained in it 
or attached to it is strictly prohibited. If you received this message in 
error, please immediately notify the sender at Infotech or 
mail.ad...@infotech-enterprises.com and delete the original message.
--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] OGC Function NPE

2011-03-11 Thread Steve Way
Hi All,

It seems that the classes which deal with the OGC functions within the SLD are 
not properly handling situations where there is no label to add.

There may be a record received from the query, but no label within that result. 
 Running performance tests (with about 350,000 samples, I receive hundreds of 
NPE errors in the GS logs)

2011-03-11 08:24:24,781 ERROR [renderer.label] - Error adding label to the 
label cache
java.lang.NullPointerException
at 
org.geotools.filter.function.StaticGeometry.strToUpperCase(StaticGeometry.java:430)
at 
org.geotools.filter.function.FilterFunction_strToUpperCase.evaluate(FilterFunction_strToUpperCase.java:49)
at 
org.geotools.filter.expression.ExpressionAbstract.evaluate(ExpressionAbstract.java:63)
at 
org.geotools.renderer.label.LabelCacheImpl.put(LabelCacheImpl.java:264)
at 
org.geotools.renderer.lite.StreamingRenderer.processSymbolizers(StreamingRenderer.java:2252)
at 
org.geotools.renderer.lite.StreamingRenderer.process(StreamingRenderer.java:2158)
at 
org.geotools.renderer.lite.StreamingRenderer.drawOptimized(StreamingRenderer.java:2061)
at 
org.geotools.renderer.lite.StreamingRenderer.processStylers(StreamingRenderer.java:1931)
at 
org.geotools.renderer.lite.StreamingRenderer.paint(StreamingRenderer.java:766)

Has anyone else come across this?

Thanks,
Steve


DISCLAIMER:

This email may contain confidential information and is intended only for the 
use of the specific individual(s) to which it is addressed. If you are not the 
intended recipient of this email, you are hereby notified that any unauthorized 
use, dissemination or copying of this email or the information contained in it 
or attached to it is strictly prohibited. If you received this message in 
error, please immediately notify the sender at Infotech or 
mail.ad...@infotech-enterprises.com and delete the original message.
--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] [jira] Created: (GEOS-4407) Lines render with Gaps

2011-03-03 Thread Steve Way (JIRA)
Lines render with Gaps
--

 Key: GEOS-4407
 URL: http://jira.codehaus.org/browse/GEOS-4407
 Project: GeoServer
  Issue Type: Bug
  Components: Oracle
Affects Versions: 2.1-RC2, 2.1-RC1
 Environment: Windows Server 2003 & Windows 7
Reporter: Steve Way
Assignee: Andrea Aime
 Fix For: 2.1.x
 Attachments: LineData.7z

My Line data for one of my products is rendering with gaps between them 
(noticeable with the blue motorways), and also in some cases not rendering any 
lines at all (the red lines!).


If all other line styles are removed from the SLD then they render fine.

Attached is a zip with the line data in Oracle SQL loader format, the SLD and 
example screen shots of the error and expected output.

This is taken at a scale of 1:210,000
SRS = EPSG:27700
(x,y) = 571470,157425

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



--
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] Transparency Issue?

2011-02-08 Thread Steve Way
Cheers Andrea.

Attached is the SLD.

-Original Message-
From: andrea.a...@gmail.com [mailto:andrea.a...@gmail.com] On Behalf Of Andrea 
Aime
Sent: 08 February 2011 14:35
To: Steve Way
Cc: geoserver-devel@lists.sourceforge.net
Subject: Re: [Geoserver-devel] Transparency Issue?

On Tue, Feb 8, 2011 at 3:13 PM, Steve Way  
wrote:
> Hi ,
>
>
>
> Can anyone tell me if they are experiencing any issues with the
> transparency in GS-RC1?
>
>
>
> It seems that the "White" in a vector layer, still displays data from
> another layer (for example a raster) that is underneath it, regardless
> if TRANSPARENT=TRUE or FALSE.
>
>
>
> Could this be the default behaviour for GIF and PNG if the polygon
> does not have a fill associated in the corresponding SLD?

That sounds odd to me. Can we see the sld?

Cheers
Andrea

--
---
Ing. Andrea Aime
GeoSolutions S.A.S.
Tech lead

Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584 962313
fax:  +39 0584 962313
mob:+39 333 8128928

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.youtube.com/user/GeoSolutionsIT
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

---

DISCLAIMER:

This email may contain confidential information and is intended only for the 
use of the specific individual(s) to which it is addressed. If you are not the 
intended recipient of this email, you are hereby notified that any unauthorized 
use, dissemination or copying of this email or the information contained in it 
or attached to it is strictly prohibited. If you received this message in 
error, please immediately notify the sender at Infotech or 
mail.ad...@infotech-enterprises.com and delete the original message.


Meridian2Areas.sld
Description: Meridian2Areas.sld
--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] Transparency Issue?

2011-02-08 Thread Steve Way
Hi ,

Can anyone tell me if they are experiencing any issues with the transparency in 
GS-RC1?

It seems that the "White" in a vector layer, still displays data from another 
layer (for example a raster) that is underneath it, regardless if 
TRANSPARENT=TRUE or FALSE.

Could this be the default behaviour for GIF and PNG if the polygon does not 
have a fill associated in the corresponding SLD?

Thanks,
Steve


DISCLAIMER:

This email may contain confidential information and is intended only for the 
use of the specific individual(s) to which it is addressed. If you are not the 
intended recipient of this email, you are hereby notified that any unauthorized 
use, dissemination or copying of this email or the information contained in it 
or attached to it is strictly prohibited. If you received this message in 
error, please immediately notify the sender at Infotech or 
mail.ad...@infotech-enterprises.com and delete the original message.
--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] GeoServer Rendering Enhancement

2011-02-02 Thread Steve Way
Hi All,

I would like to propose an enhancement to the rendering within GeoServer.

With the recent release, Geoserver now be default uses StreamingRenderer, as 
oppose to previously when ShapefileRenderer was the default renderer.

The good thing  about the ShapefileRenderer, is that it made a call to 
StreamingRenderer.  Due to the architecture of ShapefileRenderer, we were able 
to make the method which calls StreamingRenderer multithreaded, so that if 
multiple WMS layers are called (For example in OS On Demand there is an OS 
MasterMap product which contains 6 layers: TOPOGRAPHICAREA, TOPOGRPAHICLINE, 
BOUNDARYLINE, CARTOGRPAHICSYMBOL, TOPOGRPAHICPOINT AND CARTOGRAPHICTEXT) using 
the parallel approach, we have seen tremendous improvements in performance 
compared to when the ShapefileRenderer uses a single thread for rendering all 6 
layers at the same time.

I understand that ShapefileRenderer is now in an unsupported state, so maybe we 
can migrate this to be a WMSRenderer as I'm not sure of the different use cases 
away from WMS requests.

Thanks,
Steve


DISCLAIMER:

This email may contain confidential information and is intended only for the 
use of the specific individual(s) to which it is addressed. If you are not the 
intended recipient of this email, you are hereby notified that any unauthorized 
use, dissemination or copying of this email or the information contained in it 
or attached to it is strictly prohibited. If you received this message in 
error, please immediately notify the sender at Infotech or 
mail.ad...@infotech-enterprises.com and delete the original message.
--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] GS RC1 Coveragestore issue

2011-01-26 Thread Steve Way
Hi All,

I have done a fair amount of testing on this, and am pretty sure it is a bug 
introduced between beta3 and RC1 - but am not sure if it is in the GS or GT 
domain.

When starting up GeoServer, OC4J reports the following:

2011-01-26 17:15:02.999 WARNING J2EE DS-00265 Unclosed connection detected : 
'oracle.oc4j.sql.spi.ConnectionFinalizer@9fbdd7' : ''.
2011-01-26 17:15:03.003 WARNING J2EE DS-00265 Unclosed connection detected : 
'oracle.oc4j.sql.spi.ConnectionFinalizer@1b84411' : ''.
2011-01-26 17:15:03.004 WARNING J2EE DS-00265 Unclosed connection detected : 
'oracle.oc4j.sql.spi.ConnectionFinalizer@122292a' : ''.
2011-01-26 17:15:03.005 WARNING J2EE DS-00265 Unclosed connection detected : 
'oracle.oc4j.sql.spi.ConnectionFinalizer@62ce5f' : ''.
2011-01-26 17:15:03.239 WARNING J2EE DS-00265 Unclosed connection detected : 
'oracle.oc4j.sql.spi.ConnectionFinalizer@23558' : ''.
2011-01-26 17:15:03.240 WARNING J2EE DS-00265 Unclosed connection detected : 
'oracle.oc4j.sql.spi.ConnectionFinalizer@e29d42' : ''.
2011-01-26 17:15:03.240 WARNING J2EE DS-00265 Unclosed connection detected : 
'oracle.oc4j.sql.spi.ConnectionFinalizer@117d603' : ''.
2011-01-26 17:15:03.242 WARNING J2EE DS-00265 Unclosed connection detected : 
'oracle.oc4j.sql.spi.ConnectionFinalizer@14cf7a1' : ''.
2011-01-26 17:15:03.242 WARNING J2EE DS-00265 Unclosed connection detected : 
'oracle.oc4j.sql.spi.ConnectionFinalizer@1576fa' : ''.
2011-01-26 17:15:03.243 WARNING J2EE DS-00265 Unclosed connection detected : 
'oracle.oc4j.sql.spi.ConnectionFinalizer@503cb2' : ''.
2011-01-26 17:15:03.244 WARNING J2EE DS-00265 Unclosed connection detected : 
'oracle.oc4j.sql.spi.ConnectionFinalizer@54c72e' : ''.

Which is the number of coverages configured on my dev system.

I am using a custom GeoRaster Plugin (which I know is unsupported), but this 
worked fine in versions previous to RC1.

I have gone through the code to the custom plugin, and can confirm that ALL 
connections are being closed - it seems this only occurs when Geoserver first 
starts up, so whatever reads the workspace configurations, and calling the 
database is keeping them open.   To confirm this, I place logging information 
in my getConnection and closeConnection methods, none of which appear in the 
startup log, but appear when I access my data, leading me to believe even more 
that this is not plugin related.  My vector data is fine (using the Oracle NG 
datastore) it is just my raster data.

Again, this does seem trivial seeing as the connection pool is configured to 
remove unused connections after x amount of time, but this shuld be happening 
gracefully within the code.

I can confirm that this only happened since RC1 was released.

Any thought anyone?

Kind Regards,
Steve


DISCLAIMER:

This email may contain confidential information and is intended only for the 
use of the specific individual(s) to which it is addressed. If you are not the 
intended recipient of this email, you are hereby notified that any unauthorized 
use, dissemination or copying of this email or the information contained in it 
or attached to it is strictly prohibited. If you received this message in 
error, please immediately notify the sender at Infotech or 
mail.ad...@infotech-enterprises.com and delete the original message.
--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Re: [Geoserver-devel] GS 2.1.0 RC1 + GWC

2011-01-25 Thread Steve Way
Gabriel / Justin - You were right!!

I missed the web-gwc library!

Many Thanks.

Steve

-Original Message-
From: Gabriel Roldan [mailto:grol...@openplans.org] On Behalf Of Gabriel Roldán
Sent: 25 January 2011 15:42
To: Steve Way
Cc: geoserver-devel@lists.sourceforge.net
Subject: Re: [Geoserver-devel] GS 2.1.0 RC1 + GWC

On Tue, 2011-01-25 at 20:57 +0530, Steve Way wrote:
> Hi There,
> 
>  
> 
> Is there any way of removing GWC from GeoServer before deployment?
> 
shutting down tomcat once geoserver.war is deployed and deleting *gwc* from 
WEB-INF/lib works for me. You probably deleted only gwc* and got web-gwc.jar 
still in there?

>  
> 
> I used to do this by removing the GWC*.jar files from the lib, but it 
> seems to be a lot tighter integrated now.  I have just tried this with 
> GS 2.1.0 RC1, and funny things happen in the Geoserver admin page, 
> like when trying to add or edit styles telling you the page has 
> expired! When checking through the log trace then it has an issue with 
> the missing GWC classes!!
> 
>  
> 
> I have no use for GWC at the present, and it’s is not very stable when 
> scaling up, for example when running against Multiple JVMs in Oracle 
> Application Server (In fact not stable is putting it lightly!) so the 
> need to be able to disable / remove is a necessity.
Could you describe better the situation/problems you face? may be there's a 
simple solution but I don't quite understand what's going on from what you're 
saying.


Regards,
Gabriel
> 
>  
> 
> If anyone has any help here it would be much appreciated – even if 
> there is a flag in the web.xml where we can turn on or off.
> 
>  
> 
> Thanks,
> 
> Steve
> 
>  
> 
> 
> 
> 
> __
> DISCLAIMER:
> 
> This email may contain confidential information and is intended only 
> for the use of the specific individual(s) to which it is addressed. If 
> you are not the intended recipient of this email, you are hereby 
> notified that any unauthorized use, dissemination or copying of this 
> email or the information contained in it or attached to it is strictly 
> prohibited. If you received this message in error, please immediately 
> notify the sender at Infotech or mail.ad...@infotech-enterprises.com
> and delete the original message.
> --
>  Special Offer-- Download ArcSight Logger for FREE (a $49 USD 
> value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> ___ Geoserver-devel 
> mailing list Geoserver-devel@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Gabriel Roldan
grol...@opengeo.org
Expert service straight from the developers

--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


[Geoserver-devel] GS 2.1.0 RC1 + GWC

2011-01-25 Thread Steve Way
Hi There,

Is there any way of removing GWC from GeoServer before deployment?

I used to do this by removing the GWC*.jar files from the lib, but it seems to 
be a lot tighter integrated now.  I have just tried this with GS 2.1.0 RC1, and 
funny things happen in the Geoserver admin page, like when trying to add or 
edit styles telling you the page has expired! When checking through the log 
trace then it has an issue with the missing GWC classes!!

I have no use for GWC at the present, and it's is not very stable when scaling 
up, for example when running against Multiple JVMs in Oracle Application Server 
(In fact not stable is putting it lightly!) so the need to be able to disable / 
remove is a necessity.

If anyone has any help here it would be much appreciated - even if there is a 
flag in the web.xml where we can turn on or off.

Thanks,
Steve



DISCLAIMER:

This email may contain confidential information and is intended only for the 
use of the specific individual(s) to which it is addressed. If you are not the 
intended recipient of this email, you are hereby notified that any unauthorized 
use, dissemination or copying of this email or the information contained in it 
or attached to it is strictly prohibited. If you received this message in 
error, please immediately notify the sender at Infotech or 
mail.ad...@infotech-enterprises.com and delete the original message.
--
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d___
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel