• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

WSAD 5 Question....Help..

 
Ranch Hand
Posts: 103
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am going to be upgrading from WSAD 4 to WSAD 5 and I would like to know what JDK and J2EE does WSAD 5 uses...
If i wanted to update JDK and J2EE on WSAD 5..
How???
Thanks in advance....
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
wsad5 use jdk 1.3 or 1.4 and j2ee 1.2 or 1.3
 
sam patel
Ranch Hand
Posts: 103
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Jos� Garulfo:
wsad5 use jdk 1.3 or 1.4 and j2ee 1.2 or 1.3


Thank you for your reply...
How can i change from 1.3 to 1.4 because, i want to use a string class which in 1.4 has replaceAll method. while 1.3 has only replace method.
I created a string in wsad 5 but it seems to be using 1.3...
is ther something in preferences that i can change from 1.3 to 1.4...
Again Thanks....
 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Use this page to view and change the Java virtual machine (JVM) configuration for the application server's process.
To view this administrative console page, click Servers > Application Servers > server_name > Process Definition > Java Virtual Machine.
or if you run the WAS5.0 locally then click on the below link
http://localhost:9090/admin/secure/help_console.jsp?helpfile=com.ibm.ws.console.appmanagement/nl/en/urun_rapp_instw.html&anchor=app_deploy_path
 
Grow a forest with seedballs and this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic