`
dodoflying
  • 浏览: 178636 次
社区版块
存档分类
最新评论

Start the Sun java system Application Server on Linux

阅读更多
winter@dodo:~/SDK/bin$ ./asadmin start-domain domain1
Starting Domain domain1, please wait.
Log redirected to /home/winter/SDK/domains/domain1/logs/server.log.
Nov 30, 2006 5:15:00 PM com.sun.jbi.installer.JBIDomainConfigurator main
INFO: OpenESB Starter Kit Configuration Successful
INFO:Access Manager is enabled and configured successfully.
Domain domain1 is ready to receive client requests. Additional services are bein g started in background.
Domain [domain1] is running [Sun Java System Application Server Platform Edition  9.0_01 (build b14)] with its configuration and logs at: [/home/winter/SDK/domai ns].
Admin Console is available at [http://localhost:4848].
Use the same port [4848] for "asadmin" commands.
User web applications are available at these URLs:
[http://localhost:8080 https://localhost:8181 ].
Following web-contexts are available:
[/web1 /asadmin ].
Standard JMX Clients (like JConsole) can connect to JMXServiceURL:
[service:jmx:rmi:///jndi/rmi://dodo:8686/jmxrmi] for domain management purposes.
Domain listens on at least following ports for connections:
[8080 8181 4848 3700 3820 3920 8686 ].
分享到:
评论

相关推荐

    JAVA HTTP 发送 接收 com.sun.net.httpserver包 demo

    server.start(); } static class MyHandler implements HttpHandler { @Override public void handle(HttpExchange t) throws IOException { String response = "Hello, World!"; t.getResponseHeaders()....

    Application Server管理配 置

    - **版本信息**:Sun Java System Application Server Enterprise Edition 8.1 (2005Q2) 是一款面向企业级应用的服务平台,支持多种企业级应用的部署与管理。 - **发布公司**:Sun Microsystems, Inc.,位于4150 ...

    java应用服务器系统企业版8.1管理指南2005

    Sun Java System Application Server Enterprise Edition 8.1是一款面向企业级应用的强大平台,它支持Java EE标准,为开发者提供了构建、部署和管理复杂应用程序的能力。此版本发布于2005年第一季度,旨在帮助企业...

    java企业级服务器开发 javeEE5 SDK 手册全英原版(contain All Classes)

    Java EE 5 SDK Sun Java System Application Server Platform Edition Features and Resources Quick Start Guide All Classes Constant Field Values

    Java邮件开发Fundamentals of the JavaMail API

    SMTP server will relay the message on to the SMTP server of the recipient(s) to eventually be acquired by the user(s) through POP or IMAP. This does not require your SMTP server to be an open relay,...

    Jersey Java规范下REST风格Web Service开发框架

    server.start(); System.out.println("Server started at http://localhost:8000/students"); } } ``` 这个示例演示了如何使用 Jersey 构建一个简单的 REST 风格 Web 服务,使用 Annotation 机制来设置 HTTP 相关...

    MS-DOS 5.0

    3.2 Using the Uninstall Program on an OS/2 System 4. Solving Memory Problems 4.1 386MAX 4.2 All Computers Expanded-Memory Driver 4.3 Bus Master DMA Controller 4.4 HIMEM.SYS Location 4.5 INT15 ...

    计算机专业Java语言试卷

    Java Application 源文件应编译为何种文件? - **选项:** - A. .java - B. .class - C. .html - D. .exe - **答案:**B - **解析:**Java 应用程序源代码文件(.java 文件)在经过 Java 编译器(如 javac)...

    jersey-学习-和hello-world

    protected static HttpServer startServer() throws IOException { System.out.println("Starting grizzly"); ResourceConfig rc = new PackagesResourceConfig("com.sun.jersey.samples.helloworld.resources");...

    java复习题.pdf

    1. **编译Java Application源程序文件将产生相应的字节码文件,这些字节码文件的扩展名为**: - **选项**:A.java B.class C.html D.exe - **正确答案**:B.class - **解析**:Java源代码文件的后缀名为`.java`,...

    Web程序中的JRE版本检测及JNLP文件的直接打开

    通常,我们可以通过`navigator.javaEnabled()`方法检查浏览器是否启用了Java,然后使用`java.lang.System.getProperty("java.version")`获取具体的Java版本号。这段代码会返回一个字符串,如"1.8.0_201",表示Java 8...

    超级有影响力霸气的Java面试题大全文档

    超级有影响力的Java面试题大全文档 1.抽象: 抽象就是忽略一个主题中与当前目标无关的那些方面,以便更充分地注意与当前目标有关的方面。抽象并不打算了解全部问题,而只是选择其中的一部分,暂时不用部分细节。...

    javaFX资料,Sun公司的详细PPT(如何写代码,语法等)

    随着Sun被Oracle收购,JavaFX得到了进一步的发展和完善,并成为了Java平台的重要组成部分之一。JavaFX提供了丰富的API来创建动态的图形用户界面,支持多媒体集成、动画效果以及跨平台部署等功能。 #### 二、JavaFX...

    cxf冲突_0001

    2. **修改WebLogic应用配置**:在`bea\weblogic 92\server\lib\consoleapp\META-INF\weblogic-application.xml`中添加以下内容来指定优先加载的包: ```xml <!-- 2011-6-7 linjun --> <package-name>javax.jws.* ...

    php.ini-development

    interesting side-effects depending on your application and web server. ; You may be able to send headers and cookies after you've already sent output ; through print or echo. You also may see ...

    jsp探针 ver0.1

    throw new java.io.IOException("unknown operating system: " + os); } } catch(Exception ex) { return "Nothing"; } } private final String linuxParseMacAddress(String ipConfigResponse) throws java.text....

    swarm的安装讲解

    - **下载JDK**:访问[官方下载页面](http://java.sun.com/javase/downloads/index_jdk5.jsp),下载适用于Windows i586架构的`jdk-1_5_0_07-windows-i586-p.exe`。 - **安装JDK**:安装路径推荐设置为`C:\jdk1.5.0_...

    tomcat环境变量配置

    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> <display-name>My Web Application A application for test. 5.在myapp下新建一个测试的jsp...

Global site tag (gtag.js) - Google Analytics