Created
May 31, 2010 09:57
-
-
Save kares/419706 to your computer and use it in GitHub Desktop.
NetBeans 6.8 configuration on Windows for WebLogic 10.3 deployment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd"> | |
| <!-- | |
| c:\Documents and Settings\[USER]\.netbeans\6.8\config\J2EE\InstalledServers\.nbattrs | |
| --> | |
| <attributes version="1.0"> | |
| <fileobject name="instance"> | |
| <attr name="debuggerPort" stringvalue="8787"/> | |
| <attr name="displayName" stringvalue="WebLogic Server (custom_domain)"/> | |
| <attr name="domainRoot" stringvalue="C:/[PATH_TO_CUSTOM_DOMAIN]"/> | |
| <attr name="password" stringvalue="weblogic"/> | |
| <attr name="registeredWithoutUI" stringvalue="false"/> | |
| <attr name="serverRoot" stringvalue="C:\bea10\wlserver_10.3"/> | |
| <attr name="url" stringvalue="deployer:WebLogic:http://localhost:7111:C:\bea10\wlserver_10.3:C:/[PATH_TO_CUSTOM_DOMAIN]"/> | |
| <attr name="username" stringvalue="system"/> | |
| </fileobject> | |
| </attributes> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment