.... with MySQL as database back-end and OpenOffice integration.
Alfresco-and-OpenOffice
Thursday, March 20, 2008
Wednesday, March 12, 2008
EJBCA on Weblogic 9
You do not need the administrative Gui to perform start, stop, deploy or undeploy on Weblogic.
To be able to use the command line you have to enable tunneling (no restart required).
In the gui go to "Environment -> Servers -> myserver(admin) -> Protocols -> Enable Tunneling"
On the command line edit bea/weblogic92/server/bin/config/config.xml and add the following to the <server> section (restart required):
<tunneling-enabled>true</tunneling-enabled>
After this you can use the command line tools. For exampel:
java weblogic.Deployer -user weblogic -password weblogic -name mymodule -undeploy
java weblogic.Deployer -user weblogic -password weblogic -name mymodule -deploy -source /home/jboss/ejbca/dist/ejbca.ear
java weblogic.Deployer -user weblogic -password weblogic -name mymodule -stop
java weblogic.Deployer -user weblogic -password weblogic -name mymodule -start
To be able to use the command line you have to enable tunneling (no restart required).
In the gui go to "Environment -> Servers -> myserver(admin) -> Protocols -> Enable Tunneling"
On the command line edit bea/weblogic92/server/bin/config/config.xml and add the following to the <server> section (restart required):
<tunneling-enabled>true</tunneling-enabled>
After this you can use the command line tools. For exampel:
java weblogic.Deployer -user weblogic -password weblogic -name mymodule -undeploy
java weblogic.Deployer -user weblogic -password weblogic -name mymodule -deploy -source /home/jboss/ejbca/dist/ejbca.ear
java weblogic.Deployer -user weblogic -password weblogic -name mymodule -stop
java weblogic.Deployer -user weblogic -password weblogic -name mymodule -start
Monday, March 10, 2008
New page about scripts addons for EJBCA
Scipts for generating lots of users
Made by kinneh and MrsTidy 2007
Tested to generate 20.000 Users, be aware of diskusage (We used about 2GB)
...
http://wiki.ejbca.org/ejbca-scripts
Subscribe to:
Posts (Atom)