Re: Memory shortage appears as missing pulse-java.jar file error with Java 7

2015-01-20 Thread Peter Lavin
ve not had the problem since doing that. thanks again, Peter On 14-01-2015 11:15, Konstantin Kolinko wrote: 2015-01-13 14:18 GMT+03:00 Peter Lavin : Hi all, I have deployed a simple (Eclipse developed) webservice in a Tomcat7 container which is running on Debian, details as follows... The e

Re: Memory shortage appears as missing pulse-java.jar file error with Java 7

2015-01-14 Thread Peter Lavin
Hi André, thanks for your reply. well spotted, I've corrected my Xmx/Xms error and restarted. On 13-01-2015 14:07, André Warnier wrote: Peter Lavin wrote: Tomcat7 was installed using apt-get. With the default memory settings (around line 271 in catalina.sh) as follows... CATALINA

Memory shortage appears as missing pulse-java.jar file error with Java 7

2015-01-13 Thread Peter Lavin
Hi all, I have deployed a simple (Eclipse developed) webservice in a Tomcat7 container which is running on Debian, details as follows... The error is as follows... (abridged, but it is complaining about missing a file called pulse-java.jar) INFO: Deploying web application archive /var/lib/

Re: Loading a DeSerialized Class to WebabbClassLoader Question

2013-01-25 Thread Peter Lavin
7;d use a custom Loader for my webapp and use Java's ObjectInputStream. This failed in much the same way as before. Like you say :-) what I have is working and will suffice for the time being, thanks for your help. I will look in to using context.xml later maybe. regards Peter --

Re: Loading a DeSerialized Class to WebabbClassLoader Question

2013-01-24 Thread Peter Lavin
hi Chris, some more details, I'd left out a line in my code snippet this morning, On 01/24/2013 05:33 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Peter, On 1/24/13 4:27 AM, Peter Lavin wrote: After calling: ClassLoader contextClassL

Re: Loading a DeSerialized Class to WebabbClassLoader Question

2013-01-24 Thread Peter Lavin
vsAnifcwJCpAtLsZqc3SfncDY9QdF2k =wIKl -END PGP SIGNATURE- - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- with best regards, Peter Lavin, PhD Candidate, CAG - Computer Architecture & Grid Research Group, Lloyd

Re: Loading a DeSerialized Class to WebabbClassLoader Question

2013-01-23 Thread Peter Lavin
solution, full credit to... Craig R. McClanahan and Bip Thelin for writing this :-) Thanks to those who replied to my earlier question. regards, Peter On 01/22/2013 07:16 PM, Peter Lavin wrote: Hi again, I've spent some time on this today and have found (at least I think so) that my pr

Re: Loading a DeSerialized Class to WebabbClassLoader Question

2013-01-22 Thread Peter Lavin
hich is in $CATILANA_HOME/lib/catalina.jar. Has anyone use this? do I need to add this jar implement this, and include it in my war file? regards, Peter On 01/21/2013 08:30 PM, Konstantin Kolinko wrote: 2013/1/21 Peter Lavin: Dear List, My web application needs to deserialize both classes a

Re: Configuring WebappClassloader Delegate=True

2013-01-22 Thread Peter Lavin
/2013 08:19 PM, Violeta Georgieva wrote: Hi, 2013/1/21 Peter Lavin Dear List, can anybody tell me how I can configure the WebappClassLoader to not be the default "Delegate=false" to be "Delegate=True" ? thanks, Peter Check this http://tomcat.apache.org/tomca

Configuring WebappClassloader Delegate=True

2013-01-21 Thread Peter Lavin
Dear List, can anybody tell me how I can configure the WebappClassLoader to not be the default "Delegate=false" to be "Delegate=True" ? thanks, Peter -- with best regards, Peter Lavin, PhD Candidate, CAG - Computer Architecture & Grid Research Group, Lloyd Institu

Re: Loading a DeSerialized Class to WebabbClassLoader Question

2013-01-21 Thread Peter Lavin
Hi again, did anyone get a chance to look at this, if you need any further information, please let me know, any help appreciated. regards, Peter On 01/21/2013 11:30 AM, Peter Lavin wrote: Dear List, My web application needs to deserialize both classes and objects which are sent to it

Loading a DeSerialized Class to WebabbClassLoader Question

2013-01-21 Thread Peter Lavin
ption. Env: Tomcat 7.0.14 OSCentOS release 5.8 (Final) java version 1.6.0 22 OpenJDK Runtime Environment (IcedTea6 1.10.10) (rhel-1.28.1.10.10.el5 8-x86 64) OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode) Any help appreciated, regards, Peter Lavin -- with best regards, Peter Lavin, PhD Cand

Re: [OT] Deleting URLClassloader Cached Jars/Classes

2012-04-03 Thread Peter Lavin
in Kolinko - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org -- with best regards, Peter Lavin, PhD Candidate, Computer Architecture & Grid Research Group, Lloyd Institute

Deleting URLClassloader Cached Jars/Classes

2012-04-02 Thread Peter Lavin
there a way to empty this cache, or disable caching all together? There are some suggestions out there but none specific to Tomcat. Effectively, I need to clear the cache, all the better if my code can do it each time I load the MyClassToBeLoaded.class. Peter -- with best regards, Peter Lavin

Re: Loading Super Classes with ClassLoader in Tomcat

2011-10-11 Thread Peter Lavin
d be necessary. but the default ClassLoader used does not appear to be the one of the Webapp in question. thanks again, regards, Peter Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 10/10/2011 2:23 PM, Pid wrote: On 10/10/2011 18:51, Peter Lavin wrote: Hi Fi

Re: Loading Super Classes with ClassLoader in Tomcat

2011-10-10 Thread Peter Lavin
he parente classloader of the one you're using to define the class fronte the byte array? It should've be the classloader whose scope us your webapp.. Hth Fil Il giorno 10/ott/2011 19.27, "Peter Lavin" ha scritto: Dear Users, I am running web-services (developed in CXF) in a Tomc

Loading Super Classes with ClassLoader in Tomcat

2011-10-10 Thread Peter Lavin
Tomcat uses a different ClassLoader for each webapp, but the required classes should be present in the ClassLoader of the webapp in question as they are in the war, and are in the file .../webapps/serviceName/WEB-INF/classes/ directory. with thanks, Peter -- with best regards, Peter Lavin