Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [aspectj-users] Newbie question:Running AspectJ on J2EE serve rs

I had it working on Jboss but it mysteriously stopped working.
I think I may have made a mistake in my cutpoints.
Anyway... I just added the runtime jar into the application server and it
worked a-ok.
I am not using websphere but I imagine it is the same.
Only the runtime jar file required.
Ron


-----Original Message-----
From: Matthew.Brown@xxxxxxxxxxxxxxxxx
[mailto:Matthew.Brown@xxxxxxxxxxxxxxxxx]
Sent: Wednesday, March 26, 2003 4:04 PM
To: aspectj-users@xxxxxxxxxxx
Subject: [aspectj-users] Newbie question:Running AspectJ on J2EE servers


Is there any documentation/or can anyone give me any pointers on running
AspectJ on an Application Server?
So far I included the two jars for aspectj in the classpath, and have
moved the classes into the appropriate location. I have not installed the
aspectJ development environment on our app servers(websphere).

Thanks in Advance.

Matt Brown


-------------------------------
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material.  Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited.  If you received
this in error, please contact the sender and delete the material from any
computer.


_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top