JBoss and related settings

xiaoxiao2021-03-06  68

JBoss download

http://www.jboss.org/downloads/index#as

http://www.jboss.org/downloads/old_jbossas

Modify the Eclipse default Workspace value: /configuration/org.eclipse.ui.IDE/recentworkspaces.xml file

Using the Lomboz plugin, the newspaper can't find javax.servlet.jar, jboss-boot.jar question: 1) Search for a servlet.jar file in Tomcat to renamed javax.servlet.jar copied to JBoss-3.2.6 / server / default / LIB.

2) JBoss-boot.jar finds a previous version, such as the copy of JBoss3.08.

Configuration information for Lomboz Server (JBoss) in Eclipse:

You can find a corresponding profile in% eclipse_homen.jdt.j2ee_3.0.0 / servers directory, such as jboss32x.server.

[Mysql] start mysqld

Compiled complete debugging and automatic memory allocation checks, symbolic connections, InnoDB, and BDB tables.

MySQLD-OPT

Optimized binary table does not support transaction processing.

MySQLD-NT

Optimized version of the NT / 2000 / XP platform, support named pipes. You can also run this version in Windows 9X / ME, but you don't have a named pipe here, and TCP / IP must be installed.

MySQLD-MAX

Optimized binary, support symbolic connection, InnoDB and BDB tables.

MySQLD-MAX-NT

With MySQLD-Max, and support named pipes.

MySQL.Server Start (UNIX)

stop

mysqladmin Shutdown

mysqladmin -u root -p shutdown

- Stop as a service

Net Stop MySQL

MySQLD-MAX-NT - Remove

change Password

Use mysql;

Update user set password = password ('new password') where user = 'root'

Authorization management

Grant SELECT, INSERT, UPDATE, DELETE ON *. * TO

User @ Host Identified by 'PWD';

Grant All Privileges on Addbook. * to

ZZF @ localhost identified by '111111';

Revoke delete on addbook. * from

ZZF @ localhost;

Revoke All privileges on addbook. * from

ZZF @ localhost;

View status status

Profile C: /Winnt/my.ini

* my.ini / my.cnf

CVS 1. Set good CVS path.

2. Get Cocoon:

CVS -D: PServer: anoncvs@cvs.apache.org: / home / cvspublic login (Password AnonCVS)

CVS -D: PServer: anoncvs@cvs.apache.org: / home / cvspublic -z3 Checkout -r Cocoon_20_branch XML-Cocoon2

3. CVSNT, WinCVS slightly.

转载请注明原文地址:https://www.9cbs.com/read-91713.html

New Post(0)