Hi!
Did you import _resources_ (org.apache.tomcat.resources) too? They
aren't classes, they are .properties and .dtd.
This may be done in import window in VA. You also need to copy "conf"
directory from Tomcat installation to
<VA_install_dir>/ide/project_resources/<name_of_Tomcat_project>. You
also need to setup property "tomcat.home" for Tomcat project in VA -
this may be done by right click on org.apache.tomcat.startup.Tomcat
class, select Properties - the Properties window appears. Select Program
tab, in "Properties" textarea enter:
tomcat.home=<VA_install_dir>/ide/project_resources/<name_of_Tomcat_proje
ct>. Note that path must be whithout quotes even it contains spaces.
Next you'll need some classpath tuning in same window on Class Path tab.
I did it all and I have Tomcat 3.2.1 working in VA 3.5. Next my step
will be Tomcat's JSP compiling within VA...
Cheers,
Kirill Vasiljev
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Monday, March 26, 2001 10:48 AM
> To: [EMAIL PROTECTED]
> Subject: running tomcat in VISUAL AGE
>
>
>
> Sorry,
>
> My last message was little beat short. I can't run tomcat on
> visual age.
>
> I have more precision about my problem
>
> It is during the instanciation of the class :
> ----------------------------------------------------------
> org.apache.jasper.servlet.JspServlet
>
> Here is the trace
> -------------------------
>
> Thread[main,5,main] (Alive): Uncaught exception
> (java.lang.ExceptionInInitializerError)
> Class.newInstance0()
> Class.newInstance()
> ServletWrapper.loadServlet()
> ServletWrapper.init()
> LoadOnStartupInterceptor.contextInit(Context)
> ContextManager.initContext(Context)
> ContextManager.init()
> Tomcat.execute(String [])
> Tomcat.main(String [])
>
> P P
>
>