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

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

There is a newer version: 1.2
Show newest version
package org.jlot.test;

public class TomcatConfigJlot extends TomcatConfig
{
	private static final String	PATH	= "../jlot-web/src/main/webapp/";
	private static final String	NAME	= "jlot";

	public TomcatConfigJlot ()
	{
		super(NAME, PATH, 8082, 8446);
		addProperty("spring.profiles.active", "development");
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy