zpan

Greenhorn
+ Follow
since Nov 29, 2001
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 zpan


Try saving .zip file as .jar file then run again.See what happens.
Pan

Originally posted by David O'Meara:
Please don't post in multiple forums.
This has been answered in the JDBC forum.
Dave.


22 years ago
Hi,
I have changed the connector port in server.xml to 2001 as following:
<Connector className="org.apache.tomcat.service.PoolTcpConnector">
<Parameter name="handler"
value="org.apache.tomcat.service.http.HttpConnectionHandler"/>
<Parameter name="port"
value="2001"/>
</Connector>
But localhost_8080%2.... still display in the work directory.
What's story here??? who can help me?
Thanks.
Pan

------------------
22 years ago