Final releaseTomcat 4.1?

2002-07-05 Thread Laura
the final release of Tomcat 4.1 will be announced. Do you know something? Thanks Laura

Re: missing return statement error?!??!

2002-07-09 Thread Laura
It migth be that you has to inizialize the array Tab: String[] Tab=new String[5]; Laura - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, July 09, 2002 2:45 PM Subject: missing return statement error?!??! Hi

Re: Webalizer or other statistics over Tomcat?

2002-07-18 Thread Laura
Hi Saphira can you explain better your process? It migth be very interesting. How should you modify your server.xml? Thanks Laura - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, July 17, 2002 7:01 PM Subject: RE

Re: Tomcat Nobody

2002-03-29 Thread Laura
? Thanks Laura Alle 14:17, venerdì 29 marzo 2002, hai scritto: I have two cosiderations about your Tomcat-nodody advices: 1) There is no tomcat4.conf in conf directory. 2) Your advice is to do - chown nobody:nobody /usr/local/tomcat1 - su -l -c /usr/local/tomcat1/bin

IP Enter

2002-04-08 Thread Laura
Laura -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

upgrade

2002-04-10 Thread Laura
, which solves some bugs, without reinstalling all ( and configure workers.properties, servlet.xml, web.xml, ) ? I think this is an important point because people can be discourage using tomcat if it's difficult to upgrade. Thanks for your help Laura -- To unsubscribe: mailto:[EMAIL

PLEASE HELP ME: JNDI ERROR

2002-04-15 Thread Laura
] Error= java.sql.SQLException: Eccezione IO: The Network Adapter could not establish the connection Exception IO: The Network Adapter could not establish the connection I don't know why? I have only changed the db parameter (user,pass, url). Please help me!!! Thanks Laura -- To unsubscribe

PLEASE HELP ME: JNDI ERROR 1

2002-04-15 Thread Laura
()); } } conFree = false; System.out.println([DEBUG] Punto 1); notify(); System.out.println([DEBUG] Punto 2); return con; } Please help me. Before this code was ok. Has someone some idea? Help. Laura -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

Re: AW: PLEASE HELP ME: JNDI ERROR 1

2002-04-15 Thread Laura
But I have controlled all. If I try to connect with sql plus, I connect to the db. Any suggestions? Laura Alle 18:30, lunedì 15 aprile 2002, hai scritto: You said that you changed user, password, and url. I would suspect, that you mistyped either the name of the server or the port

Re: AW: PLEASE HELP ME: JNDI ERROR 1

2002-04-15 Thread Laura
Where is nslistener network log ? This log file is on the server (where oracle is installed) or on the client? Can you explain me where it is and what I should have to find? Laura Alle 18:48, lunedì 15 aprile 2002, peter lin ha scritto: look in the tnslistener network log to see if tomcat

Re: PLEASE HELP ME: JNDI ERROR 1

2002-04-15 Thread Laura
instances that may be used for talking to a particular database that is configured in the server.xml file. So ds isn't empty: the exception is thrown when I call: Connection con = ds.getConnection(); The Datasource is Tomcat's Datasource ( I have followed jndi tutorial) Laura Alle 18:54

Re: AW: PLEASE HELP ME: JNDI ERROR 1

2002-04-15 Thread Laura
I use classes12.jar (classes12.zip): well, the database my examples was ok with, was 8i. My new database I don't know what version is: if it was 9i which driver I should use? Laura Alle 19:00, lunedì 15 aprile 2002, hai scritto: If the Oracle database that you are trying to connect

Re: AW: PLEASE HELP ME: JNDI ERROR 1

2002-04-17 Thread Laura
not establish the connection I'm without words: is there some JNDI problem for oracle 8.1.6? I have also seen network.log of oracle but it doesn't say anything (there is the connection of tomcat (my IP) but no error, I think). Can someone help me ? Please help Laura Alle 20:43

SOLVED [PLEASE HELP ME: JNDI ERROR 1]

2002-04-18 Thread Laura
someone. Thanks everybody who helped me. Laura -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Help me: URGENT!!!

2002-05-03 Thread Laura
= request.getRemoteAddr(); BUT THIS IS THE HOST IP AND NOT THE IP OF MY SERVER (server1 or server2 with two shop login different). How can I know the request ip of my server? Please help me! Thanks for your help Laura -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional

Re: SV: Help me: URGENT!!!

2002-05-03 Thread Laura
take the user IP (browser). How can I take the IP of server to distinguish between A or B? How can I use InetAddress? Thanks Laura Alle 11:28, venerdì 3 maggio 2002, Mikael Helbo Kjær ha scritto: I don't really understand your application (I guess you know that you can get the server ip via

Re: Help me: URGENT!!!

2002-05-03 Thread Laura
Ok, this is a way. But is there a way without any additional parameter, exspecially in the query string? Bye Laura Alle 12:06, venerdì 3 maggio 2002, Øyvind Vestavik ha scritto: I'm no expert, but in the request from the e-commerce server you could set an additional parameter with the IP

Fwd: Re: Help me: URGENT!!!

