Hi All,
I managed to install Tomcat 3.2.3 on AIX with IBM's JDK 1.2.2. I also
deployed my application on it using a .war file. But, when I request a jsp
page, I get an exception "sun.tools.javac.Main" etc....
Of course, this is related to the fact that I'm not using sun's jdk.
My question:
- Can I configure Tomcat to use IBM's javac for compiling jsp's?
- Can I use conf/web.xml (<jspCompilerPlugin>) to specify the classname (I
read that these directives are not working, is that correct?)?
- What is the classname of the IBM javac compiler?
Thanx for your help.
Klaas