On 23/06/2020 14:04, Raymond Auge wrote:
> Hey all,
> 
> Is there a set of tests that run against a real tomcat runtime anywhere
> in the project already? I haven't found any and I'd like to put
> something together that would run against base configurations of Tomcat
> running in JPMS and OSGi modes.

If I want a trivial smoke test I play the snake game from the examples
across a couple of browsers.

If you want something more comprehensive you could use the Servlet TCK
or the JSP TCK although getting them set up can be non-trivial.

https://cwiki.apache.org/confluence/display/TOMCAT/Jakarta+EE+TCKs

That would work for 9.0.x or 10.0.x as long as you use the right TCK
version.

Another option I often use is Jira. Download the eval version, build the
WAR (I don't think you can download a WAR directly but it has been a
while) and see if Jira starts.

That is only going to work for Tomcat 9 at this point.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to