2002-05-03 Thread Laura
But I dont't want my IP. I presume that .getLocalHost() in my servlet gives me my IP. I want the Ip address of the requesting server (and not my IP or IP cost client = user). Thanks Laura Alle 12:03, venerdì 3 maggio 2002, Anton Schoultz ha scritto: Hi Laura, Have a look at the class

Re: Help me: URGENT!!!

2002-05-03 Thread Laura
Hi Michael, I presume that the only way solving my problem is introducing an additional parameter in the query string. sigh, sigh, sigh Bye and thanks everybody Laura Alle 12:28, venerdì 3 maggio 2002, Mikael Helbo Kjær ha scritto: I have two clients (company A and company B

Re: Help me: URGENT!!!

2002-05-04 Thread Laura
But I dont't want my IP. I presume that .getLocalHost() in my servlet gives me my IP. I want the Ip address of the requesting server (and not my IP or IP cost client = user). Thanks Laura Alle 12:03, venerdì 3 maggio 2002, Anton Schoultz ha scritto: Hi Laura, Have a look at the class

Urgent send redirect

2002-05-07 Thread Laura
)); If the url parameter,passed to my servlet is nn1.nn2.nn3.nn4, the browser of the user is redirected to http://myserver/xxx/nn1.nn2.nn3.nn4?querystring But I want: http://nn1.nn2.nn3.nn4?querystring Where is my problem? Please help me. Thanks Laura -- To unsubscribe, e-mail: mailto:[EMAIL

Tomcat memory problem ?

2002-05-07 Thread Laura
terrible. Did someone ever have this problem? Often I read in the mail list that there is some problem in memory in Tomcat: is it true? Does someone know something? Bye Laura -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: someone plz help

2002-05-07 Thread Laura
Have you set the type of the form to Multipart? laura Alle 15:40, martedì 7 maggio 2002, hai scritto: here's what I use. public static void upload ( HttpServletRequest request, String uploadFolder ) throws IOException { String cType = request.getContentType

Security problem?

2002-06-07 Thread Laura
the sum of money that the user has to pay. Could the user change the sum of money? Is redirect secure? What do you think? If yes how I can solve the problem? Thanks for your help Laura -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: AW: Security problem?

2002-06-07 Thread Laura
Hi all, thanks for your advices. Well, I have never worked with encryption. Well I know what is RSA, but how can I implement it? Do I have to install something? What have I to use to implement ansd use an RSA alghoritm? Thanks Laura Alle 11:33, venerdì 7 giugno 2002, Power-Netz

SSL question

2002-06-10 Thread Laura
and I want to call in HTTPS my web application under Tomcat (https://myserver/sss/eee) whre SSL is managed by Apache. How can I do? Thanks for your help Laura -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: SSL question

2002-06-10 Thread Laura
) if a client call https://myserver/xx/pippo is the request passed to Tomcat? How can I tell Apache to redirect http requests to https requests? Thanks Laura - Original Message - From: sonam singh [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, June 10, 2002 1:32

Security - Attack

2002-06-13 Thread Laura
: in the Apache error log I have found calls as /scripts/..%5c%5c../winnt/system32/cmd.exe, /scripts/., and so on. My question is: is Tomcat secure? How can I do Tomcat secure? Is all my system secure? ( my machine is a solaris 8). Thanks Laura

Other question

2002-06-13 Thread Laura
, with that PID, is alive. But Tomcat doesn't write any PID: how can I know if Tomcat is alive or not? Is there any script for that? Thanks for your help Laura

Re: Security - Attack

2002-06-13 Thread Laura
Hi all, thanks for your help. What do you suggest me to do? Whe you say :So it makes some sense to change the configuration for apache, what do you mean? Laura - Original Message - From: Ralph Einfeldt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, June 13

Re: Other question

2002-06-13 Thread Laura
? Where do I have to put it in the server.xml? Thanks Laura Alle 17:07, giovedì 13 giugno 2002, hai scritto: For what its worth - I created (and use) a LifecycleListener that runs on startup which logs the process ID into a file called tomcat.pid. Which is created by a shell script called

Re: Other question

2002-06-14 Thread Laura
is the problem? Thanks Laura Alle 18:18, giovedì 13 giugno 2002, hai scritto: Hi, your code seems very interesting, but I haven't understood one thing: you says Then add the following into server.xml --Begin server.xml snippet Listener className=PidLifeCycle / --End server.xml

Re: Fw: Other question

2002-06-14 Thread Laura
Hi, can you send me the function too? The perl script can be the solution. Thanks Laura Alle 16:31, venerdì 14 giugno 2002, hai scritto: Hi , excuse me, but the function getppid() ? What is this? Can you send me? Thanks a lot Laura Alle 16:20, venerdì 14 giugno 2002, hai

Re: AW: Other question

2002-06-14 Thread Laura
Well in the stage I have linux, but in the production solaris 8. Is there any difference? Laura Alle 16:40, venerdì 14 giugno 2002, hai scritto: What operating system do you have ? -Ursprüngliche Nachricht- Von: Laura [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 14. Juni

Re: Other question

2002-06-14 Thread Laura
On linux, ps -ef | grep java | grep myapp | awk '{print $1}' I'm trying it. Laura Alle 17:59, venerdì 14 giugno 2002, hai scritto: Hi, Yepp, you're right ;) Forgot that part. For us on Solaris 2.8 it's ps -ef | grep java | grep myapp | awk '{print $2}' Yoav Shapira Millennium

