Klaas van der Ploeg wrote:
> 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?

I don't know about using the javac from IBM, but you may want to
try using Jikes with Tomcat.  There is some info at
http://www.jguru.com/faq/view.jsp?EID=307643
but read the comments, because the answer is out of date for
Tomcat 3.2, which no longer reads TOMCAT_HOME/conf/web.xml.

More info on Jikes at
http://oss.software.ibm.com/developerworks/opensource/jikes/

-- Andrew

-- 
Tell the US to free Dmitry Sklyarov! http://www.freesklyarov.org

Reply via email to