Janis Goldsmith

Greenhorn
+ Follow
since Apr 14, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Janis Goldsmith

Hi,
We are also using SQL Server and have managed to get it working so maybe I can help...
Are you using JAAS?
Janis
20 years ago
Hi All!
Just thought I would post an answer for the problem that I was having earlier in case anyone runs into the same thing. The pop up window works fine as long as we are viewing it outside of the Websphere Internal Browser. If we launch an IE browser outside of Websphere it is fine but if we try to use Websphere's internal broswer the pop up window will not work. In WS v5.0 Site Developer under Windows-Preferences-Web Browser, you can select what you would like to use as a Web Browser. Point to an external Web Browser and pop up windows should work. Hopefully this is helpful to someone in the future!
Janis
20 years ago
Hello,
Does anyone know whether Applets are supported in Websphere v5.0? And if they are, whereabouts in the directory structure should they be placed? In the Web Content or in the Java Source? Thanks!
Janis
20 years ago
Hello,
Forgive me if I should have posted this in the Servlets Forum but I really am not sure if this has to do more with WS or not.
I am attempting to migrate an application from WS 3.5.2 to WS 5.0. The application is made up of Servlets, JSPs and Data Access Beans. The migration has gone well except for one last piece. I have a JSP that has a button on it that pops up a child window (using Javascript) which displays a history screen. The pop up window uses a Java bean that has been stored in the session as well as a few other variables that are also stored in the session. This works fine in the current V3.5.2 production code. Right now with the migrated V5.0 code the pop up window is not finding any of the session variables. We have not changed the Javascript and the window will work fine if you take all of the session variable code out. As soon as there is anything to do with session variables on the page it will not work. We simply get an HTTP 500 Internal Server Error. The console says that the variable is out of scope.
Does anyone have any thoughts on this problem? If this should be posted in the general Servlets forum please feel free to tell me so. Thanks!
Janis
SCJP(2.0)
20 years ago