scott의 경우,
alter user scott identified by 사용할암호 account unlock;

'Oracle > ORACLE 일반' 카테고리의 다른 글

Oracle Created (Default) Database Users  (0) 2008.09.02
net user administrator *

C:\>net user administrator *
사용자에 대한 암호를 입력하십시오:
암호를 확인하기 위해 다시 입력하십시오:
명령을 잘 실행했습니다.

보너스 팁 - net user 명령을 이용한 랜덤하게 암호 설정하기!
C:\>net user administrator /random
administrator의 암호: JTE7B-tz

명령을 잘 실행했습니다.


C:\>net user administrator /random
administrator의 암호: n$XGj5@y

명령을 잘 실행했습니다.

잊어버리면.. ㄷㄷ....

이 명령에 대한 구문:
NET USER
[사용자이름 [암호 | *] [옵션]] [/DOMAIN]
         사용자이름{암호 | *} /ADD [옵션] [/DOMAIN]
         사용자이름 [/DELETE] [/DOMAIN]

NET USER는 컴퓨터의 사용자 계정을 만들거나 수정합니다. 스위치 없이 사용될
경우, 컴퓨터에 있는 사용자 계정을 열거해 줍니다. 사용자 계정 정보는 사용자
계정 데이터베이스에 저장됩니다.

이 명령은 서버상에서만 실행됩니다.

사용자이름   추가, 삭제, 수정, 또는 보고자 하는 사용자 계정의 이름입니다.
             사용자 계정의 이름은 20자까지 쓸 수 있습니다.
암호         사용자 계정에 대한 암호를 부여하거나 바꿔줍니다. 암호는 NET
             ACCOUNTS 명령의 /MINPWLEN 옵션으로 설정된 최저 길이 조건을
             만족시켜야 합니다.
             14자까지 쓸 수 있습니다.
*            암호를 칠 수 있는 프롬프트 상태로 만들어줍니다. 암호 프롬프트
             에서는 입력된 암호가 보이지 않습니다.
/DOMAIN      현재 도메인의 도메인 컨트롤러에 대한 작업을 수행합니다.
/ADD         사용자 계정 데이터베이스에 사용자 계정을 추가합니다.
/DELETE      사용자 계정 데이터베이스에서 사용자 계정을 삭제합니다.

