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: Friday, March 23, 2001 5:42 PM
> To: [EMAIL PROTECTED]
> Subject: running tomcat on Visual age
> 
> 
> I'can't run tomcat on VA.
> I've imported all the tomcat ressources (servlet.jar, jasper.jar,
> parser.jar, webserver.jar,.....) in VA.
> When i'm trying to run the tomcat.class in the webserver 
> package i receive
> an error
> someone could help me
> 
> PP
> 
> 

Reply via email to