two system running at the sam time

2002-12-30 Thread perl is
Hello,

Does anyone know how the two system running at the
same time -- http://sameaddress:8080 and 
http://sameaddress:2999 using same tomcat-apache web
server?

ex:  system1 using port 8080, system2 using port 2999,

Am I right to modify the server.xml file?

Connector
className=org.apache.tomcat.service.PoolTcpConnector
Parameter name=handler 
   
value=org.apache.tomcat.service.http.HttpConnectionHandler/
Parameter name=port 
value=8080/
/Connector

Connector
className=org.apache.tomcat.service.PoolTcpConnector
Parameter name=handler 
   
value=org.apache.tomcat.service.http.HttpConnectionHandler/
Parameter name=port 
value=2999/
/Connector

Thank you very much.

Ping
12/30/02

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




oracle 9i jdbc driver -- class12.zip or class12.jar

2002-12-09 Thread perl is
Hello,

I just installed the Tomcat package, and now try to
find oracle 9i jdbc driver, class12.zip or
class12.jar.  Does any one know the path to download
this file?  I am using PC version Oracle 9i.

Thank you very much.

Ping
12/9/02

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




install apache web server and tomcat

2002-12-08 Thread perl is
Hello,

I need to set up a system (under MS Windows 2000)
using JSP and Servlet Programming, of course, I never
done that before, and have no idea how to do it.  Here
is the list I just finished:

1. installed Apache Web Server(1.3.27);
2. installed Jakarta Tomcat 4.0.6;
3. mod_jk (stored in the Apache Web Server Modules
directory)

Now the question is that how to connect between apache
server and tomcat using mod_jk?

A friend told me that Jakarta Tomcat included apache
web server, so I don't need to install apache web
server.  I'm confused.

Please help me with detail procedures if you have
time.  Thank you very much.

Ping
12/8/02 at 12:40pm

__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]