Re: HTTP Redirections with Tomcat

2004-05-21 Thread kevin li
Use the simple code below as your redir html page. HTML HEAD SCRIPT language=javascript function topStart() { top.location=http://hostname:8080/altlassian-jira-2.5.3; } /SCRIPT /HEAD BODY onload=topStart()/BODY /HTML ~ ~ ~ Kevin Li Global Information

can not shutdown tomcat from shutdown.sh (V4.06)

2004-03-12 Thread Kevin Li
Hi guys: I am using tomcat 4.06 /AIX, after added some servlet in the web.xml , I can not shutdown the tomcat by using shutdown.sh command. the process still runing in the Unix. and I have to use kill -9 to stop the tomcat process. the servlet I added is very simple , it initialize my jdbc

Re: URL

2003-01-23 Thread Kevin Li
you need to config this from your web server to map this port. check with your Admin person... Thanks Kevin On Thursday, January 23, 2003, at 01:11 PM, Ravindra K. Bhat wrote: Hi: I wanted the users to not see the port when they browse..ie instead of the url being

java.io.NotSerializableException---java.awt.TexturePaint

2002-09-05 Thread Kevin Li
Hello everyone. I have a application runs on AIX box with jrun , and I move to Tomcat on Mac OSX recently. most parts works fine. but for the parts which created serializable object is not working right now. and I am getting such error below: is this related with tomcat or OS ? both AIX/MAC