옵션      옵션은 다음과 같습니다.

   옵션                       설명
   -----------------------------------------------------------------------
   /ACTIVE:{YES | NO}      해당 계정을 활성화시키거나 비활성화시킵니다. 해
                           당 계정이 활성화되어 있지 않을 경우 사용자는
                           서버에 연결할 수 없습니다.
                           기본설정은 YES입니다.
   /COMMENT:"문자열"       사용자의 계정에 관한 설명을 제공합니다.
                           (최고 48자까지 쓸 수 있습니다). 문자열은 인용
                           부호 안에 넣습니다.
   /COUNTRYCODE:nnn        사용자의 도움말과 오류 메시지를 위한 특정 언어
                           파일을 만들기 위해 운영 시스템의 국가 코드를
                           이용합니다. 0은 기본 설정 국가 코드를 나타냅니다.
   /EXPIRES:{날짜| NEVER}  날짜를 지정해주면 계정이 지정된 날짜에 만료됩니
                           다. NEVER는 시간 제한을 주지 않음을 의미합니다.
                           만료 날짜는 국가 코드에 따라 월/일/년 혹은 일/월/
                           년의 형태로 표시합니다. 월은 숫자로 하거나 문자로 표기해도
                           되고 3자로 약자표기 할 수도 있습니다. 년도는 2자
                           혹은 4자의 숫자로 표기합니다. 날짜를 표기할 때는
                           슬래시(/) (공백이 아니라)를 써서 년월일을 구분합니다.
   /FULLNAME:"이름"        사용자의 전체 이름입니다(사용자이름이라기보다).
                           이름은 인용부호 안에 넣어줍니다.
   /HOMEDIR:경로명         사용자의 홈 디렉터리에 대한 경로를 지정해줍니다.
                           경로는 반드시 있어야 합니다.
   /PASSWORDCHG:{YES| NO}  사용자가 자신의 암호를 변경할 수 있는지
                           지정해 줍니다. 기본 설정은 YES입니다.
   /PASSWORDREQ:{YES | NO} 사용자 계정에 암호가 있어야 하는지를 지정합니다.
                           기본설정은 YES입니다.
   /PROFILEPATH[:경로]     사용자의 로그온 프로필 경로를 지정합니다.
   /SCRIPTPATH:경로명      사용자의 로그온 스크립트의 위치입니다.
   /TIMES:{시간 | ALL}     로그온 시간입니다. 요일[-요일][,요일[-요일]],
                           시간[-시간[,시간[-시간]]으로 표기되며 1시간씩
                           늘어나도록 제한됩니다. 요일은 영문으로 표기하되
                           전부 풀어 쓰거나 줄여 쓸 수 있습니다. 시간은 12시간
                           표기법이나 24시간 표기법 둘 다 가능합니다. 12시간
                           표기법으로 쓸 때는 am, pm, a.m., 또는 p.m. 으로
                           구분시켜줍니다. ALL은 사용자가 항상 로그온할 수
                           있다는 의미이고 공란은 사용자가 절대로 로그온할
                           수 없음을 표시합니다. 요일과 시간은 쉼표(,)로
                           구분시켜주고, 요일과 시간을 여러 개 쓸 경우에는
                           세미콜론(;)으로 구분시킵니다.
   /USERCOMMENT:"문자열"   관리자가 계정에 대한 사용자 설명을 추가하거나
                           변경시킬 수 있게 해줍니다.
   /WORKSTATIONS:{컴퓨터이름[,...] | *}
                           사용자가 어느 컴퓨터에서 네트워크로 로그온 할
                           수 있는지 보여줍니다. 최고 8개 컴퓨터까지
                           보여줍니다. 목록이 없거나 *일 경우 사용자는
                           어느 컴퓨터에서도 로그온 할 수 있습니다.

NET HELP 명령| MORE 는 도움말을 한번에 한 화면씩 보여줍니다.

'Java' 카테고리의 다른 글

자바 JRE/JDK 환경변수 설정  (0) 2008.08.28
2008년 한글날을 맞이 하여 네이버에서도 한글폰트를 공개하였다.
나눔고딕, 나눔명조
license: 개인 및 기업 사용자 무료 제공, 배포자유(배포의 대가로 요금부여 불가)
            수정, 판매 불가, 출판물의 경우 글꼴 출처 표기
            
http://hangeul.naver.com/index2.jsp#
--------------------------------------------------------------------------------

백묵 바탕, 백묵 돋음, 백묵 굴림, 백묵 헤드라인
http://www.font21.com/

은진체 -
http://kldp.org/node/64738

구슬체 -
http://kldp.org/node/60025

서울한강체/서울남산체
http://design.seoul.go.kr/citizen/handwrite_list.php

다음체
http://fontevent.daum.net/

아모레퍼시픽 (아리따 2.0)
http://www.amorepacific.co.kr/company/ci/font.jsp

조선일보명조체
http://font.chosun.com/

한겨레결체
http://bbs.hani.co.kr/Board/ui_hkr_alim/Contents.asp?GoToPage=1&Idx=56&RNo=56&STable=ui_hkr_alim&Search=&Sorting=2&Text

윤디자인 연구소, 독도체
링크는?(뭐 검색해도 나오긴 하는데; 윤디자인 연구소 자체에서 배포하던 링크를 못찾겠음/개인사용자 무료로 기억하고, 기부하는 옵션이 있었던것 같은데;)

순천향 대학교 순천향체
http://www.sch.ac.kr/sch/index.jsp?menuID=20080318173724998673

네이버 사전체(한자등)
http://cndic.naver.com/font.nhn

QuarkXPress 6.5K용 Korea OpenType Font 6종
http://www.quarkxpress.co.kr/download/font_6k.html

------------------------------------------------------------------------------
그나 저나 정리하다 보니, 이미 잘 정리를 해놓으신 분이 있었다. 이글은 이 블로그를 참고해서 작성되었습니다.
http://hmhm.net/90  - 너른하늘님


'site link' 카테고리의 다른 글

XML 관련 site  (0) 2008.01.30
J2EE, 톰캣 , 스트럿츠  (0) 2008.01.30
각종 script 에디터 link  (0) 2008.01.30
이클립스 관련 site  (0) 2008.01.30
Oracle 관련 site  (0) 2008.01.30
출처 : http://www.idevelopment.info/data/Oracle/DBA_tips/Database_Administration/DBA_26.shtml

Oracle Created (Default) Database Users

by Jeff Hunter, Sr. Database Administrator

Overview

During database creation, Oracle creates several default database users or schemas. This article attempts to provide some insight and explain each of these default database users/schemas.

Oracle User Account Details

Default Users
Username Default Password Account Description
SYS change_on_install All of the base tables and views for the database's data dictionary are stored in the schema SYS. These base tables and views are critical for the operation of Oracle. To maintain the integrity of the data dictionary, tables in the SYS schema are manipulated only by Oracle; they should never be modified by any user or database administrator, and no one should create any tables in the schema of the user SYS.

The DBA should change the password for SYS immediately after database creation!!!

SYSTEM manager The SYSTEM username creates additional tables and views that display administrative information, and internal tables and views used by Oracle tools. Never create in the SYSTEM schema tables of interest to individual users.

SYSTEM is a little bit "weaker" user than SYS, for example, it has no access to so called X$ tables (the very internal structure tables of Oracle).

Although in real life you may be in a situation when some product or whatever you want to create objects in above mentioned user's schemas. Be flexible, don't sacriface a product only because it will create some objects in SYS or SYSTEM schema

The DBA should change the password for SYSTEM immediately after database creation!!!

DBSNMP dbsnmp Supports Oracle SNMP (Simple Network Management Protocol).

The Oracle Intelligent Agent requires a database logon for each SID that it manages. By default this account is called "DBSNMP" and the password is "DBSNMP". The account name and/or password SHOULD be changed from the default but you will need to make a few additional modifications. In the examples below, you will need to replace any information with brackets < > with the information from your system.

  1. Remove all Jobs and Events currently registered against this database.

  2. Stop the Intelligent Agent

    Oracle7 - Oracle8i
    % lsnrctl dbsnmp_stop

    Oracle9i
    % agentctl stop

  3. Edit the $ORACLE_HOME/network/admin/snmp_rw.ora file. Add the following parameter:

    SNMP.CONNECT.<connect_string>.NAME=<username>
    SNMP.CONNECT.<connect_string>.PASSWORD=<password>

    The variable <connect_string> is the exact listing of the database name as it appears in the snmp_ro.ora file.

    If <username> is the default (DBSNMP), there is no need to specify the user here. Only the password is required.

    On UNIX, set the following permission on the "SNMP_RW.ORA" file:

    % chmod 600 snmp_rw.ora

  4. Change the DBSNMP password on the database. You can use either Security Manager, Sqlplus, or Server Manager. If you use SQLPlus or Server Manager, you can issue the following command:

    SQL> alter user "dbsnmp" identified by "<newpassword>";

  5. Stop and restart the Intelligent Agent.
OUTLN outln Oracle8i adds the OUTLN user schema to support Plan Stability. The OUTLN user acts as a place to centrally manage metadata associated with stored outlines.

This user has DBA role. It is used for plan stability ie. to keep the same execution plans for the same queries even if your system configuration or statistics changes. Execution plans will be the same in different Oracle releases with different optimizers.

The DBA should either lock the user account or change the password for the OUTLN user immediately after database creation!!!

MDSYS mdsys Supports Oracle Spatial. Oracle Spatial is an integrated set of functions and procedures that enables spatial data to be stored, accessed, and analyzed quickly and efficiently in an Oracle8i database.

[..] The spatial attribute of a spatial feature is the geometric representation of its shape in some coordinate space. This is referred to as its geometry.

The DBA should either lock the user account or change the password for the MDSYS user immediately after database creation!!!

ORDSYS ordsys Supports Oracle8i Time Series. Oracle8i Time Series (in previous releases called the Oracle8 Time Series Cartridge) is an extension to Oracle8i that provides storage and retrieval of timestamped data through object types. Oracle8i Time Series is a building block for applications rather than being an end-user application in itself. It consists of data types along with related functions for managing and processing time series data.

The DBA should either lock the user account or change the password for the ORDSYS user immediately after database creation!!!

ORDPLUGINS ordplugins Supports Oracle interMedia. Oracle interMedia is a single product that enables Oracle8i to store, manage, and retrieve text, documents, geographic location information, images, audio, and video in an integrated fashion with other enterprise information. Oracle interMedia extends Oracle8i reliability, availability, and data management to text and multimedia content in Internet, electronic commerce, and media-rich applications as well as online Internet-based geocoding services for locator applications.

The DBA should either lock the user account or change the password for the ORDPLUGINS user immediately after database creation!!!

CTXSYS ctxsys Supports Oracle ConText Cartridge. Oracle8 ConText Cartridge provides powerful search, retrieval, and viewing capabilities for text stored in an Oracle8 database. In addition, ConText provides advanced linguistic processing of English-language text.

The DBA should either lock the user account or change the password for the CTXSYS user immediately after database creation!!!

DSSYS dssys Dynamic Services Secured Web Service. Dynamic Services Engine (DS Engine) allows creation, aggregation and deployment of services from a variety of content sources. At the moment, Dynamic Services supports content access from databases (SQL/PLSQL) as well as Internet applications (HTTP/HTTPS). DS Engine can interpret XML and HTML content along with the result sets returned from database access. DS Engine is integrated with Oracle Portal via a Web Provider mechanism. This integration allows all the services registered with DS Engine to be accessible as portlets.

The DBA should either lock the user account or change the password for the DSSYS user immediately after database creation!!!

PERFSTAT perfstat Oracle Statistics Package (STATSPACK) user that supersedes UTLBSTAT/UTLESTAT. The PERFSTAT user will hold all of the tables and packages for the performance diagnostic tool STATSPACK.

Created By: $ORACLE_HOME/rdbms/admin/spcusr.sql

WKPROXY change_on_install Used to support Oracle's Ultrasearch option. This feature (and user) was introduced in Oracle9i. The user account IS NOT locked by default is only assigned the "CREATE SESSION" privilege. None the less, this account is not locked by default and Oracle highly recommends that this default password be changed.

Created By: $ORACLE_HOME/ultrasearch/admin/wk0csys.sql

WKSYS change_on_install Used to support Oracle's Ultrasearch option. This feature (and user) was introduced in Oracle9i. The user account IS NOT locked by default and as you can see below, is granted the highly privileged role of DBA. Given that this user is granted the DBA role and is not locked by default, Oracle highly recommends that this default password be changed.

This support account is assigned the following privileges in Oracle9i:

  • CONNECT
  • RESOURCE
  • DBA
  • ALL PRIVILEGES
  • CTXAPP
  • CREATE PUBLIC SYNONYM
  • DROP PUBLIC SYNONYM
  • CREATE ANY VIEW
  • DROP ANY VIEW
  • CREATE ANY TABLE
  • DROP ANY TABLE
  • CREATE ANY INDEX
  • DROP ANY INDEX
  • CREATE ANY SEQUENCE
  • DROP ANY SEQUENCE
  • CREATE ANY TRIGGER
  • DROP ANY TRIGGER
  • JAVAUSERPRIV
  • JAVASYSPRIV
  • SELECT ON SYS.USER$
  • SELECT ON SYS.V_$PARAMETER
  • SELECT ON SYS.GV_$INSTANCE
  • SELECT ON SYS.V_$DATABASE
  • SELECT ON SYS.DBA_CONSTRAINTS
  • SELECT ON SYS.DBA_JOBS
  • SELECT ON SYS.DBA_DB_LINKS
  • SELECT ON SYS.DBA_ROLE_PRIVS
  • SELECT ON SYS.DBA_LOCK
  • SELECT ON SYS.DBMS_LOCK_ALLOCATED
  • SELECT ON SYS.PROCEDURE$
  • SELECT ON SYS.DBA_TABLES
  • SELECT ON SYS.DBA_VIEWS
  • SELECT ON SYS.DBA_TAB_COLUMNS
  • EXECUTE ON SYS.DBMS_LOCK
  • EXECUTE ON SYS.DBMS_PIPE
  • EXECUTE ON SYS.DBMS_REGISTRY

The default tablespace for this user will be "DRSYS" while its temporary tablespace will be "TEMP".

Created By: $ORACLE_HOME/ultrasearch/admin/wk0install.sql

WMSYS wmsys Used to store all the metadata information for Oracle Workspace Manager. This user was introduced in Oracle9i and (like most Oracle9i supporting accounts) is locked by default. The user account is locked because we want the password to be public but restrict access to the account to the SYS schema. So, to unlock the account, DBA privileges are required.

Created By: $ORACLE_HOME/rdbms/admin/owmctab.plb

XDB change_on_install Used to support SQL XML management: XML DB. This user is granted two roles: "RESOURCE" and "JAVAUSERPRIV". Oracle recommends changing the password for this user after creation. This user is configured with a default tablespace of "XDB" and a temporary tablespace of "TEMP".

Created By: $ORACLE_HOME/rdbms/admin/catqm.sql

ANONYMOUS ...IDENTIFIED BY VALUES 'anonymous' Used to support SQL XML management: XML DB. Allows HTTP access to Oracle XML DB. This user should only be used for HTTP logins. The account is locked near the end of the catqm.sql script.

Created By: $ORACLE_HOME/rdbms/admin/catqm.sql

ODM odm Used to support Oracle Data Mining. In Oracle9i, this user is granted the roles: "SELECT_CATALOG_ROLE", "HS_ADMIN_ROLE", "AQ_USER_ROLE". Oracle recommends changing the default password as the account IS NOT locked after creation. The default tablespace for this user is "ODM" with temporary tablespace "TEMP". The "ODM" tablespace is populated with segments from users ODM and ODM_MTR.

Created By: $ORACLE_HOME/dm/admin/dmcrt.sql

ODM_MTR mtrpw Used to support Oracle Data Mining. In Oracle9i, this user is granted "SELECT_CATALOG_ROLE" and "HS_ADMIN_ROLE". Oracle recommends changing the default password as the account IS NOT locked after creation. The default tablespace for this user is "ODM" with temporary tablespace "TEMP". The "ODM" tablespace is populated with segments from users ODM and ODM_MTR.

Created By: $ORACLE_HOME/dm/admin/dmcrt.sql

OLAPSYS mtrpw This user is create if OLAP option is installed and is used to create OLAP metadata structures. In Oracle9i, this user is granted "SELECT_CATALOG_ROLE" and "HS_ADMIN_ROLE". Oracle recommends changing the default password. The default tablespace for this user is "ODM" with temporary tablespace "TEMP". The "ODM" tablespace is populated with segments from users ODM and ODM_MTR.

Created By: $ORACLE_HOME/dm/admin/dmcrt.sql

TRACESVR trace Oracle Trace server. Supports Oracle Trace for OEM in Oracle7. Oracle Trace is used to collect a wide variety of data, such as performance statistics, diagnostic data, system resource usage, and business transaction details.

This user was last used in Oracle7 and can be dropped from databases using Oracle8 and higher.

REPADMIN Managed by DBA when user is created. Replication user. This user is manually created by the DBA using CREATE USER... This user is also created in the scripts: $ORACLE_HOME/ldap/admin/oidrsrms.sql and $ORACLE_HOME/ldap/admin/oidrsms.sql. Oracle recommends changing the default password if automatically created.

JSERV Accounts
The three JSERV accounts (AURORA$JIS$UTILITY$, AURORA$ORB$UNAUTHENTICATED and OSE$HTTP$ADMIN) are used internally by Enterprise Java Beans and CORBA Tools and created with randomly-generated passwords 'INVALID_ENCRYPTED_PASSWORD'.

These 3 scripts are launched by init_jis.sql script to install the Oracle Servlet Engine (OSE).

Changing their passwords would prevent the ORB from working. This is supposed to change in a future version so that you can change their password.

Username Default Password Account Description
AURORA$ORB$UNAUTHENTICATED <Random> Description: Create the public user for the Aurora/ORB. This is the identity any non-validated ORB client will run as. This is the user for users who don't authenticate in the Aurora/ORB

Created By: jisorb.sql

AURORA$JIS$UTILITY$ <Random> Description: Create the public user for the Aurora/ORB. This is the identity any non-validated ORB client will run as. This is the user for users who don't authenticate in the Aurora/ORB

Created By: jisbgn.sql

OSE$HTTP$ADMIN <Random> Description: Create the public user for the Aurora/ORB. This is the identity any non-validated ORB client will run as. This is the user for users who don't authenticate in the Aurora/ORB

Created By: jishausr.sql

Sample Schemas
Username Default Password Account Description
SCOTT tiger Well known and often referenced sample schema. Everyone should know about the magical emp and dept tables. VERY MANY examples in Oracle docs and not only are based on this schema so You should know it!

The user should be dropped in all production databases.

ADAMS    
JONES    
CLARK    
BLAKE    

Oracle9i Sample Schemas
The Oracle9i Sample Schemas provides installed schemas meant to be used for demonstration purposes only.
Username Default Password Account Details
HR hr Human Resources schema. The Human Resources division tracks information on the company's employees and facilities.
OE oe Order Entry schema requires "Oracle Spatial" option. The Order Entry division tracks product inventories and sales of the company's products through various channels.
PM pm Product Media schema requires "Oracle JVM" and "Oracle Intermedia" options. The Product Media division maintains descriptions and detailed information on each product sold by the company.
SH sh Sales History schema requires "Oracle OLAP Services" set up. The Sales History division tracks business statistics to facilitate business decisions.
QS qs Queued Shipping schema The Shipping division manages the shipping of products to customer. The sample company has decided to test the use of messaging to manage its proposed B2B applications.
QS_ES qs_es (Eastern Shipping)
QS_WS qs_ws (Western Shipping)
QS_OS qs_os (Overseas Shipping)
QS_CB qs_cb (Customer Billing)
QS_CS qs_cs (Customer Service)
QS_ADM qs_adm (Administration)
QS_CBADM qs_cbadm (Customer Billing Administration)

'Oracle > ORACLE 일반' 카테고리의 다른 글

oracle 설치 후(10g) Lock 걸린 유저 풀어주기  (0) 2008.11.12
* JAVA_HOME 변수값
C:\Java\jdk1.5.0_16;

* Path 변수값
%JAVA_HOME%\bin;
 
* CLASSPATH 변수값
.;%JAVA_HOME%\lib;%JAVA_HOME%\lib\tool.jar;

* CATALINA_HOME
C:\Dev_tool\Tomcat 5.5


'Java' 카테고리의 다른 글

TOMCAT/Weblogic 설정관련 링크  (0) 2008.10.15

==================================================================================

XML 싸이트

-----------------------------------------------------------------------------------

안항준의 XML : http://my.netian.com/~aphise/

XML 스터디 : http://www.xmlstudy.co.kr/

김종민의 XML : http://xml.80port.net/

XML Developer Group : http://xml.geonji.co.kr/

Rapsodie's XML Resource : http://user.chollian.net/~rapsodie/main.html

용어사전과 XML : http://trio.co.kr/

HowXML : http://www.howxml.com/

군산대학교 XML 연구실 : http://xmlab.kunsan.ac.kr/

XML 강좌 링크 : http://www.howon.ac.kr/~ktlim/lecture/xml/xml-index.htm

코리아 인터넷 XML 강좌 : http://korea.internet.com/channel/index.asp?cid=193

XML 홈페이지 만들기 강의 자료 : http://muse.inchon.ac.kr/jschae/internet_xml.html

XML 강의 자료 : http://kuic.kyonggi.ac.kr/~ejlee/xml/#course-note

XML 강의 : http://hyejeon.ac.kr/%7Ekrkuki/xmlq_1.html

자바지기 XML 강좌 : http://wiki.javajigi.net/display/XML/Home

'site link' 카테고리의 다른 글

최신 공개 한글 글꼴 정리  (0) 2008.09.15
J2EE, 톰캣 , 스트럿츠  (0) 2008.01.30
각종 script 에디터 link  (0) 2008.01.30
이클립스 관련 site  (0) 2008.01.30
Oracle 관련 site  (0) 2008.01.30

--------------------------------------------------------------------------------------

(J2EE 개발 및 JSP 개발시 유용한 플러그인)

1. 다운로드 주소

롬보즈 다운로드 링크 : http://forge.objectweb.org/projects/lomboz

2. 직접 다운

미국 : http://download.us.forge.objectweb.org/lomboz/lomboz.213.zip

프랑스 : http://download.fr2.forge.objectweb.org/lomboz/lomboz.213.zip

중국 : http://download.zh.forge.objectweb.org/lomboz/lomboz.213.zip

c:eclipse라는 폴더에 압축을 해제.


---------------------------------------------------------------------------------------

(톰캣 개발시 유용한 플러그인)

1. 다운로드 주소

톰캣 플러그인 : http://www.sysdeo.com/eclipse/tomcatPlugin.html

2. 직접 다운

http://www.sysdeo.com/sysdeo/content/download/350/4721/file/tomcatPluginV31beta.zip

tomcatPluginV3.zip 다운 받아서 압축 해제해서

C:eclipseplugins 에 복사


---------------------------------------------

(스트럿츠 개발시 유용한 플러그인)

EasyStruts : eclipse 에서 스트럿츠 개발시 사용하는 플러그인.

1. 다운로드 : 주소

http://sourceforge.net/projects/easystruts

2. 직접 다운로드

http://prdownloads.sourceforge.net/easystruts/org.easystruts.eclipse_0.6.4.zip?download


------------------------------------------------

(스트럿츠)

1. 스트럿츠 다운

http://archive.apache.org/dist/struts/

2. 스트럿츠 직접 다운로드

http://ftp.apache-kr.org/struts/binaries/struts-1.2.7.zip

http://mirror.apache.or.kr/jakarta/struts/binaries/jakarta-struts-1.1.zip

(ANT 다운 로드)

http://www.apache.org/dist/ant/


------------------------------------------------

(스트럿츠 참고 싸이트)

자바 프레임워크(네이버 스트럿츠 카페) : http://cafe.naver.com/deve.cafe

'site link' 카테고리의 다른 글

최신 공개 한글 글꼴 정리  (0) 2008.09.15
XML 관련 site  (0) 2008.01.30
각종 script 에디터 link  (0) 2008.01.30
이클립스 관련 site  (0) 2008.01.30
Oracle 관련 site  (0) 2008.01.30

'site link' 카테고리의 다른 글

XML 관련 site  (0) 2008.01.30
J2EE, 톰캣 , 스트럿츠  (0) 2008.01.30
이클립스 관련 site  (0) 2008.01.30
Oracle 관련 site  (0) 2008.01.30
My sql site  (0) 2008.01.30


==================================================================================

이클립스 eclipse 3.0.2 다운로드 정리

한국의 미러 싸이트 : http://eclipse.areum.biz/downloads/

이클립스 3.0.2 : http://eclipse.areum.biz/downloads/drops/R-3.0.2-200503110845/eclipse-SDK-3.0.2-win32.zip

언어팩 : http://eclipse.areum.biz/downloads/drops/L-3.0.1_Translations-200409161125/NLpack-eclipse-SDK-3.0.x-win32.zip

톰캣 플러그인 : http://www.sysdeo.com/sysdeo/content/download/350/4721/file/tomcatPluginV31beta.zip

롬보즈 : http://download.fr2.forge.objectweb.org/lomboz/org.objectweb.lomboz_3.0.1.N20050106.zip

롬보즈 실행을 위한 도구 : http://download.fr2.forge.objectweb.org/lomboz/emf-sdo-runtime-2.0.0.zip (롬보즈를 쓰려면 같이 다운받아서 압축 풀어 쓴다.)


롬보즈 사용 예제 모음(영어) :http://www.objectlearn.com/support/docs/index.jsp


이클립스 플러그인 : http://www.eclipse-plugins.info/eclipse/index.jsp


==================================================================================

자카르타 Ant 한글 싸이트 : http://ant.apache-korea.org/

자카르타 Ant 다운로드 : http://ant.apache.org/bindownload.cgi

ant 직접 다운 로드 : http://ftp.apache-kr.org/ant/binaries/apache-ant-1.6.5-bin.zip


==================================================================================

이클립스 eclipse 3.1.1 다운로드 정리


한국의 미러 싸이트 : http://eclipse.areum.biz/downloads/

이클립스 3.1.1 : http://eclipse.areum.biz/downloads/drops/R-3.1.1-200509290840/download.php?dropFile=eclipse-SDK-3.1.1-win32.zip

언어팩 : ftp://ftp.jaist.ac.jp/pub/eclipse/eclipse/downloads/drops/L-3.1.1_Language_Packs-200510051300/NLpack1-eclipse-SDK-3.1.1a-win32.zip

톰캣 플러그인 : http://www.sysdeo.com/eclipse/tomcatPlugin.html

직접 다운 : http://www.sysdeo.com/sysdeo/content/download/350/4721/file/tomcatPluginV31beta.zip

롬보즈 플러그인 : http://forge.objectweb.org/projects/lomboz

http://download.fr2.forge.objectweb.org/lomboz/

lomboz-emf-gef-jem-3.1RC2 : http://download.fr2.forge.objectweb.org/lomboz/lomboz-emf-gef-jem-3.1RC2.zip


----------------------------------------------------------------------------------------

WTP all : http://ftp.jaist.ac.jp/pub/eclipse/webtools/downloads/drops/R-0.7-200507290654/wtp-all-in-one-0.7-win32.zip


----------------------------------------------------------------------------------------

기타 플러그인 정리

롬보즈3.1RC2 : http://download.fr2.forge.objectweb.org/lomboz/lomboz-3.1RC2.zip

lomboz/lomboz-eclipse-emf-gef-jem-3.1RC2 : http://download.fr2.forge.objectweb.org/lomboz/lomboz-eclipse-emf-gef-jem-3.1RC2.zip

EMF : ftp://ftp.jaist.ac.jp/pub/eclipse/tools/emf/downloads/drops/2.1.1/R200509281310/emf-sdo-xsd-SDK-2.1.1.zip

GEF : ftp://ftp.jaist.ac.jp/pub/eclipse/tools/gef/downloads/drops/R-3.1.1-200509301327/GEF-ALL-3.1.1.zip

VE : ftp://ftp.jaist.ac.jp/pub/eclipse/tools/ve/downloads/drops/R-1.1.0.1-200509071822/VE-SDK-1.1.0.1.zip

UML2 : ftp://ftp.jaist.ac.jp/pub/eclipse/tools/uml2/downloads/drops/1.1.1/R200509282050/uml2-SDK-1.1.1.zip

JEM : ftp://ftp.jaist.ac.jp/pub/eclipse/tools/ve/downloads/drops/R-1.1-200507221721/JEM-SDK-1.1.zip

WTP : ftp://ftp.jaist.ac.jp/pub/eclipse/webtools/downloads/drops/R-0.7-200507290654/wtp-all-in-one-0.7-win32.zip

eclipseUML : http://www.eclipsedownload.com/eclipseUML_freeEdition_2.1.0/eclipseUML_E310_freeEdition_2.1.0.20050927.jar


----------------------------------------------------------------------------------------

데이타베이스 관련 이클립스 플러그인

----------------------------------------------------------------------------------------

DBEdit : http://sourceforge.net/projects/dbedit/

DBEdit Down : http://jaist.dl.sourceforge.net/sourceforge/dbedit/dbedit_1.0.3_1.bin.dist_3.X.zip


SQLExplorer : http://sourceforge.net/projects/eclipsesql/

SQLExplorer down : http://keihanna.dl.sourceforge.net/sourceforge/eclipsesql/net.sourceforge.sqlexplorer_2.2.4.zip


quantumDB : http://quantum.sourceforge.net/

quantumDB 다운 : http://keihanna.dl.sourceforge.net/sourceforge/quantum/com.quantum.feature_3.0.1.bin.dist.zip

'site link' 카테고리의 다른 글

J2EE, 톰캣 , 스트럿츠  (0) 2008.01.30
각종 script 에디터 link  (0) 2008.01.30
Oracle 관련 site  (0) 2008.01.30
My sql site  (0) 2008.01.30
JAVA & JSP site  (0) 2008.01.30

+ Recent posts