I am using Oracle9iAS for my application, currenly my application is working fine in orion.jar file, now I wanted to update with oc4j.jar file, after done with all the configuration, I could able to see my home page of the application, but when I try to access any page, which use a java class in classes folder it throws an exception "Undefined variable or class name: ConfigTest". Do i need to configure any thing special to consider the classes folder.
I am referring a class, which is in classes[1] folder, from html folder, but it is taking the classes, which are in classes[2] folder, also it is perfectly reffering the EJB jar files, which are in "appName" folder.
I could not understand, why it is not considering the folder.