eGovFrame 표준프레임워크 포털

메뉴 건너띄기
상단메뉴 바로가기
본문 바로가기

이 누리집은 대한민국 공식 전자정부 누리집입니다.

본문 영역

We provide technical issue resolution support through Application Support, FAQ, and Q&A boards.

Development Environment
web enterprise
  • Writer

    g**y

  • Date Asked

    2023-05-26

  • Views

    1365

  • Nationality

    PH

  • Email Reply

    Y

  • STATUS

    Complete

Question


How to start up this web enterprise project?

We already create all tables all_ebt_ddl_mysql, but it is still not working

https://www.egovframe.go.kr/wiki/doku.php?id=egovframework:dev4.0:imp:editor:create_template_project_wizard

Best,

Answer

Hi, This is eGovFrameWork Center.

Since the Enterprise Template project is a web application
A web application server (WAS, ex:Tomcat) is required to get started.

After importing the project into an IDE like Eclipse and setting up the database in the
configure the database settings in the configuration file, and then
Start the project through the WAS you set up in the IDE.

If it starts up successfully, you will see the login screen
You can log in through the [admin/1] or [usre1/1] account.

If it does not start normally, refer to the error message in the IDE console window
error message in the IDE Console window and modify the settings or sources while trying to get the
settings or sources.

Thank you.