摘要:
solaris9 x86以其可靠、安全、高可用性以及低廉的价格(对非商业用途免费),吸引着越来越多的用户。
近日,笔者在安装solaris9 x86时,碰到一些问题,经过一番周折,终于解决了这些问题。本文将介绍这些问题的解决方法,以供大家参考。抛砖引玉啦!
测试环境:
笔者测试的安装环境是toshiba satellite pro m10笔记本以及dell gx110 desktop。软件是......
摘要:
我装的是sunray server 2.0 以下是简略配置
1, 解压ssrc.zip文件 unzip ssrc.zip
2, 在同一目录下有srss20的文件夹,进入该文件夹
3, 运行安装文件 ./utinstall
4, 安装过程中会要你选择安装web页管理语言,有japanese french chinese, 根据需要选择安装。
5, 进入安装状态,需要十几分钟
6, 安装完成之后......
Solaris 9(intel x86)下从源代码安装Tomcat 5实战记录
i.[b:1c511aa29d]从源码安装tomcat 5[/b:1c511aa29d]
【程序编程相关:
hpux有什么办法可以看到某个进程占用的】 【推荐阅读:
请求:MirrorDisk的配置方法】
【扩展信息:
HP9000上装完oracle9i后,报】 1.jdk安装及设定
(1)使用solaris 9自带的jdk
[code:1:1c511aa29d]
# java -version
java version "1.4.1_02a"
java(tm) 2 runtime environment, standard edition (build 1.4.1_02a-b01)
java hotspot(tm) client vm (build 1.4.1_02a-b01, mixed mode)
[/code:1:1c511aa29d]
(2)修改/etc/profile,加入java_home环境变量
[code:1:1c511aa29d]
java_home=/usr/java
export java_home
[/code:1:1c511aa29d]
2.[b:1c511aa29d]安装apache ant[/b:1c511aa29d]
(1)从[ur]http://ant.apache.org/bindownload.cgi[/url]下载ant的二进制包 apache-ant-1.6.1-bin.tar.gz
[code:1:1c511aa29d]
# gunzip < apache-ant-1.6.1-bin.tar.gz | tar xvf -
# mv apache-ant-1.6.1 /usr
# cd /usr
# ln -s apache-ant-1.6.1 ant
[/code:1:1c511aa29d]
(2)修改环境变量
[code:1:1c511aa29d]
ant_home=/usr/ant
export ant_home
path=$path:$ant_home/bin
export path
[/code:1:1c511aa29d]
3.[b:1c511aa29d]编译tomcat[/b:1c511aa29d]
...
下一页 摘要:
if you cannot find the solution for your problems here, please visit our xmanager forum where you may find the solution. otherwise, please post your question.
when i connect to unix by xdmcp, the......