Printing problem of applets.

2001-02-27 Thread Shriranga K Kulkarni
Hello All, I have written an applet which has interaction with servlet and database. When we try to print through the Browser option , it gives an exception saying that object persistence (serialization) is not present. Any idea what should be done about this? The second problem I am

Still having problems controlling the thread amount with Tomcat

2001-02-27 Thread Andrew Stewart
tried both 3.2.1 and 3.3m1, here is 3.3m1 server.xml: !-- new http adapter. Attributes: secure - use SSL ( https ) keystore, keypass - certs for SSL port -- !-- Http10Interceptor port="8080"

Apache - Tomcat startup race for port 8009?

2001-02-27 Thread Chris Haynes
As far as I can read there are the following requirements when using Apache and Tomcat with AJP13 linking them: 1) To have Apache forward requests using AJP13 requires Tomcat to listen on Port 8009 and Apache to send to it. 2) Tomcat must have opened that port for listening before Apache

HELP: MIGRATION FROM JSERV TO TOMCAT

2001-02-27 Thread Paolo Fantoli
I DON'T SUCCED IN CONFIGURING TOMCAT INSTEAD OF JSERV TO COOPERATE WITH IIS. WHICH FILES MUST I CHANGE EXACTLY, COMPARING TOMCAT WITH JSERV??? AND WHICH CHANGES MUST I DO ??? IF THERE IS A GOOD BOY ON LINE, OR SOMEBODY WHO TOOK MY SAME PROBLEM , PLEASE I NEED HELP. THANKS A LOT I'M

Tomcat class loader

2001-02-27 Thread uthay
It was stated in the tomcat installation instructions that tomcat will reload any servelet or jsp file if the file is changed. I am using a package through a servlet. Although I have modified the package, tomcat is refusing to load the new classes and holding onto the older ones. May be its

404 error when pressing 'Submit' button when running a JSP

2001-02-27 Thread Schiff, Nicky
Title: 404 error when pressing 'Submit' button when running a JSP Having installed and attempted to configure Tomcat v3.2.1 and Apache v1.3, I try to run a JSP called 'logon.jsp' via my browser (IE v4.0). The Java application is installed within a Sun Solaris UNIX environment. The JSP is

Re: Tomcat 3.2.1 mod_jk binaries for Solaris 8/SPARC and Linux (EAPI)

2001-02-27 Thread Douglas Moore
Do you have one for Solaris 8/Intel? (OR would the Linux binary work..?) "Jones, Stephen" wrote: Since my company is attempting to redistribute mod_jk in binary format to simplify installing our web product, I compiled these versions of mod_jk for SSL-enabled (EAPI) Apache 1.3.17. The

BindExcetion error!

2001-02-27 Thread y_amarnathreddy
Hi folks, I'm amar from Infosys tecnologies India,now i'm facing the following problem when trying to start Tomcat from a linux m/c,the error is BindException Error:Address already in use This is happening even when the port used by tomcat is

Apache and Tomcat

2001-02-27 Thread dsergent
I try to use apache with tomcat 3.2.1 when I try to access a page, an error occures in the httpd_error.log : [Tue Feb 27 13:18:25 2001] [emerg] JServ: Error setting defaults: ApJServLogFile : file '/public/http/html/./logs/mod_jserv.log' can't be opene d [Tue Feb 27 13:18:25 2001] [crit]

Re: BindExcetion error!

2001-02-27 Thread Chris Haynes
Amir, Don't know the full answer, but are you aware that tomcat will need two, three or even four ports (depending on how you have configured it) not just "the port" as you imply? There will be the http port (80/www or 8080, depending on how you have configured it), port 443/https if you have

Re: Strange error

2001-02-27 Thread Shailendra
hi no ans for my question. nobody know the solution... nobody want to help ... please if you know somthing please mail shailendra - Original Message - From: Shailendra [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 26, 2001 10:48 AM Subject: Strange error hi i am

Re: BindExcetion error!

2001-02-27 Thread Chris Haynes
Correction re the msg to Amir: netstat -t -a is better - it lists both listening and established uses of ports. Chris - Original Message - From: "Chris Haynes" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 27, 2001 11:55 AM Subject: Re: BindExcetion error! Amir,

Re: Strange error

2001-02-27 Thread Chris Haynes
Shailendra, Have you checked the file permissions on the .class file? Could be that you have permission to write to this file when you do it manually , but the user associated with the JWS does not have write permission. Chris Haynes Evesham, England - Original Message - From:

RE: Tomcat 3.2.1 mod_jk binaries for Solaris 8/SPARC and Linux (EAPI)

2001-02-27 Thread Rosalind Wilson
or one for AIX 4.3 :o) ??? = Original Message From Douglas Moore [EMAIL PROTECTED] = Do you have one for Solaris 8/Intel? (OR would the Linux binary work..?) "Jones, Stephen" wrote: Since my company is attempting to redistribute mod_jk in binary format to simplify installing our web

