Glassfish2.1.1 installation and deply tips
在eclipse+tomcat6 + Jdk1.6的環境下開發,然後用ant打包釋出在glassfish下,build.xml
http://zenzuguo.itpub.net/resource/4639/31874
0. set java_home and path in enviroment to jdk1.6, remove jdk1.5 from path
1. install glassfish-installer-v2.1.1-b31g-windows-ml.jar
2. java -Xmx256m -jar glassfish-installer-v2.1.1-b31g-windows-ml.jar
3. cd glassfish 4. ant -f setup.xml 0. should working in JDK1.6
1. add sun-web.xml
2. remove --asm-1.5.3.jar --asm-attrs-1.5.3.jar --cglib-2.1_3.jar --xercesImpl-2.6.2.jar --xml-apis-1.0.b2.jar
3. add bellow jars --asm-all-3.3.jar --backport-util-concurrent-2.2.jar --cglib-2.2.jar replace login.jsp
issue:
1. glassfish create more than 10G log files in few mins. check jre in bellow file. set it as: set AS_JAVA=C:jdk1.6.0_17jre/.. glassfishconfigasenv.bat set JAVA_HOME=C:jdk1.6.0_17 set path=%JAVA_HOME%bin;%path% java -version asadmin start-domain domain1
sun-web.xml
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/106285/viewspace-1058502/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- IOMESH Installation
- 2.3.3.2 Application InstallationAPP
- A Tomcat 8.0 installation is expectedTomcat
- Tips
- VSCode TipsVSCode
- idea tipsIdea
- Tips: EloquentModel
- NPM TipsNPM
- AutoLayout Tips
- Tips HTMLHTML
- Linux TipsLinux
- 前端 - tips前端
- Matplolib Tips
- NumPy Tips
- Adding Drivers into VMWare ESXi Installation Image
- 07-Plugin ‘scala’ is incompatible with this installationPlugin
- Include manifest for over-the-air installationAI
- Visual Studio Tips
- laravel migrations : tipsLaravel
- 雜項 tips
- jQuery tips and tricksjQuery
- PostgreSQL PSQL tipsSQL
- typescript + amd tipsTypeScript
- Python常用TipsPython
- 《iOS Tips 一》iOS
- Windows Server 2019 Installation 安裝.net 3.5WindowsServer
- [Bash] Curly braces tips
- postman 工具使用TipsPostman
- 2、Flutter Tips - MediaQuery;Flutter
- Embedding Kotlin Playground TipsKotlin
- swift tips - 1~10Swift
- Mac && Xcode 日常TipsMacXCode
- iOS - Tips - 黑魔法iOS
- After mysql installation, we need to change the password of root as belowMySql
- Spring security config httpSecurity tipsSpringHTTP
- Vim tips——Working with external commands
- Metasploit技巧命令支援tips
- 導航網頁Tips網頁
- Flutter 效能優化 TipsFlutter優化