Re: How to hand in the passwords to 3000 users [urgent!]

2003-04-02 Thread Nancy Crisostomo Martinez
. Chuck -Original Message- From: Nancy Crisostomo Martinez [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 12:55 PM To: Tomcat Users List Subject: How to hand in the passwords to 3000 users [urgent!] Hi all! I'm trying to entablish the best way to hand in their own user_id

How to hand in the passwords to 3000 users [urgent!]

2003-04-01 Thread Nancy Crisostomo Martinez
Hi all! I'm trying to entablish the best way to hand in their own user_id and password to the 3000 users of an applicattion developed to Internet. I don't know which could be the best way to do this without forgetting the security because each user has some confidential information in his/her

How to hide a context path?[urgent!]

2003-02-12 Thread Nancy Crisostomo Martinez
Hi everyone! Is it possible to mask all the directory tree referenced in a webapp context when you called in a navigator? I mean: now I type this url to access to a jsp file placed in webapps/security/pass/ : http://servername:8080/security/pass/Validate.jsp But I would like to hide or to

Tomcat 3.3 and Oracle9i

2002-12-19 Thread Nancy Crisostomo Martinez
Hi! I had tested a Java application that runs in Tomcat 3.3 accesing to Oracle 8.1.7 with great success. But now I'm trying to migrate the same application to a new server that has the Oracle 9.0.1 version installed, and it doesn't get connected to the database. It gets the

Re: Tomcat stop when exit telnet session

2002-10-04 Thread Nancy Crisostomo Martinez
Hi Fong, I had the same behavior but in Tomcat 3.3 with Solaris 8. It was very frustrated for me, but I got a very good solution because I still think that it's not the best. You onlu have to run tomcat like this: (I did this in Tomcat 3.3) nohup tomcat.sh start nohup.out So in the nohup.out

Re: Tomcat stop when exit telnet session

2002-10-04 Thread Nancy Crisostomo Martinez
Jon, I even tried the , but it didn't work for me. I don't know why...but maybe it really works for Fong... jon wingfield wrote: I've never used solaris8 so the following may be in error, but here goes. On linux using seems not only to put the process in the background but also seems to

[DBCP]Help! I can get success with JOCL connection pool

2002-09-11 Thread Nancy Crisostomo Martinez
Hi again! I'm using Tomcat 3.3, Oracle 8 I'm getting some troubles when trying to implement the Connection Pool thru a JOCL file using Tomcat. I have one Java package where I have all the classes that get communication with the DB, so, rigth there I wrote the follow: conn =

Changing the IP address

2002-09-09 Thread Nancy Crisostomo Martinez
Dear Tomcat users: Tomcat 3.3 Apache 1.3 Solaris 7 Oracle 8 My application is running under this features, but only in the intranet of the Institution I work for. When employees try to access to the application they need to type the ip address of the server followed by the port,

Re: Changing the IP address

2002-09-09 Thread Nancy Crisostomo Martinez
Yes, the institution have one. But I don't know if I can use the same, even I don't know how, and where to configure it for be accepted in Tomcat. Could you help me? Thanks again! Peter Choe wrote: do you have DNS set up to map the ip to the name of the server? At 02:43 PM 9/9/2002, you

Connection pool examples

2002-09-02 Thread Nancy Crisostomo Martinez
Hi everyone! I would like to know if there are some practical examples about how to implement the Data Base Connection Pool API. (Tomcat, Oracle) Could you please give me some references? Thanks in advance Nancy. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Re: Connection pool examples

2002-09-02 Thread Nancy Crisostomo Martinez
, Nancy. Rosdi bin Kasim wrote: Search the archives.. I posted a guide/example regarding this not so long ago. Try to search for keywords like, datasource, JNDI, Oracle, connection pool, etc... - Original Message - From: Nancy Crisostomo Martinez [EMAIL PROTECTED] To: Tomcat Users

Re: Tomcat directory listing

2002-07-08 Thread Nancy Crisostomo Martinez
Kapil: To turn off directory listings, change the listings attribute of the StaticInterceptor to false in the server.xml file. For example: StaticInterceptor listings=false / This is a paragraph from the Tomcat 3.3 User's Guide, but maybe this could help you with your Tomcat 3.3.1

Charset from session ISO-8859-1

2002-06-27 Thread Nancy Crisostomo Martinez
Hi everybody! Could anybody tell me what does 2002-06-27 12:35:37 - DecodeInterceptor: Charset from session ISO-8859-1 mean? I always find this message line in the tomcat output file Is this an error message? Thanks in advance, Nancy. -- To unsubscribe, e-mail: mailto:[EMAIL

Re: How to disable the directory listing in Tomcat?

2002-06-10 Thread Nancy Crisostomo Martinez
Yes, If you have Tomcat 3.3 you must check these: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-ug.html#conf_svr_cust Here you can find how to Turn off directory listings It's very easy and it works perfect... If you have another Tomcat version, maybe you must check the

[urgent!] Disabling the context's content listing

2002-05-16 Thread Nancy Crisostomo Martinez
Hi! Does anybody know how to disable the content of a context listing? I mean, when you try to load a JSP file you must type the following URL: http://address:8080/contextname/file.jsp But when you type http://address:8080/contextname all the list of jsp, gif, jpg files are showed and even you

Re: session object [urgent!] [solution]

2002-04-03 Thread Nancy Crisostomo Martinez
and the problem still persists. A workaround or some tricks will solve this problem I hope. For those who have come up with a fix for this problem, I appreciate very much if you read this message. Thanks. -Original Message- From: Nancy Crisostomo Martinez [mailto:[EMAIL PROTECTED

Re: TOMCAT STOPS!

2002-04-03 Thread Nancy Crisostomo Martinez
Hi Bob! I don't know if this could help you,but before I had the same problem when I started Tomcat 3.3 from a Telnet window and close it... Tomcat was only alive when the telnet window was opened, so now I started as follows and everything is OK: nohup tomcat.sh start nohup.out Then you could

how to store a document file?

2002-04-03 Thread Nancy Crisostomo Martinez
Hi! Does any of you know how to store a formatted document (text with bolds, italics, etc) just like a Word document or html file in an Oracle database? Do you know what datatype the record must have? And how does it is stored in programming (Java Code)? you could give me a trick (Java code) to

Re: session object [urgent!]

2002-04-02 Thread Nancy Crisostomo Martinez
about it? Does any of you have the same problem with sessions? Nancy Crisostomo Martinez wrote: Hi everybody! I need your help.. I'm trying to track some attributes I added to the session object, but I can't... I have an html file (main.htm) which opens a new window browser (validate.jsp

session object [urgent!]

2002-04-02 Thread Nancy Crisostomo Martinez
Hi everybody! I need your help.. I'm trying to track some attributes I added to the session object, but I can't... I have an html file (main.htm) which opens a new window browser (validate.jsp) when you press a button to access to one service... Then when the user is validated in the

tomcat error when compile [urgent!]

2002-03-18 Thread Nancy Crisostomo Martinez
the directions quoted are correct. If you insist on modifying the .sh file then add this command as the second line of the sh file. Randy -Original Message- From: Nancy Crisostomo Martinez [mailto:[EMAIL PROTECTED]] Sent: Friday

Re: Charts in Jsp doesn't work [urgent!]

2002-03-15 Thread Nancy Crisostomo Martinez
company but I'm afraid I can't remember how to set it up). Try typing xwindows virtual frame buffer into your favourite search engine. Andy -Original Message- From: Nancy Crisostomo Martinez [mailto:[EMAIL PROTECTED]] Sent: 14 March 2002 16:48 To: Tomcat Users List Subject

Re: Charts in Jsp doesn't work [urgent!]

2002-03-15 Thread Nancy Crisostomo Martinez
the directions quoted are correct. If you insist on modifying the .sh file then add this command as the second line of the sh file. Randy -Original Message- From: Nancy Crisostomo Martinez [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 3:17 PM To: Tomcat Users List

Charts in Jsp doesn't work

2002-03-14 Thread Nancy Crisostomo Martinez
Hi Everybody! Do you know what is X Windows System for? Do I need to install it to work with charts?.. I mean, I couldn't see the charts displayed and someone told me that I need to install X Window System... Is that true? The jsp wich displays a chart are placed in a Solaris Sparc server

Re: Charts in Jsp doesn't work

2002-03-14 Thread Nancy Crisostomo Martinez
of X windows and run that. (I know we did this at my previous company but I'm afraid I can't remember how to set it up). Try typing xwindows virtual frame buffer into your favourite search engine. Andy -Original Message- From: Nancy Crisostomo Martinez [mailto:[EMAIL PROTECTED

jsp parameters. Urgent!

2002-03-08 Thread Nancy Crisostomo Martinez
Please I need help,... This is not a Tomcat question, but I know here I can find some JSP experts: Could you tell me all the ways I could send (safe) parameters from a jsp to a jsp file? Please discard the url parameters... I have a jsp (Valida.jsp) which opens a new navigator window

Messages in Log files

2002-03-01 Thread Nancy Crisostomo Martinez
Hi! I'm just trying to test a simple .CLASS file wich is imported by one of my servlets. So, because of this, I put some System.out.println lines to see the results... but the problem is that I can't find the messages I'm sending in these lines on the log files neither in the console.. The only

Re: WEB-INF/classes

2002-02-07 Thread Nancy Crisostomo Martinez
Anja, If you are using Tomcat 3.3 you need to create an XML file (apps-applicationname.xml) where you have to declare the new context where your WEB-INF directory is... Otherwise, if you are using Tomcat 3.2 or less, you have to modify the server.xml file using the new Context entry. Is

Re: WEB-INF/classes

2002-02-07 Thread Nancy Crisostomo Martinez
Anja, I'm not sure, but I know that Tomcat 3.3 and later have a similar behavior. So the only thing you have to do is to create the apps-contextname.xml file and put it on tomcat-path/conf directory: The xml file is like this: ?xml version=1.0 encoding=ISO-8859-1? webapps Context

Re: SendMailServlet.class

2002-02-06 Thread Nancy Crisostomo Martinez
Chad, Although I have added the activation, mail and pop3 JAR files to the CLASSPATH, TOMCAT_HOME/lib, $TOMCAT_HOME/common/lib, $TOMCAT_HOME/webapps/app/WEB-INF/lib I could run my application, but when I press a button to send the mail, I got an error message on the console and the mail is not

send a mail

2002-01-29 Thread Nancy Crisostomo Martinez
Hi everybody! I'm having some troubles with sending an e-mail from a servlet I have running on Tomcat 3.3 and Solaris. I have a servlet which use Java Mail API to send an e-mail, but when I press the button to send an e-mail this error appear on console:

sending an e-mail

2002-01-28 Thread Nancy Crisostomo Martinez
Hi everybody! I'm having some troubles with sending an e-mail from a servlet I have running on Tomcat 3.3 and Solaris. I have a servlet which use Java Mail API to send an e-mail, but when I press the button to send an e-mail this error appear on console:

Contexts

2002-01-14 Thread Nancy Crisostomo Martinez
Hi everybody! I have some problems with adding contexts.. - context: .../conf/apps-docencia.xml - directory: .../webapps/docencia/ - war file: .../webapps/docencia.war When I added this context, Tomcat doesn't recognize it. And when I try to invoke only the directory (http://URL:8080/docencia/)

Re: STARTUP.SH DOESN'T WORKS FINE

2001-11-15 Thread Nancy Crisostomo Martinez
as the same way, they are still alive when I close the telnet window... Thank you again! Nancy. Pier Fumagalli wrote: On 22/10/2001 03:54 pm, Nancy Crisostomo Martinez [EMAIL PROTECTED] wrote: Hello everybody! I hope you could help me, please.. Actually, I'm begining to use Tomcat

STARTUP.SH DOESN'T WORKS FINE

2001-11-14 Thread Nancy Crisostomo Martinez
Hello everybody! I hope you could help me, please.. Actually, I'm begining to use Tomcat, and I have a succeded start because it still works PERFECT to me... But muy problem is very strange : I installed Tomcat to Solaris 8, and when I start it (startup.sh | tomcat.sh start ) it starts, but when

classpath?

2001-07-17 Thread Nancy Crisostomo Martinez
Hi all! I hope somebody can help me.. In Windows, when you install jdk and jsdk (to compiling applets and servlets) you have to add or modified the variables PATH and CLASSPATH in autoexec.bat file. but in Solaris I don't know where (I think .profile) and how configure it... When I type

Applet-Servlet communication using Tomcat-Apache cooperation

2001-07-16 Thread Nancy Crisostomo Martinez
Hi everybody!! I'm new using Tomcat, instead I'm new developing web applications, so I need help and patient... I'm trying to make a applet-servlet communication thru Apache-Tomcat cooperation. Before I tried it with a Blazix web server, but it was just for tests, because the web server was