WebObjects 5.2.1/Java 1.4.1 Deployment Question
WebObjects 5.2.1/Java 1.4.1 Deployment Question
- Subject: WebObjects 5.2.1/Java 1.4.1 Deployment Question
- From: Donna Yorukoglu <email@hidden>
- Date: Wed, 18 Jun 2003 09:54:42 -0400
After reading the KB article
http://docs.info.apple.com/article.html?artnum=75505, I'm wondering if
the following scenario will work:
I have a WebObjects 5.2 deployment server with Java 1.3.1 (no WO
5.2.1/Java 1.4.1 upgrades were performed). I would like to upgrade my
development machine to WO 5.2.1, Java 1.4.1 and perform Method 1
(listed below) as described in the KB article. Can I deploy new
applications and re-deploy old ones on my server without a problem?
Thanks,
D.
Donna Yorukoglu
Applications Systems Analyst/Programmer - Senior
Outreach Information Systems
email@hidden
Method 1
Use this method on a project under development. This changes the Java
compiler, debugger, and VM used by Project Builder.
1. Select the main (first) target from Project Builder's Targets tab.
2. Select Expert View from Settings.
3. Click "+" to add a variable named JAVA_COMPILER.
4. Set JAVA_COMPILER to
/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Commands/
javac
5. Set JAVA_DEBUGGER to
/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Commands/jdb
6. Set JAVA_VM to
/System/Library/Frameworks/JavaVM.framework/Versions/1.3.1/Commands/java
7. Rebuild the project.
If this method is used for development, method 2, listed in the next
section, is not required for deployment.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.