Re: javaagent is messing with webapp classpath

2013-08-03 Thread Alberto SOUZA
Hi again, the problem is that my agent is generated with same classes that are used inside my webapp. My guess is that tomcat is getting lost with the classloader... On Thu, Aug 1, 2013 at 7:53 PM, Alberto SOUZA wrote: > I see... even if i leave my agent empty? Because i did this test and, just

Re: javaagent is messing with webapp classpath

2013-08-01 Thread Alberto SOUZA
I see... even if i leave my agent empty? Because i did this test and, just with the presence of agent, tomcat got lost. And the same agent works fine in GlassFish(3 and 4) and Jboss(7 and 8). Right now, for some reason, my impression is that the agent is requesting that every class used for my appl

Re: javaagent is messing with webapp classpath

2013-08-01 Thread Leon Rosenberg
Hello, yes, your java agent is probably not well coded :-) regards Leon On Thu, Aug 1, 2013 at 8:33 PM, Alberto SOUZA wrote: > Hi, > > I have a javaagent that changes some specific classes of my project. But, > when i start the server using the agent I get a lot of > ClassNotFoundException fo