Questions tagged [websphere-7]

Version 7.x of IBM WebSphere Application Server (WAS)

811 questions
0
votes
1 answer

wsadmin upload file to war

is it possible to upload file using wsadmin (jacl/jython) to webapp module? (fe app.war/custom/uploadedfile.txt)? I'm using wsadmin as standalone and want to do some postinstall step before start of application. websphere 7 thank you
bilak
  • 4,526
  • 3
  • 35
  • 75
0
votes
1 answer

IBM Websphere JSP dispatcher rendering as a redirect

Is there a way to configure websphere not to redirect to the JSP page when simply I want to render the JSP from my spring mvc controller? For instance, request.getCurrentURL() from within the view ( JSP ) page, returns the url for the JSP page,…
mjs
  • 21,431
  • 31
  • 118
  • 200
0
votes
1 answer

Java - There was an error updating the admin table

I have a method written in java to execute the SQL statment for INSERT,UPDATE and DELETE modes. This was working on WebSphere 6.1 and after upgrading to WebSphere 7.0 it stopped working. Below is my code : public void executeSQL() throws…
Ravinder
  • 78
  • 1
  • 1
  • 6
0
votes
2 answers

execute post-deployment actions for application on WebSphere 7

Is there a way to execute the method of a class after the deployment of my EAR? In the EAR there is no WebProject. I know the possibility of a ServletContextListener in a WebProject but i'd like to configure it in the EAR or in an EJB-jar if there…
0
votes
2 answers

What is the least memory intensive way to apply a stylesheet to an xml document?

Consider that I have an XML Document loaded as a byte[] that is 5MB in size. Being a byte array, it takes up exactly 5MB of memory. I have a stylesheet Source that I want to apply to this document and perform something like the below. final…
Domenic D.
  • 5,276
  • 4
  • 30
  • 41
0
votes
2 answers

Uninstalling IBM WebSphere

I am uninstalling WebSphere from my drive E by using IBM installation Manager, during uninstallation it gives me the following error: "E:\Program Files\IBM\WebSphere\AppServer\bin\clearClassCache.bat" not found" I have searched and found that the…
Nomi Khan
  • 1,177
  • 4
  • 11
  • 15
0
votes
1 answer

how to Get hosting WAS 7.0 server url inside a webservice code?

I have a common codebase deployed in four different servers for various purposes like testing env, development env, production env etc. But I need to know inside the code, which server's code is running to decide the flow of my code. Anybody know…
0
votes
1 answer

Where's Websphere Clustering?

I've downloaded WAS 8.5 trail for Windows, in order to prepare for an application server migration; I cannot find, as documented in IBM Red Book, the option Servers > Clusters which could be used to manage a WAS cluster. Do I need to download an…
Max Korn
  • 275
  • 7
  • 18
0
votes
2 answers

How to convert a "Standard Portal" page to a "Static Content" page on WebSphere Portal 7?

I'm migrating a portal that's build on WebSphere Portal 6.1 to 7. Now I would like to take advantage of the new tableless theme architecture in Portal 7; which leverages static content pages instead of the traditional standard portal pages. As of…
sonar
  • 385
  • 3
  • 15
0
votes
1 answer

WebSphere 7.0.0.15 admin console log

Does WebSphere admin console contain some log where I could see the activity of loading the console? I have some issues while loading the console on Windows 7 64 bit from FF and IE, while on Windows XP the console is normally loaded. Thank you in…
Jurica Krizanic
  • 1,072
  • 2
  • 11
  • 26
0
votes
1 answer

Concerns on the webpshere session memory to memory replication

i've got a WAS environment whose topology looks like as below:(one typo here, that 'IH' should have been 'IHS') The request from end-user goes through IHS and arrives in WAS1, then that application from WAS1 would call application service from its…
wing2ofsky
  • 926
  • 4
  • 27
  • 48
0
votes
1 answer

java.util.zip.ZipFile.ensureOpenOrZipException with WAS 7

The problem is exactly the same as described here: Exception java.util.zip.ZipFile.ensureOpenOrZipException with WAS 7 Following the resolution, I changed my application module to 2.4 and it resolved the issue. I did not changed the path of wsdl as…
user182944
  • 7,897
  • 33
  • 108
  • 174
0
votes
2 answers

WCS 7.0 and Sterling integration Issue

We are trying to integrate the WebSphere commerce 7.0 (Feature Pack 4) and Sterling (DOM) system. We followed the steps mentioned in the IBM infocenter. BUt we are getting the below exception when we are trying to GetProductAvailability. Our…
0
votes
1 answer

Log4j and thread hung

We are creating one instance of logger by using private static Logger = Logger.getClass("ClassName.class"); Each action class has a logger. This worked fine in our test environment. However, it is giving occasional thread hungs in WAS 7 in…
Prabhat
  • 2,261
  • 7
  • 46
  • 74
0
votes
1 answer

Exception java.util.zip.ZipFile.ensureOpenOrZipException with WAS 7

When I am deploying an application on WebSphere Application Server 7.0 , I am getting below exception and its taking too much time to deploy. After few deployments the server start generating heap dumps and running out of memory. In our application…