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

Re: javaagent is messing with webapp classpath

2013-08-01 Thread Alberto SOUZA
-) > > 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 > > ClassNotFoundE

javaagent is messing with webapp classpath

2013-08-01 Thread Alberto SOUZA
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 for a lot of classes... Like ServletContextListener. When I don't use the javaagent argument everything goes fine. Does anyone have an idea?