WASとdomino R5.0.3のclasspath設定のためのclasspath.bat

set WAS_HOME=D:\WebSphere\AppServer
set JAVA_HOME=D:\jdk117\
set SQL_HOME=D:\SQLLIB\java
set DB2DRIVER=D:\SQLLIB\java\db2java.zip
set CP=%WAS_HOME%\lib\servlet.jar
set CP=%CP%;%WAS_HOME%\lib\ejs.jar
set CP=%CP%;%WAS_HOME%\lib\databeans.jar
set CP=%CP%;%WAS_HOME%\lib\ibmwebas.jar
set CP=%CP%;%WAS_HOME%\lib\jsp10.jar
set CP=%CP%;%WAS_HOME%\lib\ujc.jar
set CP=%CP%;%WAS_HOME%\lib\webtlsrn.jar
set CP=%CP%;%WAS_HOME%\lib\xml4j.jar
set CP=%CP%;%WAS_HOME%\lib\509v1.jar
set CP=%CP%;%SQL_HOME%\runtime.zip
set CP=%CP%;%SQL_HOME%\sqlj.zip
set CP=%CP%;D:\Lotus\Domino\Notes.jar

set CP=%CP%;.
set CP=%CP%;e:\IBMVJava\eab\runtime30
set CP=%CP%;e:\IBMVJava\eab\runtime20
set CP=%CP%;e:\IBMDebug\lib\dertrjrt.jar
set CP=%CP%;%DB2DRIVER%
set CP=%CP%;%JAVA_HOME%\lib\classes.zip
set CP=%CP%;%WAS_HOME%\hosts\default_host\default_app\servlets
set CLASSPATH=%CP%;%CLASSPATH%

 

#.bash_profile for Oracle

umask 022
export ULIMIT=`ulimit`
export ORACLE_BASE=/var/oracle/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/8.0.5
export PATH=$PATH:$ORACLE_HOME/bin
export ORACLE_DOC=$ORACLE_HOME/doc
export ORACLE_TERM=vt100
export ORACLE_SID=test
export ORACLE_OWNER=oracle
export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
# export NLS_LANG=japanese_japan.ja16sjis
export TNS_ADMIN=$ORACLE_HOME/network/admin
export THREADS_FLAG=native
export ORAWEB_HOME=$ORACLE_HOME/ows/4.0
export ORAWEB_SITE=website40
export ORAWEB_ADMIN=$ORACLE_BASE/admin/ows
export ORAWEB_CALTX=$ORACLE_HOME/ows/cartx
export JAVA_HOME=$ORAWEB_HOME/jdk
export CLASSPATH=$ORAWEB_HOME/classes:$ORAWEB_HOME/admin:$ORAWEB_HOME/test:$JAVA_HOME/lib/classes.zip:$ORAWEB_HOME/classes/services.jar:$ORAWEB_HOME/../cartx/jweb/classes/jweb.jar:$ORAWEB_HOME/classes/wrbjidl.jar:$ORAWEB_HOME/classes/cosnam.jar:.
export PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$ORAWEB_HOME/bin:$ORACLE_HOME/bin:$ORACLE_HOME/orb/4.0/bin:$ORACLE_HOME/orb/4.0/admin/cgi:$ORAWEB_HOME/admin/cgi:/usr/ccs/bin:.
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH:$ORACLE_HOME/orb/4.0/lib:$ORAWEB_HOME/lib:$JAVA_HOME/lib/i386/native_threads:$ORAWEB_HOME/../cartx/jweb/lib:$ORACLE_HOME/jre/lib/i586/green_threads
export TMPDIR=/var/tmp
export ORAWEB_ADMIN=$ORACLE_BASE/admin/ows
export ORAWEB_CALTX=$ORACLE_HOME/ows/cartx
export THREADS_FLAG=native

 


#httpsd.conf file for Apache-SSL

# This is an example configuration file for Apache-SSL.
User www
Group www
LogLevel debug
SSLRandomFile /dev/urandom 1024
SSLRandomFilePerConnection /dev/urandom 1024
ServerType standalone

Port 443
Listen 443

DocumentRoot /usr/local/www/secure-htdocs
<Directory /usr/local/www/secure-htdocs>
SSLRequireSSL
</Directory>

TransferLog /var/log/gcache_transfer_log

