Is there WebSphere Applicatin Server free edition available for non-production usage. I don't mean WebSphere Applicatin Server Community edition, which is WAS bannered Apache Geronimo AS. If making no mistake i had seen it somewhere on IBM DW site, but can't locate any more.
Thanks a lot!
...
I have a top-down EJB Webservice (deployed on Websphere 6.01) that hangs the first time I call it after starting the JVM. If I see the logs, it seems to do everything normal that I expect it to (retrieving data from database) and I see all sysouts printed till the very last statement in EJB method. But client never gets the response back...
I develop application run in Websphere work manager. work manager is used to run thread in the webpshere applications erver.
Every 5 minutes my thread try to get some data from MySQL database from the different host from the application server machine.
When the Host of MySql database turned off, The work manager always try to connect t...
Hi,
I get the following error...
Unsupported configuration attributes: [permitAll]
When adding ....
<sec:intercept-url pattern="/nonsecure/**" access="permitAll" />
I'm on Websphere with Spring 2.5.
Can anyone help?
Jeff Porter
...
As you know, Was V7 has the function to configure log in Admin console. But, I want to modify these configurations via my code. So, does it exist some APIs to help me to implement this in Was V7?
Thanks.
Joseph
...
I am new to WebSphere application server. I need to make minor changes on the server.
I don't know how to launch the Admin console.
...
When I log out of an application on WebSphere and back on, the LTPA token is unchanged. I thought it would change because session tokens are supposed to be unpredictable.
...
Newbie: I have an assignment as a Java/Websphere developer working with Oracle 10G DBA and a PL/SQL developer to implement file system storage of images and I need some guidelines on how to go about this. THANKS A MILLION FOR ANY POINTERS
...
Hello,
I have a question about session management. Here's the scenario.
There are 3 groups of users on the same network. There is a J2EE application that is set to end a user's session after 60 minutes. The groups are A, B and C. Now Group A, B and C all log into the J2EE application and start using it. Group A users can use the appli...
I've noticed that both ways of looking up a DataSource using JNDI work:
jdbc/DataSource
java:comp/env/jdbc/DataSource
With the added bonus that the first one doesn't seem to anger Websphere when used from an unmanaged thread ( started by Quartz ).
Are there any pitfalls from accessing JNDI objects without the prefix?
...
In websphere admin console, we can change the log configuration , for example, the log file name, rolloverSize and log level and so on. After we saved the change in console, if we choose run time and chose write the file to xml. In this case, the log configuraiton change will be write to config file (such as: \config\cells\SENLI-XPNode01...
Hi All, I am using struts 2. I need a file upload control in a jsp. I added that control by using the following code snnipet:
<ww:file name="upload" label="FileUpload" />
It is working fine on my local jboss server (Windows machine)
But when i deploy this code on web sphere server (Linux machine) everything works fine except backspa...
I would like to get the value of the Websphere variable APP_INSTALL_ROOT from a java class. How can this be done.
...
When working with Websphere 7.0, RuntimeExceptions thrown from the Filter.doFilter are wrapped in a ServletException, instead of being propagated as they are.
Is there any way of configuring Websphere to throw the original exception instead of wrapping it?
...
I'm getting this exception when trying to access a JAX-WS webservice running on the same WAS 7.0 server as the client.
Caused by: javax.xml.ws.WebServiceException: java.io.IOException: Unable to deserialize the Subjects in this Context, cause: the realms do not match
I have a realm set up for user authentication and this call works fi...
Hey Guys,
I have reviewed the previous Jconsole/WAS questions but I need some additional help. When I try and run my script to launch jconsole with Websphere 6.1 (Security enabled) I get this error:
The java class is not found: sun.tools.jconsole.JConsole
This is the script I am running:
echo off
set HOST=localhost
set PORT=13620
...
All,
At the moment I have a C# service that is reading messages off the queue (Websphere MQ) and writing them in a database.
Everytime I do a GET the message dissappears from queue. I would like an additional functionality though. I prefer to read a message off the queue and remove it in from the queue only after the write in the datab...
My goal is pretty simple: to use ant to build an EAR which contains 1 EJB and 1 jar containing all of the dependencies. This jar, called common.jar for the sake of example has vendor jar files in it as well as other xml files that the EJB depends on and will need to be able to see during runtime....
So far I have everything packaged cor...
Hi,
I was able to successfully deploy liferay in both websphere 6.1 and 7.0 version.
Also my portlets which are developed using spring portlet mvc are listed in add content.
I am using the following view resolver of spring framework to route the control to respective portlet jsps
When i include my portlet under the page, i get ...
I have a war attached to an ear in RAD. I'm using Ivy to manage my project dependencies. My only problem is that when I deploy the ear to my dev instance of WAS through RAD, the deployment doesn't see any dependent libraries from ivy. How can I configure the project so that the ivy dependencies show up when the project is deployed to w...