Tagged Questions
The websphere-ce tag has no wiki summary.
4
votes
3answers
1k views
java.lang.String in jndi default context with Apache Geronimo - How?
In a servlet I do the following:
Context context = new InitialContext();
value = (String) context.lookup("java:comp/env/propertyName");
On an Apache Geronimo instance (WAS CE 2.1) how do i ...
2
votes
3answers
174 views
Log4j in Websphere
I recently take over a web application project using websphere and log4j running under AIX. To create a development environment, I setup all the components in windows, using eclipse to compile a WAR ...
0
votes
1answer
252 views
Fresh WAS-CE installation gives nothing but “HTTP 400 'bad request'”?
I apologise in advance for something I'm expecting is a horrifyingly noob-question.
I decided to try out developing web-applications in Java, using IBM's WAS-CE platform. I've never worked with this ...