<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>JEE Study|JAVA EE|企业级开发学习网 - WAS</title>
    <link>http://jeestudy.com/forum-71-1.html</link>
    <description>Latest 20 threads of WAS</description>
    <copyright>Copyright(C) JEE Study|JAVA EE|企业级开发学习网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 30 Apr 2026 11:02:58 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://jeestudy.com/static/image/common/logo_88_31.gif</url>
      <title>JEE Study|JAVA EE|企业级开发学习网</title>
      <link>http://jeestudy.com/</link>
    </image>
    <item>
      <title>WAS:环境变量设置</title>
      <link>http://jeestudy.com/thread-103-1-1.html</link>
      <description><![CDATA[C:\\WAS8\\IBM\\WebSphere\\AppServer\\profiles\\AppSrv01\\config\\cells\\AngelPCNode02Cell\\nodes\\AngelPCNode02\\variables.xml

这个就是was环境变量的配置文件，如果在console控制台修改了was环境变量无法启动，可以到这个文件直接修改。
 ...]]></description>
      <category>WAS</category>
      <author>JeeStudy</author>
      <pubDate>Wed, 30 Aug 2017 04:43:26 +0000</pubDate>
    </item>
    <item>
      <title>WAS部署war包：java.lang.OutOfMemory</title>
      <link>http://jeestudy.com/thread-101-1-1.html</link>
      <description><![CDATA[WAS 在部署 war包时 报错：java.lang.OutOfMemory

原因：war包太大

解决：...\\IBM\\WebSphere\\AppServer\\bin\\wsadmin.bat 修改这个文件中的如下信息：
set PERFJAVAOPTION=-Xms256m -Xmx256m -Xquickstart


如果是在程序部署成功后报这个错误

原因：运行时内存太小
 ...]]></description>
      <category>WAS</category>
      <author>JeeStudy</author>
      <pubDate>Thu, 10 Aug 2017 05:35:40 +0000</pubDate>
    </item>
    <item>
      <title>Eclipse 中WAS8.0 远程debug</title>
      <link>http://jeestudy.com/thread-44-1-1.html</link>
      <description><![CDATA[1.
[*]WebSphere Application Server 选中自己正在使用的server服务器



2.找到“其它属性” 调试服务


3.勾选“在服务器启动时启动服务”，设置端口（或用默认），这个端口要在Eclipse中使用


4.找到Eclipse（MyEclipse），Run


5.点击“Debug Configurations”


 ...]]></description>
      <category>WAS</category>
      <author>JeeStudy</author>
      <pubDate>Tue, 10 Jan 2017 07:47:47 +0000</pubDate>
    </item>
    <item>
      <title>WAS 修改JAVA HOME variables.xml路径</title>
      <link>http://jeestudy.com/thread-40-1-1.html</link>
      <description><![CDATA[C:\\Program Files (x86)\\IBM\\WebSphere\\AppServer\\profiles\\AppSrv01\\config\\cells\\AngelPCNode01Cell\\nodes\\AngelPCNode01\\variables.xml
如果在控制台修改了WAS 的 JAVA HOME 可以在这个配置文件中进行修改

  





 ...]]></description>
      <category>WAS</category>
      <author>JeeStudy</author>
      <pubDate>Sat, 03 Dec 2016 02:21:54 +0000</pubDate>
    </item>
    <item>
      <title>WAS 通过配置文件修改堆大小</title>
      <link>http://jeestudy.com/thread-39-1-1.html</link>
      <description><![CDATA[C:\\Program Files (x86)\\IBM\\WebSphere\\AppServer\\profiles\\AppSrv01\\config\\cells\\AngelPCNode01Cell\\nodes\\AngelPCNode01\\servers\\server1\\server.xml
    
      
      
    




WAS 在控制台修改了堆 ...]]></description>
      <category>WAS</category>
      <author>JeeStudy</author>
      <pubDate>Sat, 03 Dec 2016 01:55:30 +0000</pubDate>
    </item>
    <item>
      <title>java.net.URISyntaxException</title>
      <link>http://jeestudy.com/thread-38-1-1.html</link>
      <description><![CDATA[环境：win server 2008 R2
WAS：7.0.0.11

异常：java.net.URISyntaxException: Illegal character in path at index 16: file:/C:/Program Files (x86)/IBM/WebSphere/AppServer/profiles/AppSrv02/installedApps/WIN-PCNode02Cell/XXX_war.ear/XXX_bj.war/WEB-INF/cla ...]]></description>
      <category>WAS</category>
      <author>JeeStudy</author>
      <pubDate>Fri, 02 Dec 2016 01:08:25 +0000</pubDate>
    </item>
    <item>
      <title>WAS数据源配置</title>
      <link>http://jeestudy.com/thread-24-1-1.html</link>
      <description><![CDATA[1.先配置一个用户名和密码[/backcolor]

在 安全性 - 全局安全性 - JAVA认证和授权服务（JAAS）- J2C认证数据[/backcolor] 菜单下新建认证数据
点击 新建 按钮：


2.配置环境变量，目的是配置JDBC驱动的时候需要能够找到Oracle的驱动包。[/backcolor]


3.创建新的 JDB ...]]></description>
      <category>WAS</category>
      <author>JeeStudy</author>
      <pubDate>Tue, 06 Sep 2016 02:26:46 +0000</pubDate>
    </item>
    <item>
      <title>WAS 过期 无法启动怎么办？</title>
      <link>http://jeestudy.com/thread-23-1-1.html</link>
      <description><![CDATA[WAS 过期怎么办？WAS 过期无法启动怎么办？

方法很简单：

进入到was目录下如IBM\\WebSphere\\AppServer\\properties下，找到“was.license”这个文件，手工将其删除，重新启动was即可。


举例：C:\\Program Files (x86)\\IBM\\WebSphere\\AppServer\\properties\\was.license
 ...]]></description>
      <category>WAS</category>
      <author>JeeStudy</author>
      <pubDate>Tue, 06 Sep 2016 01:18:03 +0000</pubDate>
    </item>
  </channel>
</rss>