Re: apache tomcat as services under Linux

2001-06-26 Thread Antoni Reus
Hi, The scripts should be named apache ant tomcat and should be in /etc/rc.d/init.d/ then you should make a symbolic link to them in /etc/rc.d/rc3.d/ in the case that you start your box in the runlevel 3 (note that if when you start your box it runs the X windows you are in run level 5, and

Re: Servlet configuration

2001-06-26 Thread Dmitri Colebatch
Celson, 3 things: 1. inside the webapps/cpl directory create another called WEB-INF (case-sensitive) and inside that put the web.xml. 2. also in the WEB-INF directory create a classes directory and put your servlet in there. 3. in the web.xml you will need a servlet definition if you want

RE: apache tomcat as services under Linux

2001-06-26 Thread GOMEZ Henri
The scripts should be named apache ant tomcat and should be in /etc/rc.d/init.d/ or named httpd and tomcat. if you're a Linux user and could use RPM, there is pre-packaged RPM for you which take care of that :) then you should make a symbolic link to them in /etc/rc.d/rc3.d/ in the case that

Completely frustrated with NoClassDefFoundError...

2001-06-26 Thread [ .--- --- .... -. / -... --- .-- . -. ]
Environment: I've got Tomcat 3.2.2 under IIS 5 as an NT in-process with JavaService and am using JDK1.3. I installed the JavaService with the hotspot option, rather than the classic option. I compile everything under JBuilder 4 on another machine, also using JDK1.3. Tried creating

Re: apache tomcat as services under Linux

2001-06-26 Thread Pier Paolo Bortone
Grazie Antoni, you are right. The last night, after several tests, I have found that Linux was running on runlevel 5, then I have moved my links on run level 5. Now I want remove the GNOME installation to access to Linux via telnet only. I want uninstall GNOME and modify the runlevel via xterm.

Tomcat4.0 and client authentication

2001-06-26 Thread sanjeev sharma
Hi All! I 'm facing the diffculity over client authentication in Tomcat 4.0 Can anybody guide me how to configure it.If some cerificate(client) has to be placed over server end then where to place. I would be thankful for complete info. regards = My Warm wish are always with U Do Send

tomcat 3.2.2 on Tru64 UNIX v5.1 problems

2001-06-26 Thread Stewart Mclean
Hi guys, I've got some strange problems with tomcat 3.2.2 on an alpha box running Tru64 UNIX v5.1. I'm using the binaries but I'm experiencing the following problems: *) startup.sh and tomcat.sh don't start tomcat. Neither script is finding the server.xml file yet the file is in its

OT: Changing runlevel in Linux, was Re: apache tomcat as services under Linux

2001-06-26 Thread Antoni Reus
Hi, You can change the runlevel editing the /etc/inittab file, you should put it at runlevel 3. It is not necesary to remove GNOME. - Original Message - From: Pier Paolo Bortone [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 26, 2001 9:16 AM Subject: Re: apache tomcat as

Help on Security Issue - Tomcat 3.2.2

2001-06-26 Thread Murali Sethuraman
Hi, We have a client who wants to use Tomcat 3.2.2 with Netscape WebServer 3.6.3. Can you please highlight any security issues involved with this setup? If there are security concerns how this can be addressed. Thanks. Regards, Murali Sethuraman ITS - Software Services Team GBM, General

Tomcat for IIS4

2001-06-26 Thread Patrick Low Sie Faat
Title: Tomcat for IIS4 Hi Sir, I have the following error in the isapi.log: - [jk_isapi_plugin.c (355)]: jk_ws_service_t::write, WriteClient failed [jk_ajp12_worker.c (601)]: ajpv12_handle_response, error writing back to server [jk_isapi_plugin.c (355)]: jk_ws_service_t::write,

mod)jk

2001-06-26 Thread Pragneshkumar Gandhi
Hello All This is Pragneshkumar Gandhi from India. I am new to this mailing list and tomcat world. can any body suggest me good write up on tomcat and mod_jk I am trying to configure apache and tomcat with mod_jk but not successful. /servlet/Login not found on this sever. this error is comming

Tomcat 3.2.2 and win2000 - problem

2001-06-26 Thread Design
Dear Sirs!I try to move Apache and Tomcat3.2.2 from Linux to win2000 platform.On Linux platform it works.An error appear when I run tomcat.bat on Win2000:"can't find class org/apache/tomcat/startup/Tomcat"File Tomcat.java is ind:\jakarta-tomcat-3.2.2\src\org\apache\tomcat\startupthe bath

AW: Tomcat 3.2.2 and win2000 - problem

2001-06-26 Thread Ralph Einfeldt
You must have the class in the classpath not the source. See where your Tomcat.class is located and correct the path. -Ursprungliche Nachricht- Von: Design [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 26. Juni 2001 11:33 An: [EMAIL PROTECTED] Betreff: Tomcat 3.2.2 and win2000 -

tomcat 3.2.2 session already invalidated-serious problem

2001-06-26 Thread Its Me.. Karthik
Hi, im usuing tomcat 3.2.1..when i invalidate my session im getting error.. this is my piece of code if(monitor.containsKey(uname)){ HttpSession oldSession = (HttpSession)monitor.get(uname); oldSession.invalidate(); } the error is Internal Servlet Error:javax.servlet.ServletException:

Tomcat + FOP, missing method in org.w3c.dom.Node

2001-06-26 Thread Stefan Neumann
Hi, I try to use FOP 0.17.0 with Tomcat 3.22 It seems that FOP is calling a method from the org.w3c.dom.Node.class that's not available. Is it possible that Tomcat insists on using the Node.class that is part of parser.jar in the Tomcat/lib-directory ?? I already tried to put xalan.jar and

Adding new Context to Tomcat

2001-06-26 Thread megacom int
Hi, I've set up the JSP to run in IIS5. I want to use new context, but I don't know how to add the new context in Tomcat. The tomcat IIS HOWTO instruction doesn't discuss it. I've tried to use the ContextAdmin to do it but I cann't log in the page even I tried with the domain admin login.

RE: Problem in IIS 5.0 and Tomcat 3.2,1 installation

2001-06-26 Thread Randy Layman
If the filter doesn't have a green arrow then it can't be working, and therefore the log line is to be expected. Problems getting a green arrow up are always related to one of two things: 1. Incorrect registry settings (recheck your spelling and spacing) 2. No

RE: Tomcat + FOP, missing method in org.w3c.dom.Node

2001-06-26 Thread Randy Layman
You need to get them info the classpath before the parser.jar file is added. You can do this several ways: 1. Edit Tomcat.bat to add xalan/xerces before the internal classpath is built 2. Drop xalan/xerces into TOMCAT_HOME/lib and rename them to _xalan/_xerces

RE: Adding new Context to Tomcat

2001-06-26 Thread Randy Layman
When using IIS there are two things that you need to do for a new context. First, add it to Tomcat (which you did with ContextAdmin). Now, you need to make IIS notice the new context. Do this by editing the uriworkermap.properties file. You probably just want to copy the samples for

autoexec.bat

2001-06-26 Thread Luc Juggery
Hello, i've downloaded tomcat 3.2.2 but i got trouble starting it up . Well, i'm not really familiar with all of this in fact, i got the following error OUT OF ENVIRONNEMENT SPACE and i'm also told that there is something wrong with my CLASSPATH. I use Windows 98, i have the following directory

Re: autoexec.bat

2001-06-26 Thread Antoni Reus
Hi, - Original Message - From: Luc Juggery [EMAIL PROTECTED] C:\PROGRA~1\NETWOR~1\MCAFEE~1\SCAN.EXE C:\ @IF ERRORLEVEL 1 PAUSE @echo off SET PATH=c:\jdk1.2\bin;c:\jdk1.2\lib;c:\jakarta-tomcat-3.2.2\lib SET %TOMCAT_HOME%=c:\jakarta-tomcat-3.2.2 SET

Enterprise JavaBeans support?

2001-06-26 Thread Aaron Cooper
Hello I have been checking the online documentation but I have not found the answer I am looking for. I know that Tomcat support JavaBeans, but does it support EJB? Thanks Aaron

AW: Enterprise JavaBeans support?

2001-06-26 Thread Thomas Bezdicek
no it does not. look for jboss for ejb support, works with tomcat. regards, tom -Ursprungliche Nachricht- Von: Aaron Cooper [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 26. Juni 2001 13:57 An: Betreff: Enterprise JavaBeans support? Hello I have been checking the

RE: Enterprise JavaBeans support?

2001-06-26 Thread Randy Layman
Tomcat is not an EJB Container. It can work with EJB Containers like JBoss, WebLogic, etc by running the remote interfaces which will then communicate with the EJB server. Randy -Original Message- From: Aaron Cooper [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26,

AW: Enterprise JavaBeans support?

2001-06-26 Thread Arnold Senn
Hello Aaron, You know that J2EE defines different containers? So for Servlets/JSPs(also JSPs together with JavaBeans) you need a webcontainer(e.g. Tomcat). For EJBs you need an EJBcontainer which is normally part of an ApplicationServer (e.g. Borland AppServer) E.g. Borland AppServer include

how to use jsp:include inside a custom tag?

2001-06-26 Thread Richard Sand
I want to do a jsp:include inside a custom tag, but Tomcat gives me: java.io.IOException: Illegal to flush within a custom tag My JSP is: ipa:ifUserLoggedIn jsp:include page=/footers/logged_in.html flush=true/ /ipa:ifUserLoggedIn Is there another way to do this? I have had this code

RE: Tomcat + FOP, missing method in org.w3c.dom.Node

2001-06-26 Thread Randy Layman
Strange, it should have worked, oh well... There will be a place in tomcat.bat file labeled :setClasspath. You want to replace :setClasspath set CP=%TOMCAT_HOME%\classes with :setClasspath set CP=xalan.jar;xerces.jar;%TOMCAT_HOME%\classes Be sure to make the paths to xalan and

Re: Enterprise JavaBeans support?

2001-06-26 Thread Sophie
Hello Aaron, For EJB you need an additional server. Free EJB servers are Jonas (via www.evidian.com) and jboss (I think www.jboss.com). I am working with Jonas and am quite happy with the server and the support via their mailing list. There is also a combination of Jonas and Enhydra, which is

RE: Adding new Context to Tomcat

2001-06-26 Thread Rajeshwar Rao.V
Tomcat IIS How to discuss about how to add context in case you integrated Tomcat with IIS . For adding context to standalone Tomcat, please open server.xml and find for context tag for eaxmples.Copy an extra of this in server.xml and replace examples with your own context name. -raj-

RE: Problem in IIS 5.0 and Tomcat 3.2,1 installation

2001-06-26 Thread Rajeshwar Rao.V
check out this URL. http://www.verysimple.com/scripts/support_tc_iis.html -raj- -Original Message- From: INGRP Avi Inbar 5292 [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 10:53 AM To: [EMAIL PROTECTED] Subject: Problem in IIS 5.0 and Tomcat 3.2,1 installation Hi, I would

Unsafe path

2001-06-26 Thread Keuck, Carl Jan
Hi out there, I'm trying to run Cocoon 1.8.2 on Apache 1.3.12 an Tomcat 3.2.2 on WinNT4.0. Installation looks fine to me, but somehow it's not working. Tomcat tells me: 2001-06-26 01:52:42 - Ctx( /cocoon ): Unsafe path D:\Programme\Apache_Group\jakarta-tomcat-3.2.2\webapps\cocoon

RE: Tomcat + FOP, missing method in org.w3c.dom.Node

2001-06-26 Thread Stefan Neumann
NOW IT WORKS :) For those with similar problems: xalan.jar and xerces.jar are in the Tomcat-lib-folder and the relevant part of the tomcat.bat is rem - Set Up The Runtime Classpath -- :setClasspath set

Needs to open 2 ports on Tomcat 3.2.1, how to do?

2001-06-26 Thread Vuillamy Andreane
Hi all, I'm trying to upgrade Tomcat from an old version (I don't know which one) to Tomcat 3.2.1, for the application I'm working on. In the past, two ports where specified in the server.xml file : Server adminPort=XX workDir=work ContextManager port=YY hostName={0} inet={1} We used the

FW: jspC and taglib problem

2001-06-26 Thread Sibon Barman
I am forwarding the attached email again seems like I sent the email at a bad time yesterday (no response yet). [Sorry to crosspost against Struts --- I think the problem could be fixed by either Struts or Tomcat audience] I am using Tomcat 3.2.2 and Struts 1.0 for translating the jsp

Re: Problem in IIS 5.0 and Tomcat 3.2,1 installation

2001-06-26 Thread Thomas Colin de Verdiere
In version IIS 5.0 IIS use a new way to stock its filter path and so on, It was in the registry it's now in a file .\winnt\system32\inetserv\MetaBase.bin so it's a compatibility problem, i do remove the file from the Management Console and it does work. Try to edit MetaBase.bin in Hex and search

Tomcat causing crashes, please help

2001-06-26 Thread Mark Sutton
I have just installed Tomcat 3.2.2 as a standalone on Win2000 Pro, P2-400MHz, 196MB. I have also installed j2se 1.3.0_03 and j2ee 1.2.1. Apart from changing JAVA_HOME, TOMCAT_HOME and CLASSPATH (to enable the quick compiling of classes), I have made no changes to the startup, shutdown and

Tomcat stops servlets

2001-06-26 Thread Scott Weaver
I'm running tomcat 3.2.1 on W2K. I've been running Tomcat successfully for sometime. BUT (and there's always a but) after some time (in this case 88 hours) Tomcat seems to start the servlet but then stop it. Tomcat is running and allows a post to come in and it starts my servlet but the servlet

Bean in application scope

2001-06-26 Thread Jack Li
Hello, I have a java bean in application scope. The bean creates a database connection pool. However, sometime the database gets reboot. Then, the jsp pages have the bean included get crashed. How do I detect the exception and reinitialize the bean? Thanks Jack

RE: httpsession and graceful shutdown in tomcat

2001-06-26 Thread Shai Deljo
Thanks, -Original Message- From: Andrew Zhdanov [mailto:[EMAIL PROTECTED]] Sent: Monday, June 25, 2001 6:18 PM To: Shai Deljo Subject: Re: httpsession and graceful shutdown in tomcat Hello Shai, Monday, June 25, 2001, 5:29:41 PM, you wrote: SD Hi, SD Does a graceful shutdown in a

RE: Tomcat causing crashes, please help

2001-06-26 Thread Randy Layman
I am running Tomcat on Win2K pro as well, using JDK 1.2.2_007 and not having any problems. I know that Sun has had lots of problems with their 1.3 JDKs, maybe you should try upgrading to 1.3.1? The error message that you list is not really significant. If you want more

Re: Unsafe path

2001-06-26 Thread Brett M. Bergquist
I had something similar when I ported from Tomcat 3.1 to Tomcat 3.2.2. It turned out I was calling a getResourceAsStream or something similar with a trailing space at the end of the path that I was passing. For example I was calling something like 'getResourceAsStream(/foo/bar )' as apposed to

RE: Bean in application scope

2001-06-26 Thread Randy Layman
This sounds like something that you need to deal with in the internals of your bean - using the Connection's isClosed method (or something like that). Randy -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 9:28 AM To: '[EMAIL

open xml/xsl files inside classpath

2001-06-26 Thread Pedro Salazar
Greetings, I have a servlet which read some properties (using the ResourceBundle) from a properties file in a package PT.teste.props where exists a relation like this: fileA.xml = file1.xsl fileB.xml = file2.xsl ... Of course getting the properties file is simple task because I just use

Re: Enterprise JavaBeans support?

2001-06-26 Thread anil
Hi Aaron, Check www.jboss.org. They have Tomcat and Jboss bundle together module and it is ready to roll. anil Aaron Cooper wrote: Hello I have been checking the online documentation but I have not found the answer I am looking for. I know that Tomcat support JavaBeans, but does it

RE: open xml/xsl files inside classpath

2001-06-26 Thread William Kaufman
ServletContext.getResourceAsStream(): http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/ServletContex t.html#getResourceAsStream(java.lang.String) (I believe it shows up starting in JSDK version 2.1, or Tomcat 3.2.) -- Bill K.

RE: Odd Tomcat 3.3m3 Problem

2001-06-26 Thread Jason Koeninger
I know where to find the documentation on increasing the threads, but I thought it was set to 100 by default. If that's the case, I'd love to know how 1 user could exhaust 100 threads in a little less than 30 minutes. This machine isn't live yet...I've just been doing testing on our new

RE: open xml/xsl files inside classpath

2001-06-26 Thread Stefan Neumann
Or at least a way where the path is relative to the web application? You can use getResourceAsStream() of the ServletContext. Stefan -Original Message- From: Pedro Salazar [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 26. Juni 2001 15:24 To: [EMAIL PROTECTED] Subject: open xml/xsl files

web.xml not working

2001-06-26 Thread Erin Lester
I have created a web application as per the Servlet API specs and deployed it into the webapps directory of Tomcat in a directory called 'sampleapp.' The only way that I am able to access the webapp's servlet (which is in sampleapp/WEB-INF/classes) is by the url

Tomcat stops running ...

2001-06-26 Thread Erin Lester
I have Apache 1.3 and Tomcat 3.2 installed on Sun 2.7. I have had no problems with Apache, but Tomcat seems to stop running after a short period of time (a few hours). I restart it and it seems to work fine. I also haven't seen any error messages popping up. Any ideas as to why this is

Re:Latin2 code page

2001-06-26 Thread Tomasz.Sucharzewski
You should get the parameter from request object (which comes in fact in iso8859-1 page) and convert it to iso8859-2 or windows-1250. You can do it by creating String with the method new String(bytes[], isopage) - look in JDK manuals. Regards /) Tomasz Sucharzewski

RE: Odd Tomcat 3.3m3 Problem

2001-06-26 Thread Randy Layman
I'm going to throw my 2 cents worth in here, did you, perhaps, stop Tomcat after starting Apache? I seem to remember that every time you stop Tomcat, you must also stop Apache, then start Tomcat and start Apache. Randy -Original Message- From: GOMEZ Henri

URGENT jk_connect.c problem / UPDATE: weird log entry in mod_jk.log other problems

2001-06-26 Thread Nico Wieland
hi again i have some strange entries in my mod_jk.log, generated almost every minute: [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 111 [jk_ajp12_worker.c (152)]: In jk_endpoint_t::service, Error sd = -1 [jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close,

RE: Odd Tomcat 3.3m3 Problem

2001-06-26 Thread GOMEZ Henri
I'm going to throw my 2 cents worth in here, did you, perhaps, stop Tomcat after starting Apache? I seem to remember that every time you stop Tomcat, you must also stop Apache, then start Tomcat and start Apache. No more a problem on mod_jk for TC 3.3-m3 :)

RE: URGENT jk_connect.c problem / UPDATE: weird log entry in mod_jk.log other problems

2001-06-26 Thread GOMEZ Henri
i have some strange entries in my mod_jk.log, generated almost every minute: [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 111 [jk_ajp12_worker.c (152)]: In jk_endpoint_t::service, Error sd = -1 [jk_uri_worker_map.c (335)]: jk_uri_worker_map_t::uri_worker_map_close, NULL

Re: JkMount in httpd.conf

2001-06-26 Thread Richard Richter
Hi all... Thanx Dim for a step forward... You're right... Apache redirected the request. :-))) I was looked only at terminal (thinking that debug=9 is enough) - but in fact, just in mod_jk.log there is two lines for every request to my servlet: [jk_uri_worker_map.c (344)]: Into

URL rewriting ad nauseum

2001-06-26 Thread Ros
My site *has* to track sessions whilst allowing users to disable cookies. In development so far i've been using tomcat with apache (using mod_jk). This isn't going to work for the real thing (bug #1388) As far as i can see and if i understand right, i have 3 options: 1) Use Tomcat standalone

Re: Obtaining mod_jk.so

2001-06-26 Thread Richard Richter
Hi Mike... Everything can be found on jakarta.apache.org... E.g. binaries: http://jakarta.apache.org/site/binindex.html And more exactly (for 3.2.2 Tomcat in which you have to find mod_jk): http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.2/bin/ Choose your platform... etc. ;-)

$B:#F|$N;q6b7+$j$O(B

2001-06-26 Thread $B&9)(B
$B!&!&!&(B $B:#F|$N;q6b7+$j$G$*:$$j$NJ}$O(B $B!&!&!&(B http://www.justinmail.net/ma01/pa01.htm $B!&!&!&(B $B!&!&!&(B $B!&!&!&(B $B!&!&!&(B $B!&!&!&(B $B!&!&!&(B $B!&!&!&(B $B!&!&!&!&(B $B#1#0#0K|1_$^$G$4M;;qCW$7$^$9!#(B $BF|K\A49q!&:#F|Cf$K4V$K9g$$$^$9$N$G(B

Re: URL rewriting ad nauseum

2001-06-26 Thread Tim O'Neil
Session tracking without cookies is a huge engineering mess. I don't quite understand what your choice of server platform has to do with it. Have you taken a look at the HttpSessionObject? Is that what you mean with the bug you mention? (I've used cookies solely, I don't know much about

Report to Recipient(s)

2001-06-26 Thread LINTNG6
Incident Information:- Originator:David Kadlecek [EMAIL PROTECTED] Recipients:'[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: Here you have, ;o) WARNING: The file AnnaKournikova.jpg.vbs you received was infected with the VBS/SST virus. The file attachment was not successfully

Report to Recipient(s)

2001-06-26 Thread LINTNG6
Incident Information:- Originator:Charles Lee [EMAIL PROTECTED] Recipients:[EMAIL PROTECTED] Subject: Here you have, ;o) WARNING: The file AnnaKournikova.jpg.vbs you received was infected with the VBS/SST virus. The file attachment was not successfully cleaned.

Report to Recipient(s)

2001-06-26 Thread LINTNG6
Incident Information:- Originator:[EMAIL PROTECTED] Recipients:[EMAIL PROTECTED] Subject: Rejected Message WARNING: The file homepage.HTML.vbs you received was infected with the VBS/SST.gen@MM virus. The file attachment was not successfully cleaned.

Report to Recipient(s)

2001-06-26 Thread LINTNG6
Incident Information:- Originator:Dilip Dalton [EMAIL PROTECTED] Recipients:Tomcat User [EMAIL PROTECTED] Subject: Homepage WARNING: The file homepage.HTML.vbs you received was infected with the VBS/SST.gen@MM virus. The file attachment was not successfully cleaned.

Report to Recipient(s)

2001-06-26 Thread LINTNG6
Incident Information:- Originator:ALex Loubyansky [EMAIL PROTECTED] Recipients:[EMAIL PROTECTED] Subject: Homepage WARNING: The file homepage.HTML.vbs you received was infected with the VBS/SST.gen@MM virus. The file attachment was not successfully cleaned.

HttpConnectionHandler won't start

2001-06-26 Thread Jeffrey Lam
I'm trying to run tomcat 3.2.2 as a standalone server. When I try to start it, I see that the classpath is set and that the contexts for my webapps are added. However, I do not see any messages for the HttpConnectionHandler or the Ajp12ConnectionHandler. I'm running tomcat 3.2.2 on Redhat 7.0

TomCats thread pool connector leaking

2001-06-26 Thread Jochen Wiedmann
Hi, we are using TC 3.2.2 in standalone mode on a medium frequented site. I am sure we never have more than 40-50 active, simultaneous connections. However, from time to time I see the message thread pool exhausted in jvm.stderr. I have raised the max_threads parameter in server.xml, lets see

open MS document in IE 4.01

2001-06-26 Thread Jack Li
Does anyone know if IE 4.01 can open Microsoft word document or Excel spread sheet? Thanks Jack Li

Report to Recipient(s)

2001-06-26 Thread LINTNG6
Incident Information:- Originator:[EMAIL PROTECTED] Recipients:[EMAIL PROTECTED] Subject: Mail Notification WARNING: The file AnnaKournikova.jpg.vbs you received was infected with the VBS/SST virus. The file attachment was not successfully cleaned.

Report to Recipient(s)

2001-06-26 Thread LINTNG6
Incident Information:- Originator:tsaiching wong [EMAIL PROTECTED] Recipients:tomcat-user [EMAIL PROTECTED] Subject: Here you have, ;o) WARNING: The file AnnaKournikova.jpg.vbs you received was infected with the VBS/SST virus. The file attachment was not successfully cleaned.

Report to Recipient(s)

2001-06-26 Thread LINTNG6
Incident Information:- Originator:[EMAIL PROTECTED] Recipients:[EMAIL PROTECTED] Subject: Mail Notification WARNING: The file AnnaKournikova.jpg.vbs you received was infected with the VBS/SST virus. The file attachment was not successfully cleaned.

Re: tomcat 3.2.2 session already invalidated-serious problem

2001-06-26 Thread Jeff Kilbride
Why not wrap your call to invalidate() in a try-catch clause? If the exception occurs, the session is already invalidated -- which is what you're trying to accomplish anyway. try { oldSession.invalidate(); } catch ( IllegalStateException ise ) { ; } --jeff - Original Message -

Re: web.xml not working

2001-06-26 Thread Charles Baker
Here is a servlet definition from my web.xml file: servlet servlet-name Login /servlet-name servlet-class com.beeslender.servlets.LoginServlet /servlet-class servlet-mapping servlet-name Login

RE: Odd Tomcat 3.3m3 Problem

2001-06-26 Thread Jason Koeninger
Thanks for the idea, but that's not it. I'm getting data back, it's just the wrong data from the wrong context. That problem usually results in an Apache generated error. As far as 3.3m3 is concerned, that old problem doesn't seem to be there anymore. I haven't had any problems stopping

URGENT HELP, PEASE IIS integration won't integrate

2001-06-26 Thread Kevin Queen
List, I am in a time crunch here and hope you have an answer for me. I am trying to integrate IIS and Tomcat 3.2.2. I have the examples context working, and I can serve my servlet from port 8080, but I can't get IIS to hand off the request for my servlet to Tomcat so all I get is a 403 or a

RE: URGENT HELP, PEASE IIS integration won't integrate

2001-06-26 Thread Randy Layman
Remove your virtual directory, it is unnecessary and causing your problems. Randy -Original Message- From: Kevin Queen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 2:16 PM To: Tomcat-User@Jakarta. Apache. Org Subject: URGENT HELP, PEASE IIS integration

RE: Odd Tomcat 3.3m3 Problem

2001-06-26 Thread Jason Koeninger
On Tue, 26 Jun 2001 16:20:27 +0200, GOMEZ Henri wrote: What's you workers.properties file, could you send us a copy ? in ajp12 you'll see a performance loss since Apache will loose time to reestablish the connection. Yeah, but I figure that's better than what I'm getting now. Based on the

RE: Error: 500

2001-06-26 Thread Jann VanOver
It looks like you were doing step 4 with the JSP from step 5. This code won't work until after you've created and compiled the tag library, which you haven't done yet if you're working in order. Try it with the JSP code from Listing 3 and you shouldn't get this error. -Original

Re: Apache won't start with Tomcat

2001-06-26 Thread Tim O'Neil
Might help to have the section of the conf file that the error is talking about... At 11:24 AM 6/26/2001, you wrote: Greetings: I have recently upgraded to Apache 1.3.14 with Tomcat 3.2.2. When I attempt to start Apache, I get the following error message: Syntax error on line 1 of

getServletContext()

2001-06-26 Thread JeremyRayYoo
Hi, I have a problem I have been trying to solve for a very long time. I first have a initialization servlet set by load_on_startup tag. In this servlet I create a database connection and pass it to the ServletContext like this. getServletContext().setAttribute(dbConnection,dbConnection);

RE: Odd Tomcat 3.3m3 Problem

2001-06-26 Thread Tim O'Neil
Routers and fire walls may have settings in them that decide that a connection has been idle too long and close it. We had a problem with an installed product (ours) that kept having problems connecting to other components. (Distributed app). After months of finger wagging and getting chewed out

tomcat and hardware load balancer

2001-06-26 Thread Patrick Tiquet
I'm trying to use tomcat through an Alteon load-balancer. However, I'm seeing a issue where connections remain in Established between the load-balancer and Tomcat, even though the client request has terminated between Apache and the load-balancer. The result is a bunch of unused established

IIS won't Integrate (Revisited)

2001-06-26 Thread Kevin Queen
Thank you for the advice Randy, but now I have a directory listing (good) but can't get Tomcat to start the servlet (bad). Here is an example of what I want vs. what I am getting: What I want: http://localhost/test/index.xml to invoke a servlet that is mapped to the context test (in web.xml)

JDBCRealm doesn't allow a blank password -- is this a bug?

2001-06-26 Thread Jann VanOver
I'm using Tomcat 3.2.2 I was just beginning to try out JDBCRealm and was continuing to get an error. The Tomcat.log said: 2001-06-26 11:27:05 - ContextManager: JDBCRealm: SQLException: java.sql.SQLException: Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server

RE: open MS document in IE 4.01

2001-06-26 Thread Jann VanOver
What does this have to do with Tomcat? -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 8:38 AM To: '[EMAIL PROTECTED]' Subject: open MS document in IE 4.01 Does anyone know if IE 4.01 can open Microsoft word document or Excel spread sheet?

RE: Error: 500

2001-06-26 Thread alex chang
Hi Jann, thanks for replying. It does work with the jsp from step 4 as you've said, where it simply prints the word Welcome. But it still doesn't work with the modified jsp page, where I have the taglib directive up top and replace the word Welcome with the onjava:hello /. I've done some more

Re: web.xml not working

2001-06-26 Thread Erin Lester
Thanks for the suggestion, but I don't think that's it. According to the Java Servlet Spec. v2.2 (ch. 13, pg 65), servlet-mapping isn't contained within the servlet element, but is a seperate element. In my original post I said I couldn't have a web.xml file in my application. That was

RE: IIS won't Integrate (Revisited)

2001-06-26 Thread SHeyns
Title: RE: IIS won't Integrate (Revisited) Just a quick question here does http://localhost:8080/test/index.html work ? If so could you not stop IIS and run Tomcat on port 80 by changing the conf\server.xml file to Connector className=org.apache.tomcat.service.PoolTcpConnector Parameter

RE: altering include files

2001-06-26 Thread Jann VanOver
No, not really. You CAN delete all the tomcat\work files for that context, or touch the file that does the include. Either of these things will force the page to be recompiled. I've been trying to replace my includes with: %

RE: Tomcat 4 and apache. How to make them work together?

2001-06-26 Thread Jann VanOver
Did you check the tomcat user guide? -Original Message- From: Alejandro Arredondo [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 7:31 AM To: [EMAIL PROTECTED] Subject: Tomcat 4 and apache. How to make them work together? I have installed Tomcat 4 configured it and it works

Re: web.xml not working

2001-06-26 Thread Krishna Muthyala
Eric If you deploy your servlets using a web.xml then you should have your servlets properly packaged. so in your case you need to package your servlets as com.beeslender.servlets.LoginServlet package com.beelender.servlets; at the top of your Login Servlet and then you should map your web.xml

invalid sessions with jsp and url rewriting

2001-06-26 Thread Chris Arsenault
I am currently changing from using jserv to using tomcat. I have a jsp website that has been working fine and still works fine under jserv but when I run it under tomcat, my sessions are becoming invalidated. I'm using url rewriting and I have noticed that tomcat is using the

RE: open MS document in IE 4.01

2001-06-26 Thread Krishna Muthyala
if you set up the mime types correctly then it should open up when you serve up the request Kris --- Jann VanOver [EMAIL PROTECTED] wrote: What does this have to do with Tomcat? -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 26, 2001 8:38 AM To:

RE: Error: 500

2001-06-26 Thread alex chang
Hi, I made sure to double check everything before I wrote here (I also just signed up and wrote to the taglibs-user group). My directory structure is like this: onjava/ +- images/ +- WEB-INF/ +- classes/ +- com/ +- onjava/ +- lib/ +- com/ +-

Re: IIS won't Integrate (Revisited)

2001-06-26 Thread Krishna Muthyala
What do you mean invoke the servlet when you type http://localhost/test/index.xml, what does index.xml contain? if you mapped the url path as something else and trying to look to servlet to work it will not. Please be more clear on what you want to do and I may be able to help you out Kris ---

Re: getServletContext()

2001-06-26 Thread Krishna Muthyala
hey Is the initialization working properly? are you able to see that the database conneciton is being achieved and is being passed over. Then the next thing would be to check for the session, may be the session is getting invalidated and hence when you try to retrieve the Connection, it gets

RE: Error: 500

2001-06-26 Thread Jann VanOver
You said: My HelloTag.java is in the main onjava/ directory; I compiled it with: javac -d WEB-INF\lib HelloTag.java next time, try javac -d WEB-INF\classes HelloTag.java !!! It created the com/onjava/ directories. I thought nothing of it since HelloTag is in the package com.onjava.

RE: Error: 500

2001-06-26 Thread Filip Hanik
I compiled it with: javac -d WEB-INF\lib HelloTag.java this is wrong, it should be javac -d WEB-INF\classes HelloTag.java in lib you have .jar files, in classes you have .class files Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net

refresh..

2001-06-26 Thread Liming Xu
hello, I have a jsp page that won't catch any session data unless i shut down the tomcat and restart it again..or refresh the IE browser... it happens every first time, but if I come back again the session values will be there, got any ideas? thanks

RE: Error: 500

2001-06-26 Thread alex chang
Thank you!!! It works!!! =) =) =) -alex --- Jann VanOver [EMAIL PROTECTED] wrote: You said: My HelloTag.java is in the main onjava/ directory; I compiled it with: javac -d WEB-INF\lib HelloTag.java next time, try javac -d WEB-INF\classes HelloTag.java !!! It created the

RE: Tomcat 3.2.2 and win2000 - problem

2001-06-26 Thread Jann VanOver
Please go back and review the Tomcat installation instructions (http://jakarta.apache.org/tomcat/tomcat-3.2-doc/uguide/tomcat_ug.html) PS. if you are on Win2K, you should use ControlPanel=System=Advanced=EnvironmentVariables to set your path. You should not be editing Autoexec.bat

  1   2   >