RE: Problem connecting Tomcat 4.0.1 with IIS 5.0

2002-01-17 Thread Miao, Franco CAWS:EX
you forgot to change 8080 to 80, when Tomcat install, 8080 is default port. http://localhost always mean 80 port -Original Message- From: Chuck Rockey [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 1:38 PM To: [EMAIL PROTECTED] Subject: Problem connecting Tomcat 4.0.1

RE: SQLServer JDBCRealm

2002-01-09 Thread Miao, Franco CAWS:EX
no need to do anything with JDBCRealm, just copy 3 .jar tom \lib folder, then use standard SQL Server JDBC syntax to connect to SQL will work. Franco -Original Message- From: Andrew Wilcox [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 1:52 PM To: Tomcat Users List

Crystal report work with Tomcat

2001-12-11 Thread Miao, Franco CAWS:EX
Hi there, anyone has experience about show Crystal report in Jsp on Tomcat? anything need to install in Tomcat? Franco -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: SQL*Server JDBC Driver

2001-12-06 Thread Miao, Franco CAWS:EX
go to MS download SQL JDBC driver, that one is the best for SQL server put .jar files in \common\lib\ Franco -Original Message- From: Timlin, Bob [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 10:41 AM To: '[EMAIL PROTECTED]' Subject: SQL*Server JDBC Driver Hello, I

RE: SQL*Server JDBC Driver

2001-12-06 Thread Miao, Franco CAWS:EX
Rothman -Oprindelig meddelelse- Fra: Miao, Franco CAWS:EX [mailto:[EMAIL PROTECTED]] Sendt: 6. december 2001 19:44 Til: 'Tomcat Users List' Emne: RE: SQL*Server JDBC Driver go to MS download SQL JDBC driver, that one is the best for SQL server put .jar files in \common\lib\ Franco

RE: Need the 1,2,3 of JDBC realm (plz)

2001-12-05 Thread Miao, Franco CAWS:EX
1. try to put .jar files in \common\lib 2. directly put connectionURL=jdbc:as400://192.168.12.240/;libraries=itso?user=myuser;passw ord=mypwd in your Jsp code, that should works, not sure if you need to put port number in your code, like 1433 for SQL server. my code sample: // Loading

setup global session, how ?

2001-11-30 Thread Miao, Franco CAWS:EX
Hi there, how can I create a global session, that means the session (userid and password) created in User login form can be used anywhere (any Jsp page) in the site? Right now I just can create session within individual Jsp, other jsp page can't take advantage of it, it shows null in other

Tomcat 4.01 SSL - how to reduce the encription strength

2001-11-25 Thread Miao, Franco CAWS:EX
Hi there, did you get any message like The name of the security certificate is invalid or does not match the name of the site with your self-signed certificate? I have made one for testing, but got that message. Let me know if you didn't get that. Franco -Original Message- From: Tal

Return Telnet result in Jsp how?

2001-11-24 Thread Miao, Franco CAWS:EX
Hi there, I got a project need to do with Jsp, which let user input their userID and password in Jsp, then Jsp talk to backend Telnet server, and return the login result in Jsp or Html format, further more it also can let user run more query command. Anyone can give me some idea for this?

RE: Return Telnet result in Jsp how?

2001-11-24 Thread Miao, Franco CAWS:EX
would be BlackSmith at Celcorp, they have a Java interface for it, good for me (VT100, IBM 3725) On Fri, 23 Nov 2001, Miao, Franco CAWS:EX wrote: Hi there, I got a project need to do with Jsp, which let user input their userID and password in Jsp, then Jsp talk to backend Telnet server

The name of the security certificate is invalid or does not match thename of the site.

2001-11-14 Thread Miao, Franco CAWS:EX
I already let 'CN' field that matches the name of the machine on which are running tomcat when I generated the key with keytool, just wondering why I still get The name of the security certificate is invalid or does not match the name of the site. message ? Anything I should do about server.xml

how to put self-made certificate for SSL

2001-11-13 Thread Miao, Franco CAWS:EX
Hi there, I have made a certificate with MS certicate server, want to put it into Tomcat 4.01 for SSL website test, just wondering anyone has experience on that, thanks! Franco -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the

what is the default place for keystore file in Tomcat

2001-11-13 Thread Miao, Franco CAWS:EX
what is the default place for keystore file in Tomcat 4.01, I use keytool generate it, but it is located in my profile folder. Franco -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

how to embed Javascript in Jsp?

2001-11-13 Thread Miao, Franco CAWS:EX
Basically I would like to put javascript file .js inside %%, just don't know the syntax. thanks! Franco -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

SSL doesn't work in Tomcat 4.01

2001-11-13 Thread Miao, Franco CAWS:EX
What I did: used command keytool -genkey -keyalg RSA -alias tomcat generate a .keystore file, then copied it to C:\ , and modified the server.xml file as following. But no luck with SSL test, pls advise, thanks! !-- Define an SSL HTTP/1.1 Connector on port 8443 -- Connector

show country / region by getRemoteAddr(), in Tomcat ?

2001-11-02 Thread Miao, Franco CAWS:EX
how to show country / region information in Jsp by getting remote IP address with getRemoteAddr() ? Like the system get a remote IP address, and Jsp can show up it from where. Does Tomcat can help this out? Thanks! Franco -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

getRemoteHost()

2001-10-31 Thread Miao, Franco CAWS:EX
Modified my code many times with getRemoteHost(), still only remote host's IP, no host name. DNS lookups are enabled by default, setting is enableLookups=true . Any advise? thanks! Franco Here is my server.xml file, created by installation.

RE: apache --- tomcat

2001-10-31 Thread Miao, Franco CAWS:EX
why don't you use IIS 5.0 which comes with Win2K Pro, my experience is that Tomcat intergrate with Apache not easy for new beginer, also do you know Tomcat can be used standalone? I use standalone Tomcat, so save much trouble. ^=^ Franco -Original Message- From: Lars Gentz

RE: apache --- tomcat

2001-10-31 Thread Miao, Franco CAWS:EX
one thing forgot to tell you, the article I feel very good for IIS and Tomcat, http://www.vacodi.com/howto/tomcat/iisnt/index.html -Original Message- From: Miao, Franco CAWS:EX [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 1:24 PM To: 'Tomcat Users List' Subject: RE

RE: comparison between SERVLET/JSP to Cold Fusion

2001-10-31 Thread Miao, Franco CAWS:EX
you need to pay thousand bucks for Coldfusion server first, no free server in the market like tomcat. Coldfusion is great product, it comes with lots feature, unlike Tomcat, Coldfusion is a commerical product so you will find great support from manufacturer. I will say it depenps on what do you

RE: getRemoteAddr() vs getRemoteHost()

2001-10-27 Thread Miao, Franco CAWS:EX
: getRemoteAddr() vs getRemoteHost() Hi, My guess is you need to enable remote address lookups in your server.xml. Since they are expensive to log, they are usually turned off by default, and the behavior is to simply return the address rather than the host. Yoav Miao, Franco CAWS:EX wrote: When I put

getRemoteAddr() vs getRemoteHost()

2001-10-25 Thread Miao, Franco CAWS:EX
When I put the following code in my Jsp, it comes up two identical remote IP addresses, instead of one remote IP and one remote host name. My computer has Internet IP and valid Internet DNS server. Any suggestion about that? Thanks! out.print( request.getRemoteAddr() ); out.print(

How to put getRemoteAddr() into SQL server table in Tomcat 4.0 ?

2001-10-24 Thread Miao, Franco CAWS:EX
Source code: - if (rs.next()) String updateip =Update tbluser set incomingip= 'request.getRemoteAddr()' where uname =' + uname + '; --- No erro come up, but it didn't put remote

out.println ?

2001-10-21 Thread Miao, Franco CAWS:EX
Source code: --- out.println(tdA HREF=http://localhost/adduser.jsp;You have no account here, please register one!/A/td);

RE: out.println ?

2001-10-21 Thread Miao, Franco CAWS:EX
, use this! out.println(tdA HREF=\http://localhost/adduser.jsp\;You have no account here, please register one!/A/td); - Original Message - From: Miao, Franco CAWS:EX [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, October 22, 2001 1:35 PM Subject: out.println ? Source code

RE: out.println ?

2001-10-21 Thread Miao, Franco CAWS:EX
...and try to do..as i've written in my previous mail... regards, Chintan -Original Message- From: Miao, Franco CAWS:EX [mailto:[EMAIL PROTECTED]] Sent: Monday, October 22, 2001 10:16 AM To: '[EMAIL PROTECTED]' Subject: RE: out.println ? I got this error now String not terminated at end of line

how to change Tomcat default page

2001-10-19 Thread Miao, Franco CAWS:EX
Hi Guys, how to change default page, for example from index.html to default.jsp? in server.xml file or where? Thanks! Franco

RE: TomCat 4.0 first time user

2001-10-19 Thread Miao, Franco CAWS:EX
start Tomat in service manager if in NT. Franco -Original Message- From: Amjad Salameh [mailto:[EMAIL PROTECTED]] Sent: Friday, October 19, 2001 3:15 PM To: [EMAIL PROTECTED] Subject: TomCat 4.0 first time user Hi all, I am first time user of Tomcat. I just did two things. first, i

RE: how to change Tomcat default page

2001-10-19 Thread Miao, Franco CAWS:EX
, Franco CAWS:EX [mailto:[EMAIL PROTECTED]] Sent: Friday, October 19, 2001 5:33 PM To: '[EMAIL PROTECTED]' Subject: how to change Tomcat default page Hi Guys, how to change default page, for example from index.html to default.jsp? in server.xml file or where? Thanks! Franco

How to change Tomcat default port from 8080 to standard port 80?

2001-10-18 Thread Miao, Franco CAWS:EX
How to change Tomcat default port from 8080 to standard port 80? Thanks! Franco

how to setup virtual directory

2001-10-18 Thread Miao, Franco CAWS:EX
how to setup virtual directory that source directory located somewhere else, not under the tomcat tree. Franco