[tomcat] IP address 지정하여 80 binding

  <Service name="Catalina">
<!--   <Connector port="80" maxHttpHeaderSize="8192" address="10.0.0.123" -->
   <Connector port="80" maxHttpHeaderSize="8192"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" redirectPort="8443" acceptCount="100"
               connectionTimeout="20000" disableUploadTimeout="true" />
    <Engine name="Catalina" defaultHost="localhost">
      <Realm className="org.apache.catalina.realm.UserDatabaseRealm"
             resourceName="UserDatabase"/>
      <Host name="localhost" appBase="webapps"
       unpackWARs="true" autoDeploy="true"
       xmlValidation="false" xmlNamespaceAware="false">

                <Valve className="org.apache.catalina.valves.AccessLogValve"
                 directory="logs"  prefix="localhost_access_log." suffix=".txt"
                 pattern="%h %l %u %t %r %s %b %D" resolveHosts="false"/>

      </Host>

크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by ⓒ쟁이™

2008/11/27 12:49 2008/11/27 12:49
, , ,
Response
No Trackback , No Comment
RSS :
http://funix.net/rss/response/36

[cifs] cifs 마운트 할때 IP로

/etc/hosts 파일가지곤 안되더라요~

ip로 지정하시길!

mount -t cifs //server/share /mnt --verbose -o user=username
( man mount.cif)

server=ip로

크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by ⓒ쟁이™

2008/11/26 20:49 2008/11/26 20:49
, , , ,
Response
No Trackback , No Comment
RSS :
http://funix.net/rss/response/35


Archives

Recent Trackbacks

129

94

-14 days

today : 114

Creative Commons License

이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.