plugins/org.symbian.tools.tmw.previewer/src/org/symbian/tools/tmw/previewer/http/WebappManager.java
changeset 483 109da596fa9d
parent 470 d4809db37847
child 484 f5df819c1852
equal deleted inserted replaced
482:2973198ae2a9 483:109da596fa9d
    51 	
    51 	
    52     @SuppressWarnings({ "rawtypes", "unchecked" })
    52     @SuppressWarnings({ "rawtypes", "unchecked" })
    53     public static void start(String webappName) throws Exception {
    53     public static void start(String webappName) throws Exception {
    54 		Dictionary d = new Hashtable();
    54 		Dictionary d = new Hashtable();
    55 		
    55 		
    56 		d.put("http.port", new Integer(getPortParameter())); //$NON-NLS-1$
    56         d.put("http.port", Integer.valueOf(getPortParameter())); //$NON-NLS-1$
    57 
    57 
    58 		// set the base URL
    58 		// set the base URL
    59 		d.put("other.info", "org.symbian.wst.debugger"); //$NON-NLS-1$ //$NON-NLS-2$
    59 		d.put("other.info", "org.symbian.wst.debugger"); //$NON-NLS-1$ //$NON-NLS-2$
    60 		
    60 		
    61 		// suppress Jetty INFO/DEBUG messages to stderr
    61 		// suppress Jetty INFO/DEBUG messages to stderr