I try to setup tomcat https connection on port 8443 in redhat linux. I
followed the instruction and get no error when start tomcat. But I could NOT
connect to it from browser by https://:8443/xxx.html . I setup the same
tomcat in Window. It works.
Could someone help me to sovle it?
Thanks
I hava a web app running well in tomcat 5.5.16 yesterday, but when I copy
the app in another
machine, I met following error.
"org.apache.jasper.JasperException: File "/webwork" not found" when I use
webwork in jsp.
"org.apache.jasper.JasperException: /index.jsp(22,4) File
"/common/cn/myMen
I hava done a test to use the MySQL XADataSource. For MySQL has no
MYSQLXADataSourceFactory
class, so I coded one to produce MysqlXADataSource. MysqlXADataSource is
configured in tomcat 5.5
server.xml. I can get the MysqlXADataSource instance xaDs by which I can get
XAConnection and
XAResourc
I have send this mail to another mail list, but have no reply yet. I have
wasted much time in
this problem, please help.
Does MySQL5.0.18 suport XA in Tomcat 5.5 ? I do a XA test in tomcat with only
one jsp file and
necessary jars. The jsp is as:
-
<