Tagged Questions

3
votes
1answer
246 views

How do I build a WAS 6.1 specific EAR without RSA/RAD?

Are there some IBM ant tasks that support this?
2
votes
3answers
2k views

What is the difference between an EAR file and a “WebSphere Enhanced EAR”?

Supposing that I have a standard EAR file (and the source files that were used to generated it,) what additional processing needs to be done to convert it to an IBM WebSphere "Enhanced EAR"? Another ...
2
votes
2answers
2k views

How to get access to the Websphere 6.1 ant tasks from vanilla ant (not ws_ant)

I guess I need to know what I need in the classpath (what jar) in order to execute WebSphere 6.1 ant tasks. If someone can provide an example that would be perfect.
0
votes
1answer
313 views

How to access filters in web.xml file set by a .properties file

I am using WAS6.1 as the server(but I guess this should not matter).I have a filters.properties file. It has key value pair (e.g. config.file.name=/usr/home/config.xml). These values are being used in ...