Tomcat config.

2001-02-27 Thread REYNOLDS, NIKOLAS (HP-Germany, ex1)
Hi, I have Tomcat configured with Windows NT Server. And I want to add a new project into webapps. Do you know the file to change and what do I change??? I think it is web.xml and server.xml Thanks for your help Nik -- Nikolas J. Reynolds Hewlett-Packard GmbH NSL HPS ESSO RD HQ Herrenberger

Re: Strange error

2001-02-27 Thread Shailendra
Chris Haynes soory i could not understand your ans. have you checked the file permissions on the .class file? where to check ? what to check for .class permission? in this jsp i am not dealing with file system of server shailendra - Original Message - From: Chris

Re: Tomcat config.

2001-02-27 Thread Chris Haynes
Nik, If your tomcat is configured like mine, you may not have to change anything. Just put your files in a new sub-directory of webapps (alongiside 'examples'. 'test' etc.) When tomcat starts it lists the contexts it has found. You should see it list yours just before / after finding the

AW: Tomcat .vs. jspGNU

2001-02-27 Thread Ralph Einfeldt
Those kind of question can only be answered if you tell something about the requirements that the solution has to satisfy. What does the client need or want ? - Speed (Look for resin) - Compliance (Look for tomcat) - JSP 1.1 or newer (Look for tomcat) - Taglibs (Don't look at gnujsp)

Missing folders under Tomcat webapps

2001-02-27 Thread c cw288
Hi, I downloaded the Tomcat 3.2.1 on my NT and under the directory there should be 4 folders (admin, examples, ROOT and test) and 4 files (admin, examples, ROOT and test). I only see 4 files listed. the folders are not list, What's happening here? Thanks for helping. Cathy

Re: webapp icons, disabling directory listings, and error-page tags in web.xml

2001-02-27 Thread Chris Haynes
Stefan, You can turn off the generation of indexes by setting the argument suppress="true" in the StaticInterceptor entry in server.xml. For error handling in the servlets look at JSP: %@ page isErrorpage="true" flags the page as an error handler %@ page errorPage="errorHandler.jsp" tells a

Re: Strange error

2001-02-27 Thread Alex Fernández
This is the Tomcat-user list, perhaps you should try on the JavaWebServer-user list. Un saludo, Alex. Shailendra wrote: hi no ans for my question. nobody know the solution... nobody want to help ... please if you know somthing please mail shailendra - Original Message -

Re: Missing folders under Tomcat webapps

2001-02-27 Thread Chris Haynes
Cathy, File permissions in NT set right for the user?? Chris - Original Message - From: "c cw288" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 27, 2001 12:50 PM Subject: Missing folders under Tomcat webapps Hi, I downloaded the Tomcat 3.2.1 on my NT and under

Tomcat class loader

2001-02-27 Thread uthay
It was stated in the tomcat installation instructions that tomcat will reload any servelet or jsp file if the file is changed. I am using a package through a servlet. Although I have modified the package, tomcat is refusing to load the new classes and holding onto the older ones. May

RE: HELP: MIGRATION FROM JSERV TO TOMCAT

2001-02-27 Thread Michael Weissenbacher
rtfm ( read the f** manual ;) and how did you do in cooperating JServ with IIS? JServ can only do with apache! -Original Message- From: Paolo Fantoli [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 11:56 AM To: [EMAIL PROTECTED] Subject: HELP: MIGRATION FROM JSERV TO TOMCAT

TomCat - IIS - Security

2001-02-27 Thread Christian Schulz
Title: TomCat - IIS - Security Hello, when using Tomcat with IIS, we have a security hole. We installed Tomcat as descriped at the documentation. The following scenario will show our problem: We have a folder named reachable as http://outserver/secretfolder/ with NT Security

RE: webapp icons, disabling directory listings, and error-page tags in web.xml

2001-02-27 Thread Stefán F. Stefánsson
Thanks for your reply. Only problem is (and I forgot to mention this) that I'm using an embedded Tomcat and hence have no server.xml file. Maybe I can do something in the code to handle this... I'll have to look into that. What you said about server.xml not being the right place to define

Race between Apache and Tomcat for port 8009

2001-02-27 Thread Chris Haynes
Re the query I posted earlier about the race for port 8009. I plan to use the following shellscript approach to make sure tomcat is listening on port 8009 before I start Apache: /usr/tomcat/bin/startup.sh while [ -z "$(netstat -t -l -n | grep 0:8009)" ]; do sleep 1; done /etc/sbin/httpd start

IIS and Tomcat

2001-02-27 Thread Lori Edelen
I am having a lot of problems getting this working! I am getting this error in the log file: #Software: Microsoft Internet Information Server 4.0#Version: 1.0#Date: 2001-02-27 13:20:25#Fields: time c-ip cs-method cs-uri-stem sc-status13:20:25 127.0.0.1 GET /jakarta/isapi_redirect.dll 401

Cookies in JSP

2001-02-27 Thread Herchel Wojciech
Hello! I hava JDBCRealm auth, and want to store user's last_accessed time. i thought cookies would be good for that. my code is as follows: Locale l = new Locale("pl","PL","UNIX"); String user = request.getRemoteUser(); String data=""; boolean found = false;

RE: IIS and Tomcat

2001-02-27 Thread Rodriguez Victor A.
Have you given /jakarta execute (including scripting) permissions ?? -- Vctor A. Rodrguez ( http://www.bit-man.com.ar http://www.bit-man.com.ar/ ) Telefnica de Argentina - http://www.Telefonica.com.ar http://www.telefonica.com.ar/ Tel. (54-11) 4333-7305 - Fax: (54-11) 4303-5586 int. 1680

RE: TomCat - IIS - Security

2001-02-27 Thread Randy Layman
This seems perfectly reasonable to me - you told IIS to protect everything it serves our of outserver/secrectfolder and have apparently not told Tomcat to protect this webapp. If you want to protect all JSPs then you can protect the /jakarta directory, or you could configure Tomcat to

RE: Tomcat class loader

2001-02-27 Thread Jim Miani
Uthay - I was having the same problem. See my post yesterday under subject JSP caching. The problem is that your WEB-INF directory is probably in your CLASSPATH when you start Tomcat - see the FAQ - it won't reload classes in your CLASSPATH There is a question/answer in the FAQ re: this - I

Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=80] shutdown

2001-02-27 Thread david . svanberg
What happens? Please help! Has anyone seen something like this before running Tomcat v.3.1 on a Sun Solaris 5.7: java.net.SocketException: Software caused connection abort at java.net.PlainSocketImpl.socketAccept(Native Method) at

Re: IIS and Tomcat

2001-02-27 Thread Lori Edelen
yep, and every time I try localhost/examples it stops the ftp, smtp, and www services. Lori Edelen Web Application Developer Lattestone.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL

RE: JSP caching

2001-02-27 Thread Jim Miani
Ugh - color me stupid. The answer, as always, is in the FAQ. I restarted Tomcat - my CLASSPATH had my WEB-INF/classes directory in my CLASSPATH when I did. Please ignore my previous question on this thread, if you weren't already :) Jim

Cookies

2001-02-27 Thread Chris Haynes
Herchel, Herchel, Looks to me like you are not writing the old cookie back to the user after changing it. You have to use response.addCookie( c); after you have changed its value. (and move the scope of Cookie c; out to cover all of the code, not have it in the loop). Chris Evesham England

Re: webapp icons, disabling directory listings, and error-pagetags in web.xml

2001-02-27 Thread Fernando Padilla
On Tue, 27 Feb 2001, Chris Haynes wrote: Stefan, You can turn off the generation of indexes by setting the argument suppress="true" in the StaticInterceptor entry in server.xml. hey, I've heard this before, but have never found this StaticInterceptor in server.xml. I just tried to look

Re: Missing folders under Tomcat webapps

2001-02-27 Thread Brett W. McCoy
On Tue, 27 Feb 2001, c cw288 wrote: I downloaded the Tomcat 3.2.1 on my NT and under the directory there should be 4 folders (admin, examples, ROOT and test) and 4 files (admin, examples, ROOT and test). I only see 4 files listed. the folders are not list, What's happening here? The files

tomcat-apache.conf and startup

2001-02-27 Thread Michael Whitman
Everytime i run tomcat/bin/startup.sh my modified tomcat-apache.conf gets overwritten with the original version of the file. Any idea why this is happening? -Mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: webapp icons, disabling directory listings, and error-page tags in web.xml

2001-02-27 Thread Ignacio J. Ortega
hey, I've heard this before, but have never found this StaticInterceptor in server.xml. I just tried to look for it in tomcat 4.x and 3.x and it's not there. I need more understanding... Tomcat 4.X does not use interceptors at all so it's difficult to found it there.. For Tomcat 3.2

Re: webapp icons, disabling directory listings, and error-pagetags in web.xml

2001-02-27 Thread Fernando Padilla
Stefan, The web.xml file is completely defined as part of the Servlet 2.2 Specification, when it defines Web Applications. Go there for the official reference. On Tue, 27 Feb 2001, Stefn F. Stefnsson wrote: Hello. I was wondering if anyone knows if the icon element in web.xml is not

Re: tomcat-apache.conf and startup

2001-02-27 Thread Brett W. McCoy
On Tue, 27 Feb 2001, Michael Whitman wrote: Everytime i run tomcat/bin/startup.sh my modified tomcat-apache.conf gets overwritten with the original version of the file. Any idea why this is happening? Because Tomcat creates that file everytime you start it up. Copy the modified file to a

RE: webapp icons, disabling directory listings, and error-page tags in web.xml

2001-02-27 Thread Fernando Padilla
OK. I apologize, i must have a 3.1. So how could we get this behavior with 4.x? :) thanx fern On Tue, 27 Feb 2001, Ignacio J. Ortega wrote: hey, I've heard this before, but have never found this StaticInterceptor in server.xml. I just tried to look for it in tomcat 4.x and 3.x and

More on JServ to Tomcat

2001-02-27 Thread Brett W. McCoy
In my JServ properties file, there is a section on servlet aliasing, like this: servlet.CallClient.code=com.company.clients.commpilot.servlets.CallClient Does anyone know if this the same as the servlet mapping statement in the web.xml file? If not, what would be the equivalent? -- Brett

AW: TomCat - IIS - Security

2001-02-27 Thread Christian Schulz
Title: AW: TomCat - IIS - Security Sorry, but, normally the webserver should not response anything other than Error 404 - Access Denied. The IIS does not check the permissions, it redirects with the use of the apache redirection dll to TomCat. And TomCat does not respect any file permissions

Point docBase to c:\project

2001-02-27 Thread Camilleri, Joe
How do I set a docBase to point to a directory on my PCs c: drive ? I tried using Host name="127.0.0.1" Context path="/myproj" docBase="c:\myproj" / /Host but I receive the following error when starting Tomcat (version 3.3): 2001-02-27 09:57:29 -

RE: tomcat-apache.conf and startup

2001-02-27 Thread Chris Andreou
This is the default behaviour of Tomcat. Start Tomcat and then start your server -Original Message- From: Michael Whitman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 27, 2001 8:29 AM To: [EMAIL PROTECTED] Subject: tomcat-apache.conf and startup Everytime i run

Form based auth

2001-02-27 Thread Herchel Wojciech
Hi all! How come would Tomcat (Apache?) return 404 Error while trying to authenticate via form? apparently it does not recognise "j_security_check". anybody has got any idea? here's my code (login.jsp): div align="center" form method="POST" action="j_security_check" table cellspacing=4 tr

Aliases mappings

2001-02-27 Thread Brett W. McCoy
Found the information in the old JServ docs -- servlet aliases in JServ and servlet mappings in Tomcat are one in the same. Might be handy to have a tool to convert JServ servlet zones to something Tomcat can deal with (like web.xml). Might even do it myself... -- Brett

RE: More on JServ to Tomcat

2001-02-27 Thread Duck-Jin Chun
Brett, I recently migrated from JServ to Tomcat as well. The migration was smooth, and I'm now working with the latest servlet spec... but I found JServ to be more stable. Anyway... to answer your question, try putting the following in your web.xml file: servlet

RE: webapp icons, disabling directory listings, and error-pagetags in web.xml

2001-02-27 Thread Stefán F. Stefánsson
ok.. so the icon should be working? let me get this straight... If I have a definition in my web.xml that looks like this: web-app icon small-icon/img/iconSmall.gif/small-icon large-icon/img/iconLarge.gif/large-icon /icon ... and the directory

Re: Tomcat class loader

2001-02-27 Thread uthay
Thx Jim I tried that. I also want to bring some other thing I read recently. It states that although tomcat supports class reloading on updation it is still not supported to those classes that are not servlets. What does that supposed to mean? - Original Message - From: "Jim Miani"

R: Form based auth

2001-02-27 Thread Garry De Toffoli
I suppose that "j_security_check" will be a jsp file; so, you would write "j_security_check.jsp"; example:form method="POST" action="j_security_check.jsp" I hope that it will help you. Bye - Original Message - From: Herchel Wojciech [EMAIL PROTECTED] To: 'Tomcat' [EMAIL PROTECTED]

Re: Form based auth

2001-02-27 Thread uthay
Is your file "j_security_check" a jsp file or servlet If jsp where is the extension! If servlet you may want to make sure you are giving the correct context path. - Original Message - From: "Herchel Wojciech" [EMAIL PROTECTED] To: "'Tomcat'" [EMAIL PROTECTED] Sent: Tuesday,

RE: webapp icons, disabling directory listings, and error-pagetags in web.xml

2001-02-27 Thread Ignacio J. Ortega
AFaIK the icon element it's not used at all on tomcat.., this is not a bug simply it's an optional element not used..., out of curiosity... Which is the (correct) reaction you would expect from tomcat ? Saludos , Ignacio J. Ortega -Mensaje original- De: Stefn F. Stefnsson

IIS 5, Tomcat 3.2 and port problem...

2001-02-27 Thread Andreas Holmer
Hi! I have a little problem with Tomcat and IIS 5. Every time I try to access servlets from another machine, I get an error message telling me 'Access denied'. If I try to connect to Tomcat via Port 8080 (like in server.xml configured) it works. I already had the port commented out, but then I

Re: Selecting spawned task user

2001-02-27 Thread John Preston
Hi, I'm new to this mailing list although I was previously a member of the JServ mailing list. Can anybody tell me what is the preferred way of setting the user that a spawned Runtime.exec(???) task is run as. I spawn some unix tasks from my servlets and I want them to run as a particular user.

Newbie: mod_jk

2001-02-27 Thread Xu, Lifeng
Hi, We are now running Apache mod_jserv Tomcat and would like to know about mod_jk. Can someone points me to the direction where I should start? such as where I can find doc about mod_jserv, what it does and who to install, etc. Will mod_jk replace mod_jserv? What's the advantage/disadvantage

RE: Difficulty getting IIS to recognize additional Tomcat contexts

2001-02-27 Thread Todd Carmichael
Solved it. My registry settings were incorrect. worker_mount_file was pointing to an incorrect file -Original Message- From: Shrisha Radhakrishna [mailto:[EMAIL PROTECTED]] Sent: Monday, February 26, 2001 7:36 PM To: [EMAIL PROTECTED] Subject: Re: Difficulty getting IIS to recognize

RE: Difficulty getting IIS to recognize additional Tomcat context s

2001-02-27 Thread Todd Carmichael
Also note: The documentation for IIS says that the virtual directory must be 'jakarta'. This is not true. The name of the virtual directory must match the registry setting value 'extension_uri' that resides in "HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Jakarta Isapi Redirector\1.0"

tomcat not working totally...

2001-02-27 Thread Andrew Y Ng
Hi, I'm new to tomcat, I am running NetBSD 1.4.1 (sorry, no time to upgrade) on i386, with the apache-1.3.17.1 package. I installed the jakarta-tomcat-3.1.1 binary package and ran the startup script. I tried out the JSP and servlet examples and some of them did not work, I suspect it's a

Re: Newbie: mod_jk

2001-02-27 Thread Ed Osborne
try http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html On Tue, 27 Feb 2001 08:42:22 -0700 "Xu, Lifeng" [EMAIL PROTECTED] wrote: Hi, We are now running Apache mod_jserv Tomcat and would like to know about mod_jk. Can someone points me to the direction where I

Re: tomcat not working totally...

2001-02-27 Thread Corey A. Johnson
What JDK version do you have installed? It looks to me like the file tools.jar is not in your CLASSPATH. Should be located in JAVA_HOME/lib Let me know if that helps. Cj Andrew Y Ng wrote: Hi, I'm new to tomcat, I am running NetBSD 1.4.1 (sorry, no time to upgrade) on i386, with the

ODP: Form based auth

2001-02-27 Thread Herchel Wojciech
hm, according to servlet specification v2.2: "11.5.3.1 Login Form Notes ...the action of the login form must always be "j_security_check"..." furthermore, according to tomcat docs, it (tomcat) complies with that! and it works when i'm testing it on win95+tomcat. but when i moved it on my

Re: Difficulty getting IIS to recognize additional Tomcat context s

2001-02-27 Thread Shrisha Radhakrishna
Solved here too! How? Deleted the virtual dir, restarted comp, and recreated virtual dir. Registry settings remain unchanged. Strange... Thanks, Shrisha - Original Message - From: "Todd Carmichael" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 27, 2001 7:56 AM

Re: Newbie: mod_jk

2001-02-27 Thread Brett W. McCoy
On Tue, 27 Feb 2001, Xu, Lifeng wrote: We are now running Apache mod_jserv Tomcat and would like to know about mod_jk. Can someone points me to the direction where I should start? such as where I can find doc about mod_jserv, what it does and who to install, etc. Will mod_jk replace

Re: tomcat not working totally...

2001-02-27 Thread Andrew Y Ng
java -version gives me: java version "1.1.6" there is not a tools.jar anywhere, maybe i need to update my JDK? /ayn On Tue, 27 Feb 2001, Corey A. Johnson wrote: What JDK version do you have installed? It looks to me like the file tools.jar is not in your CLASSPATH. Should be located in

Re: Tomcat class loader

2001-02-27 Thread Chris Haynes
What I've observed is that it only reloads the classes it *directly* knows about. I.E. it will reload amended Servlet classes and JSP files, but if they then refer to other classes, these other classes will NOT be reloaded if they change. So you have to keep stopping and starting tomcat unless

RE: webapp icons, disabling directory listings, and error-pagetags in web.xml

2001-02-27 Thread Stefán F. Stefánsson
Ok... thanks (regarding the icon). The correct reaction from tomcat... hmmm... not sure I know what you mean here... are you talking in regards to the icon or the welcome file list? I'll just answer it in two parts, 1) The icon should be displayed for example in the title bar when the webapp

Re: IIS 5, Tomcat 3.2 and port problem...

2001-02-27 Thread Chris Haynes
Isn't there some constraint about NT not letting you start services on ports 1024 unless you are an administrator? I know UNIX says you have to be root; I've an idea that NT has a similar security measure. Chris - Original Message - From: "Andreas Holmer" [EMAIL PROTECTED] To:

Re: tomcat not working totally...

2001-02-27 Thread Corey A. Johnson
Yep. That will do it. Grab JDK 1.2.. That will take care of your problem. Cj Andrew Y Ng wrote: java -version gives me: java version "1.1.6" there is not a tools.jar anywhere, maybe i need to update my JDK? /ayn On Tue, 27 Feb 2001, Corey A. Johnson wrote: What JDK version do you

Re: Selecting spawned task user

2001-02-27 Thread Chris Haynes
John, I read somewhere last night in the Tomcat documentation (can't remember where) about starting it with something like: su fred startup.sh Suggest you hunt for the correct version of this. Chris - Original Message - From: "John Preston" [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: Apache - Tomcat startup race for port 8009?

2001-02-27 Thread Jan Labanowski
You may want to read my notes on starting apache/tomcat at http://www.ccl.net/cca/software/UNIX/apache/index.shtml Jan On Tue, 27 Feb 2001, Chris Haynes wrote: As far as I can read there are the following requirements when using Apache and Tomcat with AJP13 linking them: 1) To have Apache

Re: HELP: MIGRATION FROM JSERV TO TOMCAT

2001-02-27 Thread Jan Labanowski
You can check how my tomcat was installed to work with Apache at: http://www.ccl.net/cca/software/UNIX/apache/index.shtml Basically you need to edit the TOMCAT_HOME/conf/mod_jk.conf and TOMCAT_HOME/conf/workers.properties files, possibly also the server.xml file in the same directory, and the

Performance Result on Tomcat 3.2.2 beta 1

2001-02-27 Thread niv the tool
hi all . Hope That one of tomcat guru will response to this TIA. i have just install Tomcat Version 3.2.2 beta 1 and test it with MS web Stress Application with the folowing setting : == Tomcat Version 3.2.2 beta 1.

Re: 404 error when pressing 'Submit' button when running a JSP

2001-02-27 Thread Jan Labanowski
On Tue, 27 Feb 2001, Schiff, Nicky wrote: Your Application.jar needs to be in the ../WEB-INF/lib directory Your action in the FORM should be /Application/servlet/Company.Application.Logon (I assume it is a servlet... You can remap this location in the web.xml file under your /WEB-INF dir To

Re: Tomcat class loader

2001-02-27 Thread uthay
Chris, How did you test it? My bean class (happens to be a session bean) is not released even after stopping and starting tomcat!!! I have tried removing all the class and java files with that name but instead of showing class not found, somehow it finds the old class! - Original Message

Re: Form based auth

2001-02-27 Thread uthay
hm, according to servlet specification v2.2: If you are using servlet then you dont need the extension. But if your context is say webapps/xxx/ and you have j_security_check.class inside xxx/WEB-INF then you may want to try xxx/j_security_check Uthay - Original Message - From:

SSL

2001-02-27 Thread Julie Ruiz
Hello, Tomcat release 3.1 uses SSL? Exists a patch that can be added to make it function??? Julie. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Error 404 running isapi with PWS 4.0 and Tomcat 3.2

2001-02-27 Thread Ralf Weiss
Hi all , Im trying to let PWS 4.0 work together with Tomcat 3.2 under NT 4.0. I think the isapi_redirect.dll is properly configured but I alway get the error 404 and dont know why. I also studied the several How-Tos but I didnt find any new hint. The isapi.log looks like this when Im trying

forwarding to JSP + session not found in JSP

2001-02-27 Thread Bartsch Axel
Hi, I am using TOMCAT 3.2 (I guiess 3.2 means 3.2.1). When a servlet forwards a request to a JSP using ServletContext sc = getServletContext(); RequestDispatcher rd = sc.getRequestDispatcher("/common/index.jsp"); rd.forward(req,resp); always this exception arrives:

integration with Netscape enterprise server 3.6 on solaris

2001-02-27 Thread mogo
Folks, Has anyone ever managed to get Tomcat working as a plugin to Netscape ES on SOlaris. I'm having a few problems and would appreciate a few pointers. So far I've managed to compile the naspi_redirector.so and have configured the obj.conf file but I still cant see or display JSP

4.0b1 manager not working

2001-02-27 Thread Michael Engelhart
Hi, I'm having trouble getting the manager application to run on Mac OS X. I'm under the impression from reading the docs and searching the archive that all I have to do is add a user with the manager role to tomcat-users.xml and then go to http://localhost:8080/manager/ and I'll be

Pasing trough information from the webserver to library in jsp in a trustable way

2001-02-27 Thread Eduard Witteveen
Hello, I have the following problem: I have a webserver(say tomcat(trustable)) I have scripts(jsp) (which are being uploaded, but are not completely trustable) I have somekinda library(mmbase server actually), which needs know the context in which the webserver is running.(which

Tomcat newbies mailing list

2001-02-27 Thread Bryan Lipscy
Title: Tomcat newbies mailing list There has been some off the list discussion regarding starting a new mailing list for tomcat-newbies. The purpose of this mailing list would be to handle setup issues and would be geared towards the first time tomcat user. What this mailing list would not be

RE: webapp icons, disabling directory listings, and error-pagetags in web.xml

2001-02-27 Thread Cox, Charlie
Title: RE: webapp icons, disabling directory listings, and error-pagetags in web.xml I defined my welcome-file-list in $TOMCAT_HOME/conf/web.xml I created an empty index.html and then I mapped it to my servlet in web app/WEB-INF/web.xml It looks like you may be putting the welcome-list

Re: Tomcat newbies mailing list

2001-02-27 Thread Karl Martino
I think something like this would be great - with a site that compliments it and ties it all together. The site is very important in the mix. It can provide roadmaps to answers and be a general resource. It's important that the newbies themselves maintain it as well. That way, everyone feels

Newbie in mod_jk: Can Apache starts Tomcat automatically?

2001-02-27 Thread Xu, Lifeng
I am totally new to mod_jk. Right now we are running Apache mod_jserv Tomcat. What we do is that we have Apache start Tomcat automatically when Apache starts. We make this happen by setting "ApJServManual off" in Tomcat.conf and making use of Tomcat.properties file. I wonder if there is also

Re: Tomcat newbies mailing list

2001-02-27 Thread W. D.
Sounds like a great idea! I can provide web space. What next? At 09:23 2/27/2001 -0800, Karl Martino, wrote: I think something like this would be great - with a site that compliments it and ties it all together. The site is very important in the mix. It can provide roadmaps to answers and

RE: Tomcat IIS How to

2001-02-27 Thread sohail . rana
-Original Message- From: Rana,SP,Sohail,CEG1 RANASP R Sent: Friday, February 23, 2001 5:20 PM To: '[EMAIL PROTECTED]' Subject: Tomcat IIS How to Hi I am having problems running PWS with Tomcat. If you could help me I would be grateful. What Am I running

Re: Connecting to a servlet from within an applet

2001-02-27 Thread Web master
Hi Neil, I am using Tomcat and I didn't do anything special to call servlet from the applet. Only thing was the classes has to be in web-inf\classes in the directory where you have the applet. -Unni Neil Wood wrote: Hi, how can I configure a servlet in Tomcat to be accessible from

IIS and tomcat

2001-02-27 Thread Donald Backa
I've got tomcat3.2.1 and IIS4.0 working together. The problem I'm finding is getting a new context path working. I've added in a folder within 'webapps' called 'access'. I followed the procedure outlined in the howTo document, and made the changes to uriworkermap.properties. This however

Re: Tomcat newbies mailing list

2001-02-27 Thread Karl Martino
That's awesome! It should probably use some form of weblog software. Software that can maintain simple user rights so many people can post. I'm not partial to any out there. It would be cool to actually use Cocoon or Struts to build it, but that would take time. Does anyone here know of any

poolman

2001-02-27 Thread Ryan
I was wondering if anyone has used the pooling library called PoolMan.. it can be found on freshmeat.net. I have heard good things about it and the souce code seems pretty nifty. However, I tried compiling the sample file and all worked fine, but when I ran the compiled class it said that

building mod_jk on Solaris

2001-02-27 Thread Ed Osborne
I've followed the docs for building mod_jk on a Solaris 2.6 sparc but I get the following. $apxs -o mod_jk.so -DSOLARIS -I../jk -I/usr/java/include -I/usr/java/include/solaris -c *.c ../jk/*.c gcc -DSOLARIS2=260 -DMOD_SSL=204100 -DEAPI -DUSE_EXPAT -I../lib/expat-lite -fPIC -DSHARED_CORE

Re: Tomcat newbies mailing list

2001-02-27 Thread Robert Keddie
GOOD IDEA! Robert Keddieweb developmentMarion County, FL [EMAIL PROTECTED] 02/27/01 12:17PM There has been some off the list discussion regarding starting a new mailing list for tomcat-newbies. The purpose of this mailing list would be to handle setup issues and would be geared towards the

Re: Tomcat newbies mailing list

2001-02-27 Thread Noah silva
Hello, I think this "newbie" list is a good idea, as long as there are more expert users willing to monitor the list answer the questions asked by the newbies. Tomcat is somewhat confusing to people not used to it, and it isn't always easy to find what is needed in the documentation. Thanks,

Building Tomcat for the first time

2001-02-27 Thread Karl Martino
I'm following the directions from the README that accompanies the CVS module jakarta-tomcat and am working on Windows 2000. When executing bootstrap to build jakarta-ant, it reports that the build is successful, but the bootstrap does not copy ant.jar to the $JAKARTA_HOME/jakarta-ant/lib

tomcat status ??

2001-02-27 Thread Srinivas Kurella
Title: tomcat status ?? Is there a tool or utility to check the status of tomcat ? something like tomcat.sh status to find out if tomcat is up and running. I am trying to write an installation script for my app and i need to check the status before that. Thanks, Srini

Re: Tomcat class loader

2001-02-27 Thread Bo Xu
uthay wrote: Thx Jim I tried that. I also want to bring some other thing I read recently. It states that although tomcat supports class reloading on updation it is still not supported to those classes that are not servlets. What does that supposed to mean? [...] [...] Uthay - I was

  1   2   >