Community
Participate
Working Groups
###############################################################################
# Copyright (c) 2008 IBM Corporation and others.
# Copyright (c) 2008, 2013 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
!-- Service.RuntimeId - ID of web service runtime
Service.RuntimeId=org.eclipse.jst.ws.axis.creation.axisWebServiceRT
!-- Service.ServerId - ID of target server
Service.ServerId=org.eclipse.jst.server.tomcat.60
Service.ServerId=org.eclipse.jst.server.tomcat.80
!-- Service.TypeId - Java Bean is default for both Top Down and Bottom Up
!-- Service.TypeId=Java Bean
!--Client.RuntimeId - ID of web service runtime
Client.RuntimeId=org.eclipse.jst.ws.axis.creation.axisWebServiceRT
!--Client.ServerId - ID of target server
Client.ServerId=org.eclipse.jst.server.tomcat.60
Client.ServerId=org.eclipse.jst.server.tomcat.80
!--ClientProjectName - name of Client project - this property can be used to give the client project a
!-- different name than the project containing the initial selection
/*******************************************************************************
* Copyright (c) 2004, 2009 IBM Corporation and others.
* Copyright (c) 2004, 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
private String FALLBACK_RUNTIME = "FALLBACK_RUNTIME"; // Web service runtime to fallback to if preferred runtime is not suitable
//private String PREFERENCE_J2EE_VERSION = "PREFERENCE_J2EE_VERSION";
private String SERVER_FACTORY_ID_DEFAULT = "org.eclipse.jst.server.tomcat.60";
private String SERVER_FACTORY_ID_DEFAULT = "org.eclipse.jst.server.tomcat.80";
private String RUNTIME_ID_DEFAULT = "org.eclipse.jst.ws.axis.creation.axisWebServiceRT";
public PersistentServerRuntimeContext()
# Copyright (c) 2005, 2006 IBM Corporation and others.
# Copyright (c) 2005, 2013 IBM Corporation and others.