Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
Buildfile: build.xml
setup-db:
    \[input\] Please enter MySQL host name: \[localhost\]
    \[input\] Please enter MySQL port: \[3306\]
    \[input\] Please enter MySQL database name: \[jwdb\]
    \[input\] Please enter MySQL username: \[root\]
    \[input\] Please enter MySQL password: \[\]
create-db:
     \[echo\] Creating database, please wait...
Enter password: 
     \[exec\] ERROR 1050 (42S01) at line 24: Table 'SHKActivities' already exists
     \[exec\] Result: 1
create-profile:
    \[input\] Please enter profile name to create: \[default\]
     \[copy\] Copying 1 file to /home/mpos/opt/joget1/joget-linux-3.0.0/wflow
     \[copy\] Copying 1 file to /home/mpos/opt/joget1/joget-linux-3.0.0/wflow
setup:
BUILD SUCCESSFUL
Buildfile: build.xml

setup-db:

Wiki Markup
    \[input\] Please enter MySQL host name: \[localhost\]

Wiki Markup
    \[input\] Please enter MySQL port: \[3306\]

Wiki Markup
    \[input\] Please enter MySQL database name: \[jwdb\]

Wiki Markup
    \[input\] Please enter MySQL username: \[root\]

Wiki Markup
    \[input\] Please enter MySQL password: \[\]

create-db:

Wiki Markup
     \[echo\] Creating database, please wait...

Enter password: 

Wiki Markup
     \[exec\] ERROR 1050 (42S01) at line 24: Table 'SHKActivities' already exists

Wiki Markup
     \[exec\] Result: 1

create-profile:

Wiki Markup
    \[input\] Please enter profile name to create: \[default\]

Wiki Markup
     \[copy\] Copying 1 file to /home/mpos/opt/joget1/joget-linux-3.0.0/wflow

Wiki Markup
     \[copy\] Copying 1 file to /home/mpos/opt/joget1/joget-linux-3.0.0/wflow

setup:

BUILD SUCCESSFUL

i assume it works.. and after i execute tomcat6.sh i got ---->

...