0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

jboss色々

Last updated at Posted at 2025-11-09

どこまできちんとまとめたいが

posgre構築手順

近日公開

eclipseでjboss使う方法

近日公開

最終版pom.xml

jbossデータソース作成手順は以下を参照

data-source add --name=PostgresDS --jndi-name=java:/PostgresDS --driver-name=postgres  --connection-url=jdbc:postgresql://192.168.2.169:5632/add3 --user-name=kenken --password=kenken

サーブレットのデータソースプログラム

近日公開

jbossユーザ、グループ情報

add-user.bat実行後に
以下のファイルに存在します。

ユーザー 'kenken' をファイル 'C:\pleiades\2025-09\jboss-eap-8.0\standalone\configuration\mgmt-users.properties' に追加しました。
ユーザー 'kenken' をファイル 'C:\pleiades\2025-09\jboss-eap-8.0\domain\configuration\mgmt-users.properties' に追加しました。
グループ '' のユーザー 'kenken' をファイル 'C:\pleiades\2025-09\jboss-eap-8.0\standalone\configuration\mgmt-groups.properties' に追加しました
グループ '' のユーザー 'kenken' をファイル 'C:\pleiades\2025-09\jboss-eap-8.0\domain\configuration\mgmt-groups.properties' に追加しました
続行するには何かキーを押してください . . .

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?