deployment from commnad line in weblogic 7

Sometimes it could be a problem to deploy/redeploy application from command line.
Sequence that works for me.
1. Stop weblogic
2. Remove all .wlnotdelete (server folder, and application folder)
3. Remove old apploction entries from config.xml
4 .start weblogic
5. issue deployment command

java -Dweblogic.security.SSL.trustedCAKeyStore=truestedcerts.keystore -cp /license/bea:/weblogic/live/server/lib/weblogic.jar weblogic.Deployer -adminurl t3s://admin.server.org:8012 -debug -verbose -userconfigfile WebLogicConfig.properties -userkeyfile WebLogicKey.properties -name APPLICATIONNAME -source /path/to/application/APPLICATION.ear -activate

weblogic 7 application redeployment

java -Dweblogic.security.SSL.trustedCAKeyStore=TrustedKeysKeystore.keystore -cp /license/bea:/opt/weblogic/live/server/lib/weblogic.jar weblogic.Deployer -url t3s://myAdminServer.instance.org:7012 -userconfigfile WebLogicConfig.properties -userkeyfile WebLogicKey.properties -activate -name myApplicationName -source myApplicationEar.ear -targets myInstanceName

i znowu z c cyklu slownictwo

Curiosity killed the cat – w wolnym tlumaczeniu – ciekawosc to pierwszy stopien do piekla

http://www.phrases.org.uk/meanings/curiosity-killed-the-cat.html

i znow z kategori slang dac piecset funtow

give a monkey

comparison 8.1 and 9.2 – shortcut

There shouldn’t be any additional cost on upgrading licenses it depends on Company agreement with BEA.

 

Additional cost is related to applications and operational environment adaptation to new version.

 

 

Benefits:

New versions of technologies are supported: J2EE 1.4 and JDK 1.5 and in 64-bit JVM.

All supported configurations on page:

 

 http://edocs.bea.com/wls/docs92/notes/new.html#wp1244325

 

Comparing to WLS 8.1 (J2EE 1.3 and JDK 1.4 on 32-bit JVM)

 

http://edocs.bea.com/wls/docs81/notes/new.html#1182609

 

New version of JDK gives you performance gain on the same hardware, and possibility to run on new types of hardware and OS.

Good example is multicore Sun Sparc T2000 (http://www.sun.com/servers/coolthreads/se_t2000/index.xml)

 

 

Some additional links:

 

 

Good comparison JVM performance comparison:

 

http://www.spec.org/osg/jbb2000/results/jbb2000.html

 

Some Application Servers Comparison

 

http://www.spec.org/jAppServer2004/results/jAppServer2004.html

 

 

Differences between 8 and 9 versions of weblogic

 

http://edocs.bea.com/wls/docs92/notes/new.html

http://edocs.bea.com/wls/docs90/notes/new.html

http://edocs.bea.com/wls/docs81/notes/new.html

slownictow okreslenie na geja

fudge packer -  w wolnym tlumaczniu ktos kto drugiemu wsadza/pakuje w tylek/dupe/pupe – nie porzebne skreslic

cert7.db to cert8.db conversion SSL from SOWS 6.0 to 6.1

If you want to convert SSL database of Sun One (iplanet) you need to issue:

certutil -L -X -d path_to_folder_with_database

switch ‘-X’ is important

then will be created in current working dir cert8.db file