Tomcat PID: alive or not

2002-06-18 Thread Laura
to check if Tomcat is alive. Can you help me? Thanks for your help Laura -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Tomcat PID: alive or not

2002-06-18 Thread Laura
Which monitoring programs do you advise me? Laura Alle 17:53, martedì 18 giugno 2002, hai scritto: Having the PID doesn't tell you anything about whether or not the process is capable of serving requests. For that, you will have to create a script and run it in a cron job that makes

DBCP - Tomcat 4.0.3

2002-10-03 Thread Laura
Hi, is it possible to use DBCP with Tomcat 4.0.3? Can you give me some advices? Thanks Laura -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Servlet not working

2002-08-09 Thread Laura Findley
I typed in my first example servlet today cannot seem to get it working. I made sure all the following were done: 1) Classpath is set CATALINA_HOME=$CATALINA_HOME:/usr/java/jakarta-tomcat-4.0.4 JAVA_HOME=/usr/java/j2sdk1.4.0

Give webapps FilePermissions in catalina.policy

2002-01-07 Thread Laura Reising
\parse_time_log write) The exception class was : class java.security.AccessControlException /---snip--- The Security-Manager won't let the webapp write the Logfile. Anyone with an idea for me? RTFM wellcome! Ciao Laura -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto

Re: Give webapps FilePermissions in catalina.policy

2002-01-07 Thread Laura Reising
for every application. Isn't there a way to say: Give any webapp the FilePermissions read, write und delete for the files in the specific doc-root.? Thanx again Laura -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto

Re: catalina.policy: file:?

2002-01-09 Thread Laura Reising
} the rights to read, write und delete _any_ file in the filesystem under ${doc.root}??? What I get is: java.security.AccessControlException: access denied (java.io.FilePermission C:\Programme\ApacheGroup\jakarta-tomcat-4.0.1\webapps\jspMyAdmin\logs\parse_time_log write) Helpless... Laura

Re: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Laura Reising
Hello Daniel, I think the Warp connector has problems with absolute path names try this... - depending on where your tomcat webapps directory is WebAppDeploy /../../../home/laura/www/jsp conn /jsp dingdingding! It works! Thanx for the tip! Laura -- To unsubscribe: mailto

Re: catalina.policy: file:?

2002-01-10 Thread Laura Reising
) The decent chunk of my logfile I have attached as catalina.out.txt. When you take a look at this file it seems, that the webapp doesn't see my second grand-entry :-((( Thanks for any help! Laura access: access denied (java.io.FilePermission C:\Programme\ApacheGroup\jakarta-tomcat-4.0.1\webapps

Re: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Laura Reising
Hello Dom, I tried WebAppDeploy test/servlet/HelloWorldExample conn /testurl WebAppDeploy /../../../test/WEB-INF/HelloWorldExample conn /testurl but none of them worked. about the second WebAppDeploy: Try to remove the leading Slash. HTH Laura -- To unsubscribe: mailto:[EMAIL

Re: how to deploy WebApps in apache's UserDir's ?

2002-01-10 Thread Laura Reising
Hello Dom, Where was your class or jar file (absolute path) you mean my JSP-Files!?? /home/laura/www/jsp/ and what your WebAppDeploy looked like? WebAppDeploy ../../../../home/laura/www/jsp conn /jsp HTH Laura -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands

tomcat problems with double-byte form data?

2001-03-07 Thread Laura Lent
don't use the escape function, the double-byte stuff ends up as the ever-popular ??? garbage. I found a patch for Tomcat 3.2.1 that was supposed to fix a some kind of bug for multi-byte characters, but it didn't help. Any ideas? --

Re: ROOT-Servlets not found

2000-12-13 Thread Foster Laura
I found the following message in the mail archive, but with no reply. As I have exactly the same problem, I would very much like to know what the answer is. Thanks Laura Foster Hello, this is the problem I have: I'm using Tomcat with Apache. All my static-files I put into the path TOMCAT_HOME

Sending custom Date header from servlet?

2003-03-10 Thread Laura Werner
before calling connector.getContainer().invoke(), but since my servlet code runs after that, I think it should override this default value. Does anyone have advice on this, or see anything I'm missing? Thanks! Laura Werner BeVocal, Inc

Tomcat Clustering - Replicated Sessions

2005-05-02 Thread Laura Haverkamp
According to the Tomcat (5.5.9) documentation after a sessions has reached a certian period of inactivity it expires. However my question is when is this expired session marked by the JVM for garbage collection. The reason I ask is that our application has an interesting problem. If we start up

servlet/jps: servlet is Ok but jsp NoClassDefFoundError

2005-05-03 Thread Ferrari Laura
tried to put the jar related to servlet in common/lib, but is the same, the servlet works, but not the jsp. Any idea? Thanks. Regards. Laura Ferrari Gruppo Telecom Italia - Direzione e coordinamento di Telecom Italia S.p.A