Project

General

Profile

« Previous | Next » 

Revision e6b01164

Added by Andreas Kohlbecker about 7 years ago

ref

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/ui/DbStatusUI.java
17 17

  
18 18
@Theme("macosx")
19 19
@Title("CDM Board")
20
@SpringUI(path="/app/distribution")
20
@SpringUI(path="distribution")
21 21
@Widgetset("eu.etaxonomy.cdm.vaadin.AppWidgetSet")
22 22
@SuppressWarnings("serial")
23 23
public class DbStatusUI extends AbstractAuthenticatedUI{
......
26 26

  
27 27
	private static final String FIRST_VIEW = "firstView";
28 28

  
29
	@WebServlet(urlPatterns = {"/*"}, name="DbStatusUIServlet", asyncSupported = true)
29
	@WebServlet(urlPatterns = {"/app/*"}, name="DbStatusUIServlet", asyncSupported = true)
30 30
	public static class Servlet extends CdmVaadinConversationalServlet {
31 31
	}
32 32

  

Also available in: Unified diff