SSLEnable
SSLCacheServerPath /usr/local/apache/bin/gcache
SSLCacheServerPort /var/tmp/gcache_port
SSLCacheServerRunDir /tmp
SSLSessionCacheTimeout 15
SSLCACertificatePath /usr/local/etc/apache/certs
SSLCertificateFile /usr/local/etc/apache/certs/httpsd.pem
SSLVerifyClient 3
SSLVerifyDepth 10

<Location /scripts>
</Location>

SSLFakeBasicAuth
SSLRequireCipher
SSLBanCipher NULL-MD5:NULL-SHA
CustomLog /var/log/ssl_log "%t %{version}c %{cipher}c %{clientcert}c"
ScriptAlias /scripts /usr/local/www/scripts


#httpd.conf file for Apacheに以下の行を追加します。

<VirtualHost host.some_domain.co.jp:80>
#SSLDisable
DocumentRoot /usr/local/www/htdocs
ServerAdmin webmaster@some_domain.co.jp
ServerName host.some_domain.co.jp
</VirtualHost>

 

 

WebSphereを動かすための.bash_profile

# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin
ENV=$HOME/.bashrc
USERNAME=""

export USERNAME ENV PATH
export JAVA_HOME=/var/local/jdk117_v3
export PATH=$JAVA_HOME/bin:$PATH
export CLASSPATH=$CLASSPATH:/opt/IBMWebAS/lib/databeans.jar:/opt/IBMWebAS/lib/ejsclientruntime.jar:/opt/IBMWebAS/lib/ibmjndi.jar:/opt/IBMWebAS/lib/ibmwebas.jar:/opt/IBMWebAS/lib/jndi.jar:/opt/IBMWebAS/lib/jsdk.jar:/opt/IBMWebAS/lib/jst.jar:/opt/IBMWebAS/lib/lotusxsl.jar:/opt/IBMWebAS/lib/webtlsrn.jar:/opt/IBMWebAS/lib/x509v1.jar:/opt/IBMWebAS/lib/xml4j.jar:/opt/IBMWebAS/web/classes:.
mesg n

Sample.texi

\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename Sample.info
@settitle Sample Spec
@c %**end of header

@setchapternewpage odd

@ifinfo
This is a Sample Spec.

Copyright 2002 Advanced Software Network Corporation
@end ifinfo

@titlepage
@sp 10
@comment The title is printed in a large font.
@center @titlefont{Sample Spec}

@c The following two commands start the copyright page.
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 2002 Advanced Software Network Corporation
@end titlepage

@node Top, Chapter1, (dir) , (dir)
@comment node-name, next, previous, up

@menu
* Chapter1:: Chapter1
* Chapter2:: Chapter2
* Chapter3:: Chapter3
* Concept Index:: 

Chapter3
* Section1:: 
* Section2:: 

Section1
* Subsection1::
* Subsection2::
* Subsection3::
@end menu

@node Chapter1, Chapter2, Top, Top
@comment node-name, next, previous, up
@chapter Chapter1
@cindex Sample index entry

@enumerate
@item
Item1 
@end enumerate

@node Chapter2, Chapter3, Chapter1, Top
@comment node-name, next, previous, up
@chapter Chapter2
@cindex Sample index entry

Data1 

@node Chapter3, Concept Index, Chapter2, Top
@comment node-name, next, previous, up
@chapter Chapter3
@cindex Sample index entry

@menu
* Section1:: 
* Section2:: 
@end menu

@node Section1, Section2, , Chapter3
@comment node-name, next, previous, up
@section Section1
@cindex Section1

@menu
* Subsection1::
* Subsection2::
* Subsection3::
@end menu

@node Subsection1, Subsection2, , Section1
@comment node-name, next, previous, up
@subsection Subsection1
@cindex Subsection1

@node Subsection2, Subsection3, Subsection1 , Section1
@comment node-name, next, previous, up
@subsection Subsection2
@cindex Subsection2

@node Subsection3, , Subsection2 , Section1
@comment node-name, next, previous, up
@subsection Subsection3
@cindex Subsection3

@node Section2, , Section1, Chapter3
@comment node-name, next, previous, up
@section Section2
@cindex Section2

@node Concept Index, , Chapter3, Top
@comment node-name, next, previous, up
@unnumbered Concept Index

@printindex cp

@contents
@bye