All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jlot.test.TomcatConfigJlotWar Maven / Gradle / Ivy

package org.jlot.test;

public class TomcatConfigJlotWar extends TomcatConfig
{
	private static final String	PATH	= "../jlot-web/target/jlot-web.war";
	private static final String	NAME	= "jlot";

	public TomcatConfigJlotWar ()
	{
		super(NAME, PATH, 8080, 8444);
		addProperty("spring.profiles.active", "development");
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy