Re: Question for Tomcat Developers - How to Plug In Encryption for JDBC passwords

2005-02-27 Thread Edmon Begoli
Please do not start the flame war. Check what I have to say. I am really not a beginner in this area. First, feature I mentioned is commonly implemented on every major application server platform that I know- JBoss, WebSphere, WebLogic, Oracle AS. It's purpose is not to permanently protect the

Re: Startup

2005-02-27 Thread Nikola Milutinovic
Caldarale, Charles R wrote: From: Nikola Milutinovic [mailto:[EMAIL PROTECTED] Subject: Re: Startup While 5.5.7 can be made to run on JDK (not JRE) 1.4.x, it is not intended for 1.4 series. I suspect that would be news to the developers. The 5.5 branch runs perfectly fine on the 1.4.2 JRE

RE: Arabic encoding

2005-02-27 Thread Benson Margulies
It depends on what the Oracle JDBC driver does with byte values that are not legitimate US7ASCII. If, for some reason, it treated the data as ISO-8859-1 instead of US7ASCII, then it might have streamed out through tomcat, and the browser would have auto-detected the CP1256 pretending to be

Re: Question for Tomcat Developers - How to Plug In Encryption for JDBC passwords

2005-02-27 Thread Parsons Technical Services
I won't argue any of these points. They are all valid. Often the request for encryption comes from individuals who want to lock there goods in a safe but leave the safe in the back of a truck with the keys in the ignition. In your case you want to hide the keys and disable the truck. Since

RE: Startup

2005-02-27 Thread Caldarale, Charles R
From: Nikola Milutinovic [mailto:[EMAIL PROTECTED] Subject: Re: Startup I didn't say it cannot work. It can, but it has been stripped of APIs that are provided with 1.5.0, which are not present in 1.4.2. Which is why you need that compat.zip, right? The three jars in the compat download

Incorrect output using WDSC for iseries

2005-02-27 Thread Eddie Wilson
I have created a simple WebApp using the wizards in WDSC. Input form sends select criteria to jsp which pulls data from iSeries table and displays output. This works great if I run it in a Websphere test server running on the client workstation. It does not work correctly if running on a Tomcat

RE: Question for Tomcat Developers - How to Plug In Encryption for JDBC passwords

2005-02-27 Thread Richard Mixon (qwest)
Edmon, I am not sure if I understand, but perhaps you should tak a look at Matt Raible's Appfuse application framework at: https://appfuse.dev.java.net/ His solution uses: - SSL (optional of course, just a servlet parameter); - Container Managed Authentication; - a custom login servlet that

RE: Question for Tomcat Developers - How to Plug In Encryption for JDBC passwords

2005-02-27 Thread Benson Margulies
Why do you give your webapp access to a sql user with all this dangerous and unneccessary access? The user name / password on the externally-accessible machine could have a sql login that only granted access to views (or better yet) procedures, that allowed for the minimal necessary access: that's

JDBC

2005-02-27 Thread deepak suldhal
Hi, I followed the JDBC document posted on Tomcat site. and it works fine. I am able to access the database and see the results. My question is. I have different users who will be using my application and I need to validate these users before I provide them acesss to database. How would I do

Tomcat SSL.

2005-02-27 Thread deepak suldhal
Hi I am using Tomcat 5.0.28, I need to have ssl configured, What are the steps in getting this. Any document and help is appreciated. Thanks __ Do you Yahoo!? Yahoo! Sports - Sign up for Fantasy Baseball.

Re: Tomcat SSL.

2005-02-27 Thread Omar Adobati
take a look here: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssl-howto.html On Sun, 27 Feb 2005 13:58:45 -0800 (PST), deepak suldhal [EMAIL PROTECTED] wrote: Hi I am using Tomcat 5.0.28, I need to have ssl configured, What are the steps in getting this. Any document and help is

Re: JDBC

2005-02-27 Thread Hiroshi Iwatani
Write tomcat-users element in the tomcat-users.xml file. deepak suldhal wrote: Hi, I followed the JDBC document posted on Tomcat site. and it works fine. I am able to access the database and see the results. My question is. I have different users who will be using my application and I need to

Tomcat For Multiple Users

2005-02-27 Thread Ferad Zyulkyarov
Hi, want to set up a Tomcat server for the use of all students in the department. I need a server configuration where each student (account) will have a permission to deploy and undepoly only those webapplications that belongs him/her. No account will be able to manipulate the stuff of the other

Re: JDBC

2005-02-27 Thread deepak suldhal
Hi, This does not solved the problem, with this I can restrict access to user group or allow access. Once the user has access I need to know who he or she is so that I can query the database with respect to his or her user_id. And So how would I do this. Thanks D --- Hiroshi Iwatani

RE: JDBC

2005-02-27 Thread Richard Mixon (qwest)
Sounds like you need application logic to do this - probably in conjunction with using Tomcat's Container Managed Authentication (CMA). Tomcat can validate the username against a database (see JDBCRealm at http://jakarta.apache.org/tomcat/tomcat-5.5-doc/realm-howto.html#JDBCRea lm ). However

Yahoo! À´ÐÅ×Ô¶¯»Ø¸´

2005-02-27 Thread sunjinsheng0604
ÄúºÃ£¡Äú¶ÔÕâ¸öÐÐÒµÓÐÐËȤ£¿×¬µ½Ç®À­Â𣿲»·Á¿¼ÂÇ¿¼ÂÇÍƹãÎÒÃǵÄרÀû£¬ÔÛºÏ×÷ֻ׬²»Å⣬ÈÃÄúÕæÕýµÄ°×ÊÖÆð¼Ò£¨Äú²»Í¶×ÊÔõô»áÅ⣿£©ÁªÏµ°¡£¡ Èý¹«£º¹«¿ª£¬¹«Æ½ºÍ¹«ÕýÖ±½ÓÏúÊÛ8ÕÛ£¬×Ô¼º¿´°É ÎÒÃǺÓÄÏÜþÑôÅóÓÑÓÚ´º»¨Ò²À´ºÏ×÷ÁË°¡ ËýµÄµç»°13137158831 ÎÒÃÇ¿ª·âµÄÅóÓÑÁõºìϼ´ó½ã ÊÖ»ú13937890987 Õ¬µç0378-5865295

Tomcat and SSL

2005-02-27 Thread deepak suldhal
Hi I followed the document http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssl-howto.html and reached to a point where I created .keystore file. * This .keystore is now located at C:\Documents and Settings\Owner * Where as my Tomcat is at C:\jakarta-tomcat-5.0.28 What is the default location that

Tomcat and SSL

2005-02-27 Thread deepak suldhal
Hi I followed the document http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssl-howto.html and reached to a point where I created .keystore file. * This .keystore is now located at C:\Documents and Settings\Owner * Where as my Tomcat is at C:\jakarta-tomcat-5.0.28 What is the default location that

Re: Tomcat and SSL

2005-02-27 Thread Jason Bainbridge
On Sun, 27 Feb 2005 16:22:52 -0800 (PST), deepak suldhal [EMAIL PROTECTED] wrote: Hi I followed the document http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssl-howto.html and reached to a point where I created .keystore file. * This .keystore is now located at C:\Documents and

Tomcat and SSL

2005-02-27 Thread deepak suldhal
Hi when I type set on command line I see HOMEPATH=\Documents and Settings\Owner CATALINA_HOME=C:\jakarta-tomcat-5.0.28 And my keystore file is at C:\Documents and Settings\Owner\.keystore I uncommented the server.xml file to enable the 8443 port as secure ssl port. Retarted tomcat server.

errors with IE

2005-02-27 Thread deepak suldhal
When I use IE and try to access localhost I get http://kd.mysearch.myway.com/jsp/GGmain.jsp?PG=SEASSEC=ABONEptnrS=KDst=addrsearchfor=localhost:8080 I have been posting this error mail since many days and want to know how should I solve this. This is really irritating to see some junk pages every

Re: errors with IE

2005-02-27 Thread Jason Bainbridge
On Sun, 27 Feb 2005 17:54:19 -0800 (PST), deepak suldhal [EMAIL PROTECTED] wrote: When I use IE and try to access localhost I get http://kd.mysearch.myway.com/jsp/GGmain.jsp?PG=SEASSEC=ABONEptnrS=KDst=addrsearchfor=localhost:8080 I have been posting this error mail since many days and want

RE: errors with IE

2005-02-27 Thread Aris Javier
have you tried to access your web app from different pc? cause im suspecting some spams on your pc. aris -Original Message- From: deepak suldhal [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 9:54 AM To: tomcat users Subject: errors with IE When I use IE and try to access

Re: Heap size - java.lang.OutOfMemoryError

2005-02-27 Thread KwonNam Son
Check this out. http://www.pauaware.co.nz/tomcatntservice.htm On Sat, 26 Feb 2005 07:51:06 -0600, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Rasmus - Camp Online [mailto:[EMAIL PROTECTED] Subject: Heap size - java.lang.OutOfMemoryError I have tried everything to increase the

Re: errors with IE

2005-02-27 Thread deepak suldhal
if I type the http://localhost:8080/ I get tomcat page. but If I pull the same from the address bar I get mysearch default search engine through spyware. How do I get rid of spyware. I keep getting everytime I try to open a page. Thanks --- Jason Bainbridge [EMAIL PROTECTED] wrote: On

Re: Tomcat For Multiple Users

2005-02-27 Thread Matt
It sounds similar to what I'm attempting. I was finally able to setup Tomcat w/ IIS to allow webapps outside of $CATALINA_HOME, but haven't gone beyond any very simple JSP pages yet. You could do the same with Apache. To put it very basically, use your web server/OS to setup these student

Memory Problem

2005-02-27 Thread Manisha Sathe
I am using apache FOP to create some PDFs. I am facing OutOfMemory problem specially for Chinese PDFs. I understand that I can increase JVM memory. I tried to change the catalina.bat and inserted following line JAVA_OPTS = -Xmx512M First of all i am not sure whether above is correct or not

how to make manager available to each virtual host

2005-02-27 Thread James T. Studebaker
I am running tomcat 5.0.28 on a linux fedora core 2 machine. I have configured virtual hosts for tomcat. I wish to make the manager application available to each vertual host that I have configured so that users can deploy applications to their account. What I did is add a context to each

RE: errors with IE

2005-02-27 Thread Tyler Pedersen
I don't know if this helps but I had the same problem and used this tools to get rid of the browser hijacks. http://www.spychecker.com/program/hijackthis.html Tyler Pedersen [EMAIL PROTECTED] -Original Message- From: deepak suldhal [mailto:[EMAIL PROTECTED] Sent: Sunday, February 27,

RE: errors with IE

2005-02-27 Thread Aris Javier
you can download some spywares from download.com. aris -Original Message- From: deepak suldhal [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 10:44 AM To: Tomcat Users List; Jason Bainbridge Subject: Re: errors with IE if I type the http://localhost:8080/ I get tomcat page.

Re: errors with IE

2005-02-27 Thread Parsons Technical Services
Also adaware from www.lavasoft.de . If you run Symantec there new version check for adware and malware. Be careful with hijackthis it is a great tool but needs to be used in the context for which it was wrote. You can break things if you don't follow the instructions. So read the documentation

RE: errors with IE

2005-02-27 Thread Tyler Pedersen
If you only use adaware you will most likely not get rid of the problem. It will likely appear when your reboot, or when you launch IE again. The reason is that it's in the registry. Tyler Pedersen [EMAIL PROTECTED] -Original Message- From: Parsons Technical Services [mailto:[EMAIL

TC (4), IIS isapi_redirector.dll

2005-02-27 Thread Paul Wallace
Hi, I am attempting to serve up my pages using IIS, and have Tomcat process my JSPs/Servlets using JK 1.2 Connector. I am following a what I would call a reputable tutorial (http://www.onjava.com/pub/a/onjava/2002/12/18/tomcat.html) which tells me to look here

RE: TC (4), IIS isapi_redirector.dll

2005-02-27 Thread Paul Wallace
effervescence = reference! (I have MS spell check to thank for that..or my spelling) Hi, I am attempting to serve up my pages using IIS, and have Tomcat process my JSPs/Servlets using JK 1.2 Connector. I am following a what I would call a reputable tutorial

RE: TC (4), IIS isapi_redirector.dll

2005-02-27 Thread Aris Javier
Hello! visit this site to automate your integration of tomcat and iis. http://www.shiftomat/opensource download the file and follow the instructions... regards aris -Original Message- From: Paul Wallace [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 2:25 PM To:

RE: TC (4), IIS isapi_redirector.dll

2005-02-27 Thread Paul Wallace
Hi thanks, but that link is dead! Hello! visit this site to automate your integration of tomcat and iis. http://www.shiftomat/opensource download the file and follow the instructions... regards aris -Original Message- From: Paul Wallace [mailto:[EMAIL PROTECTED] Sent: Monday,

RE: TC (4), IIS isapi_redirector.dll

2005-02-27 Thread Aris Javier
sorry... forgot .com =) anyway, here's the site again. http://www.shiftomat.com/opensource/ regards aris philippines -Original Message- From: Paul Wallace [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 2:39 PM To: Tomcat Users List Subject: RE: TC (4), IIS

Pre-Compilation in Tomcat Jasper

2005-02-27 Thread BV Karthik
Hi, Is there anything in Tomcat which will pre-compile our JSP's? What jasper has to do with Tomcat? Pls help. Thanks in advance. Regards, Karthik BV - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: TC (4), IIS isapi_redirector.dll

2005-02-27 Thread Martin Goldhahn
The installer mentioned uses JK2 which is officially unsupported by the Jakarta project. (See http://jakarta.apache.org/tomcat/connectors-doc/news/20041100.html#20041 115.1) Martin -Original Message- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 7:52 AM

Re: SV: Cluster: will session listeners got called again after replication?

2005-02-27 Thread Joseph Lam
I have it turned on already. But seems that after a node is killed and then started up again, even though it can pick up the sessions from the other nodes, my HttpSessionBindingListener and HttpSessionListener were not called at all during the replication. Joseph On Fri, 25 Feb 2005, Filip

page not loading completely with tomcat and response.sendRedirect()

2005-02-27 Thread Krisen Naidoo
We are using response.sendRedirect() to refresh a jsp page by redirecting to itself. When the page is redirected to itself, a portion of the static html code is not completely loaded. Below is the portion of the html code. If we remove 5 lines of code eg: some option values.the page loads

Re: how to make manager available to each virtual host

2005-02-27 Thread Ferad Zyulkyarov
LeavesHi, I have opened a subject with a similar context to the yours under Tomcat For Multiple Users title. Please, can you explain me in more details (if possible step by step) how did you exactly configured the afore mentioned virtual hosts and the manager application for these virtual