kotekar srikanth

Greenhorn
+ Follow
since Jan 28, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by kotekar srikanth

Hi,
Can someone tell me how to disable the back button of a browser using JSP.
All the solutions that i have tried works in HTML but fails for JSP.
Thanx in advance,
Srikanth
21 years ago
JSP
Hi,
Anyone can guide me how to implement hot application updates in WAS v3.5.5
i.e. new and updated application code reflected without restarting WAS 3.5.5
Thanx in advance !!
22 years ago
Hi,
I am trying to configure custom error messages in Apache web server v1.3 of Websphere App server v3.5
I have already set the following configuration in httpd.conf file:
LanguagePriority en fr de
Alias /errordocs "D:/IBM/IBM HTTP Server/htdocs/errordocs"
<Directory "D:/IBM/IBM HTTP Server/htdocs/errordocs">
AllowOverride none
Options MultiViews IncludesNoExec FollowSymLinks
AddType text/html .shtml
AddHandler server-parsed .shtml
</Directory>
# "500 Internal Server Error"
ErrorDocument 500 /errordocs/500
Also, i have created the 500.shtml.en file and placed in the htdocs/errordocs directory
but still i am getting "Page cannot be displayed" error for Http Server Error 500
Am i missing something??
Appreciate if someone can help!!
22 years ago
Hi,
I am trying to configure custom error messages in Apache web server v1.3 of Websphere App server v3.5
I have already set the following configuration in httpd.conf file:
LanguagePriority en fr de
Alias /errordocs "D:/IBM/IBM HTTP Server/htdocs/errordocs"
<Directory "D:/IBM/IBM HTTP Server/htdocs/errordocs">
AllowOverride none
Options MultiViews IncludesNoExec FollowSymLinks
AddType text/html .shtml
AddHandler server-parsed .shtml
</Directory>
#"500 Internal Server Error"
ErrorDocument500/errordocs/500
Also, i have created the 500.shtml.en file and placed in the htdocs/errordocs directory
but still i am getting page cannot be displayed for Http Server Error 500
Am i missing something??
Appreciate if someone can help!!
22 years ago