Hi!
Using a websphere server and have uppgraded my system to use J2EE1.3 instead of 1.2. Somehow my application is looking for classes I use in:
org.apache.jsp.* instead og where it belongs.. Don't find org.apache.jsp in my classpath and don't understand why/where the server take this from. Seems like it looks for every class I import in my
JSP in this library, if its not specified in imort..
Age