Re: Apache SetEnv variables and tomcat

2001-02-22 Thread Tom Woteki
The authentication values (user name, user role and password) are not stored in the web.xml file. They are stored in your database which tables presumably can be password protected. What is in the web.xml file is configuration info concerning the resources that are to be protected, what roles

A Little message for Carlos !!!!

2001-02-22 Thread Negrini Lilian
Hello I have the same problem than you,in configuring Tomcat. I want to protect some pages with Login password ... if someone have an solving for this, please forward it !!! Thanks a lot Lilian [EMAIL PROTECTED]

Cannot load d:/apache/modules/ApacheModuleJServ.dll into server:

2001-02-22 Thread annu76 oni
Hi, i am trying to use tomacat with apache web server. when i am trying to start apapche it says : Cannot load d:/apache/modules/ApacheModuleJServ.dll into server: Whats meaning of this error ?? thanks for any help Anand _

RE: Where is the source code for mod_jserv?

2001-02-22 Thread Adam Fowler
Hi, When you download the source it's in jakarta-tomcat-3.2.1-src/src/native/apache/jserv I'd imagine the tomcat 4.0 source tree is similar but I haven't checked. There are also makefiles for various systems in that directory. Hope this is what ur looking for. Regards, Adam. Adam

RE: cpu load 100% on windows 2000 using iis

2001-02-22 Thread Craig O'Brien
Sorry about all these postsI could have just been patient and combined them. :0) Did you delete the default contexts? This will cause this problem. Either reinstall them temporarily or look into your config files in tomcat to clear up the issue. Sorry, I don't have time to look them up

RE: A Little message for Carlos !!!!

2001-02-22 Thread shlomi sarfati
I hope I can help you guys I tried this one on my win 2000 and it is working good . in your web.xml document you should add a security-constraint entry , define the url pattern that you want to protect ( e.g 'myServlet' ) add the http methods that you want the security will work on (e.g:

RE: mod_jk.so installation tar.gz...

2001-02-22 Thread Adam Fowler
Hi, I picked up the source RPM for tomcat3.2.1. I've been checking in the startup script and I saw that JAVA_HOME is being set to /usr/IBMJava2-13. I was wondering if there is any particular reason for this or if it is fine to change it to the standard path for Sun's JDK 1.3 for Mandrake?

Re: A Little message for Carlos !!!!

2001-02-22 Thread qazwasyx
If it is just standard authentification, I think you have 2 choices: 1) Integrate Tomcat with Apache and set up Apache to handle this (don't know how to do this) 2) Create an authentification object and keep authentification state in it. Check for it on the pages you want... You could keep

RE: Problem with Tomcat - Red Hat 7

2001-02-22 Thread Saurabh Shukla
hii Vanbiervliet, you can try setting up the PATH variable in your .bashrc if you are using bash. or in the file tomcat.sh ,you can set up the PATH. do echo $PATH to check if your path is proper. Are you able to start tomcat if you do not use the X ? (i do not think the problem is coz' of

IE form POST generates 404 error

2001-02-22 Thread Roger Campbell
We have a servlet application running on Tomcat 3.1 with IIS 5.0. When forms are posted from the browser, IE gives a 404 error occasionally. You can hit the back button and submit again, and it will normally work the second or third try. This happens with both IE 5.0 and IE 5.5 but Netscape

Socket write error

2001-02-22 Thread HASSAN,ZAID (Non-A-Australia,ex1)
Hi Folks, I am also getting the Socket Write error Ctx(): IOException in R:( + /Template/... + null) Connection aborted by peer:socket write error. Can someone suggest and help here. Thanks heaps Zaid - To unsubscribe,

Re: Cannot buiild mod_jserv.so

2001-02-22 Thread Ludovic Maitre
Hello, From http://www.webdav.org/mod_dav/install.html : Note: if using APXS and your Apache installation does not support loadable modules, then APXS will terminate with an error. Typically, we have seen the following error when this happens: apxs:Break: Command failed with rc=16711680 If

R: R: Problem with a new version of JSP pages

2001-02-22 Thread Garry De Toffoli
Also me; infact restarting the TomCat and Apache, from my IE, I cannot see the new JSP pages, but not every time; it is difficult to simulate the problem, but after 15-20 minutes of modify on 2 o more JSP pages, the new JSP will not be visible; from that moment, I (and all my factory) see the

Re: HOWTO setup SSL

2001-02-22 Thread Drasko Kokic
Are you using JDK 1.2? Because, I had that problem too, and it went away when I upgraded to JDK 1.3. Karin --- Johnson Lim [EMAIL PROTECTED] wrote: Hi all, I am trying go get SSL work on my tomcat, I have follow the instruction on Tomcat and SSL, I have get the JSSE install and put it on

Redirect errors from Tomcat to Apache

2001-02-22 Thread Ludovic Maitre
Hello, I use Tomcat 3.2.1/Apache 1.3.17 with mod_jserv on Solaris 2.6. I want to redirect the 404 error (or others) from Tomcat to Apache when a jsp page is called and don't exist. For a folder who is managed by Tomcat and Apache i have no problem with files who are managed by Apache (shtml,

Re: How do I get AJP13 working

2001-02-22 Thread Rob Tanner
That's one of the most popular questions on this list (it ought to be a FAQ). The answer is the latter -- you need to use a static file. And besides, you only need modify that status file when you create a new application, not just when you add a new servlet or *.jsp page. -- Rob --On

RE: How to measure Apache-Tomcat performance?

2001-02-22 Thread Harish Somisetty
Hi, Thanx for all your help! I've checked this WCAT and it seems this can only measure performance of IIS and JMeter looks like the one I'm looking for. Once I port my whole app onto the server, I'll test the performance. Thanx, harish --- Dave Glende [EMAIL PROTECTED] wrote: WCat, from

RE: mod_jk.so installation tar.gz...

2001-02-22 Thread GOMEZ Henri
I picked up the source RPM for tomcat3.2.1. I've been checking in the startup script and I saw that JAVA_HOME is being set to /usr/IBMJava2-13. I was wondering if there is any particular reason for this or if it is fine to change it to the standard path for Sun's JDK 1.3 for Mandrake?

RE: Socket write error

2001-02-22 Thread Tal Dayan
Hassan, 1. Are you accessing an image file when the problem happens ? 2. Is the browser IE ? 3. Does the problem disappear in the first reload after clearing your browser cache ? 4. Are you using Tomcat in stand alone mode ? If you answered YES to all the four questions than the problem is

RE: Tomcat and IIS

2001-02-22 Thread Mike Dewhirst
Also check the "log_file" registry entry (normally tomcat\iis_redirect.log. Set the log_level registry entry to debug see detailed info about the progress of the request through the redirector. Also check permissions on your directories (try Everyone and full permissions). Double and triple

.war + server.xml

2001-02-22 Thread Sharon . Chua
hi, i've downloaded the binaries for tomcat 3.2.1. i do not want to use the default /webapps. will i be able to specify this in server.xml Context path="/my_ui" docBase="/usr/local/htdocs/my_ui" crossContext="true" debug="0"

Tomcat konqueror

2001-02-22 Thread Laurent LAUBIN
Hello Is there anybody using Konqueror to browse JSP pages served by a tomcat server ? I've noticed that tomcat set as default contentType "text/html; charset=8859_1 ", which makes konqueror render the html files with fonts unreadable !!! The only solution i've found is to add a

RE: R: Problem with a new version of JSP pages

2001-02-22 Thread Byung Jin Chun
If tomcat is creating a new version of the servlet class file, then the problem is probably with ie caching the pag -Original Message- From: Garry De Toffoli [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 10:26 AM To: [EMAIL PROTECTED] Subject: R: R: Problem with a

Transaction error.

2001-02-22 Thread Phong Le Quoc
I user Oracle JServer, Tomcat 3.2.1. I make two EJB bean(EntityBean, SessionBean). After I run EntityBean then SessionBean not run and return message "Not a transaction". Is this error depended on my code or Tomcat or Jserver ? Help me if you can answer this question. Reply to me:

Help:What type of a configuration Tomcat is more preferable to industrial use

2001-02-22 Thread Valeriy Molyakov
Hi ! What advantages gives use Tomcat + Apache? Why recommend using Tomcat as stand-alone container mainly for development and debugging ? Thank's ! Best regards, Valera M. mailto:[EMAIL PROTECTED]

Re: problem upgrading to tomcat4.0 from tomcat3.2

2001-02-22 Thread eddie tsai
i am using tomcat 4.0 milestone 5. suggestion on which version i should get? thanks, eddie -- On Wed, 21 Feb 2001, Craig R. McClanahan wrote: eddie tsai wrote: hi, i am upgrading from tomcat3.2 to tomcat4.0. the same servlets that worked with tomcat3.2 don't work with tomcat4.0

Re: Help:What type of a configuration Tomcat is more preferable to industrial use

2001-02-22 Thread D.Lion
As I understand Apache is more stable ( tested bytime ) - Original Message - From: Valeriy Molyakov To: [EMAIL PROTECTED] Sent: Thursday, February 22, 2001 1:02 PM Subject: Help:What type of a configuration Tomcat is more preferable to industrial use

RE: HOWTO setup SSL

2001-02-22 Thread GOMEZ Henri
Check the tomcat-ssl-howto.html. You MUST ALSO have the JSSE JARS in jre/lib/ext and must set security/java.security ! La prise de conscience de votre propre ignorance est un grand pas vers la connaissance. -- Benjamin Disraeli -Original Message- From: Drasko Kokic [mailto:[EMAIL

Installing Tomcat and ISAPI_Redirect.dll on Win2K

2001-02-22 Thread Rob Mulder
Has anybody done this before. I have Tomcat Working now Win2K SP1 with IIS 5.0. However, the Isapi_Redirect.dll does not work. Do I have to rebuild the Isapi.Redirect? Is there anything on a configuration level that is different from NT4.0? Regards Rob

Reading error codes sent from servlet to applet

2001-02-22 Thread Mads Pultz
Hi! First, I'm using Tomcat stand-alone with IBM JDK 1.3 on RH 6.2. I'm developing an applet-servlet application. When I do POST requests I want the applet to pick up any errors from the servlet but I'm getting IOExceptions when reading from the stream. Writing to the stream and activating

RUNNING SERVLET

2001-02-22 Thread Vikramjit Singh
HELLO EVERYBODY I HAVE A PROBLEM I HAVE A PRODUCT WHICH IS RUNNING FINE ON JAVAWEBSERVER. BUT I WANT TO RUN IT ON TOMCAT. I HAVE GIVEN THE URL IN THE JSPS AS HTTP://LOCALHOST:8080/RAE_SERVLETS/SOMESERVLET ANYBODY TELL ME WHAT SHOULD I DO TO RUN A SERVLET USING THIS URL PLZ DO HELP ME SINCE IT IS

Re: Help:What type of a configuration Tomcat is more preferable to industrial use

2001-02-22 Thread Valeriy Molyakov
Whether there is some more advantage except stability ? For example : Speed of service Service of a lot of the clients Security What sense of use of the www-server(Apache), if I use only JSP and Servlets ? I don't understand ! - Original Message - From: D.Lion To:

Dynamic Loading ?

2001-02-22 Thread Charles Sabourdin
Hi, I wonder if there was a way to dynamically load or unload a web application without restarting the entire tomcat, and if not, that might be a good feature to add, no ? __ Do You Yahoo!? Yahoo! Auctions - Buy the things you want at great

RE: Installing Tomcat and ISAPI_Redirect.dll on Win2K

2001-02-22 Thread Etienne Baert
Hi Rob, Yes, several (many) tomcat users already successfully integrated tomcat on Win2K-IIS5. Common problems when isapi filter doesn't work as expected comes from mispelling errors in the value for the registry entries. So, double-checked all that part of the installation. Another source of

RE: Help:What type of a configuration Tomcat is more preferable to industrial use

2001-02-22 Thread Alistair Hopkins
1/ Apache is faster better when serving static content such as images 2/ You get more error handling ability with apache (ie, when tomcat goes down for releases, etc, Apache gets a 500 error and can display a polite notice rather than nasty error pages) 3/ You get all the other stuff

servletContext.getInitParameter() always return null

2001-02-22 Thread Laurent LAUBIN
Hello ! Second question of the day. To resume, I'm setting up a jsp application which were running fine on JServ /GNuJSP under Tomcat, and I get a lot of surprise ... Should I keep running my old gnujsp 1.0 ??? Anyway, here is my question : I want to give some parameter to all my jsp

tomcat memory

2001-02-22 Thread Carlos
how can use tomcat more memory? if i start the tomcat whit a driver the tomcat crash and says me that there is not memory: Exception in thread "main" java.lang.OutOfMemoryError at java.util.zip.ZipFile.open(Native Method) at java.util.zip.ZipFile.init(Zipfile.java:110) ... how can i

Re: Dynamic Loading ?

2001-02-22 Thread Anand Raman
hi I think tomcat 4.0 offers this feature.. Anand On Thu, Feb 22, 2001 at 02:55:40AM -0800, Charles Sabourdin wrote: Hi, I wonder if there was a way to dynamically load or unload a web application without restarting the entire tomcat, and if not, that might be a good feature to add, no ?

Réf. : Reading error codes sent from servlet to applet

2001-02-22 Thread JULE, Nicolas - DSIA
sometimes getResponseCode throw a FileNotFoundExecption, (known bug) so catch it , and then use getHeaderField to get "Not Found 404"... Nicolas De :Mads Pultz@mpultz le 22/02/2001 11:32 Pour : tomcat-user@[EMAIL

Re: cpu load 100% on windows 2000 using iis

2001-02-22 Thread Rui M . Silva Seabra
On Wed, Feb 21, 2001 at 04:05:33PM -0800, Craig O'Brien wrote: Have you created a virtual directory named "jakarta" in the same folder that the isapi_redirect.dll is located? Mine is physically located in tomcat/bin/Win32/i386/. Have you assigned this directory "execute" access? Yes I did.

RE: HOWTO setup SSL

2001-02-22 Thread Johnson Lim
I am using jdk 1.3, I have install jsse to %JAVA_HOME%\jre\lib I have configure the security file, also Regards JOhnosn -Original Message- From: Drasko Kokic [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 4:30 PM To: [EMAIL PROTECTED] Subject: Re: HOWTO setup SSL Are you

RE: HOWTO setup SSL

2001-02-22 Thread GOMEZ Henri
I am using jdk 1.3, I have install jsse to %JAVA_HOME%\jre\lib I have configure the security file, also It must be in JAVA_HOME/jre/lib/ext/ !! -Original Message- From: Drasko Kokic [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 4:30 PM To: [EMAIL PROTECTED] Subject:

RE: Slow upload speeds

2001-02-22 Thread Randy Layman
Actually it shouldn't be the browser upload mechanism. I can't say about IE (closed-source) but the Mozilla/Netscape 6.0 are smart in the way they upload. There was a problem with Jason's library and Tomcat in some of the older versions (i.e. the version that ships in his

Broken pipe error

2001-02-22 Thread Xavier Escandell
Hi: I get "broken pipe error" when trying to re-execute a servlet after several hours of innactivity. Then I must re-start Tomcat to get all running again. The servlet is connected to a database using oracle thin driver, these connection is still active. So my question is: It is possible that the

RE: Tomcat service using JDBC-ODBC bridge

2001-02-22 Thread Randy Layman
1. Are the ODBC Data Sources User or System? (If user, then only the user that created them can see them) 2. The JDBC-ODBC bridge loads a dll in order to communicate. Is this DLL available to the service? Also, you should be aware that the JDBC-ODBC bridge is not

RE: Installing Tomcat and ISAPI_Redirect.dll on Win2K

2001-02-22 Thread Randy Layman
The same DLL works for NT and 2000, as well as the same directions. I have it running on 2000 with no problems. If you are getting the red arrow for the filter, download the dll in the zip file to prevent corruption Otherwise, really check the registry settings - they are

RE: tomcat memory

2001-02-22 Thread Randy Layman
I thought by default java would use all the available memory, but maybe not. In your script that starts Tomcat, add -XmxAM where A is the number of megabytes Tomcat should use as its maximum heap memory size. Randy -Original Message- From: Carlos [mailto:[EMAIL

RE: Broken pipe error

2001-02-22 Thread Randy Layman
The answer is no - Tomcat knows nothing about your socket connections and therefore can't close them. A couple of things come to mind - first the Oracle drivers might be releasing the connection, check their documentation about this. Also, what is the behavior if your servlet is

Set wich pages I can see with SSL and wich not

2001-02-22 Thread Claudio Chrispens
Hi!, I have installed SSL - apache - tomcat . I want to know if I there is a file in the tomcat or in the apache configuration where I can set wich pages could be seen with SSL and wich not. The reason is to not overload the server. Thanks

RE: HOWTO setup SSL

2001-02-22 Thread Johnson Lim
Ok thanks guys, By the way do you have any examples on using SSL ? Regards JOhnosn -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 7:54 PM To: [EMAIL PROTECTED] Subject: RE: HOWTO setup SSL I am using jdk 1.3, I have install jsse to

Re: Help:What type of a configuration Tomcat is more preferable to industrial use

2001-02-22 Thread Ren West
As I understand it, Apache does not have the ability to serve up JSP pages alone. It requires Tomcat for that. Tomcat has the ability to do both. However, should there be a fairly heavy load on a Tomcat server, Apache will be able to relieve some of that load by serving up the static pages,

RE: Installing Tomcat and ISAPI_Redirect.dll on Win2K

2001-02-22 Thread Rob Mulder
Hi, I get an error message in Iexplore Http: 400 Bad request when I try to go to the examples/jsp directory to test my Isapi redirect. So the error message is not that the page cannot be found. I triple checked my registry settings and I have not made a typo. Neither are there any blanks or in

RE: Broken pipe error

2001-02-22 Thread Laurent LAUBIN
And I have also the same trouble, but it's a JDBC Exception which is thrown by a JSP page connecting to oracle thru a RMI server.. basically, I'v setup an RMI Interface which offers SQL access to a SGBD, and in the implementation of this Interface I use JDBC stuff to execute the SQL statement...

Style guide for TABLE

2001-02-22 Thread Zsolt Koppany
Hi, how can I configure all html TABLES to have the same attributes with a style guide? My goal is: when I add a table with TABLE CLASS="mytable" I would like to create a table with BORDER=0 CELLSPACING=3 CELLPADING=2. If I could do that with styleguide it would be very easy to change the

Where is the installation documentation???

2001-02-22 Thread Wally Highsmith
All the how-to's I've found do not match what is listed in the win32/i386 directory.

Re: Style guide for TABLE

2001-02-22 Thread Ryan
go here for microsoft's CSS reference http://msdn.microsoft.com/workshop/author/dhtml/reference/dhtmlrefs.asp One thing that isn't right is 'cellpadding'.. it should just be 'padding' -ryu - Original Message - From: "Zsolt Koppany" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

konqueror tomcat

2001-02-22 Thread Laurent LAUBIN
Hi I've found another strange behaviour with konqueror browsing tomcat jsp pages... If you do a redirection in jsp page, with a response.sendRedirect(response.encodeUrl("blabla.jsp")); then konqueror will show you the http header append before the actual html file... Ever seen this ??? I'v

RE: Broken pipe error

2001-02-22 Thread Cato, Christopher
And I have also the same trouble, but it's a JDBC Exception which is thrown by a JSP page connecting to oracle thru a RMI server.. basically, I'v setup an RMI Interface which offers SQL access to a SGBD, and in the implementation of this Interface I use JDBC stuff to execute the SQL

RE: HOWTO setup SSL

2001-02-22 Thread Hensley, Zachary
I have never set up SSL but I have used the cyrpto extensions before.All of the API methods rely on a provider Implementation for the API to work. I am no sure how you need to do it while setting up SSL but I know with the cyrpto extension you had to specify a provider implementation in a

Re: Help:What type of a configuration Tomcat is more preferable to industrial use

2001-02-22 Thread Valeriy Molyakov
I understand ! But , if a graphics files and the static pages are contained in structure of the web application ? In this case the static context serve Tomcat or Apache ? - Original Message - From: "Ren West" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 22, 2001 3:39

RE: Installing Tomcat and ISAPI_Redirect.dll on Win2K

2001-02-22 Thread Rob Mulder
For those who are interested, the problem as described below was solved by giving the website a fixed IP-address assigned to it. Localhost does not work. Regards Rob Hi, I get an error message in Iexplore Http: 400 Bad request when I try to go to the examples/jsp directory to test my Isapi

RE: Help:What type of a configuration Tomcat is more preferable to industrial use

2001-02-22 Thread Cato, Christopher
-Original Message- From: Valeriy Molyakov [mailto:[EMAIL PROTECTED]] Sent: den 22 februari 2001 15:26 To: [EMAIL PROTECTED] Subject: Re: Help:What type of a configuration Tomcat is more preferable to industrial use I understand ! But , if a graphics files and the static

Re: formbased authentication: logout ?

2001-02-22 Thread Christian Rauh
uthay wrote: If you want an application controled authentication why dont you develope a session bean that will interact with the login script? How can that be done without developing the whole custom authentication mechanism? Christian Rauh - Original Message - From: "paul

Re: RUNNING SERVLET

2001-02-22 Thread qazwasyx
Please don't use ALL CAPITALS This list is mainly for problems and bugs, your issue seems to come from the lack of documentation reading. Please reade the guide that comes with tomcat, it takes less than 30 minutes and explains what needs to be done to deploy apps (servlets included) from

RE: Where is the installation documentation???

2001-02-22 Thread Etienne Baert \(SPS Europe\)
Available at : http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-iis-howto.htm l Please note that this document refers to WinNT4, Win98, IIS4 and PWS4. To install on the Win2000-IIS5 combination, follow the steps for WinNT4-IIS4 and it will work fine. A list of additional

RE: Help:What type of a configuration Tomcat is more preferable t o industrial use

2001-02-22 Thread Randy Layman
If you configure everything correctly! One thing to be carefule of is how you tell Apache to give requests to Tomcat. If you specify that Tomcat should get all *.jsp and /servlet/* requests, then Apahce will serve the images if it can find them. This is preferable, but it is a little

Re: formbased authentication: logout ?

2001-02-22 Thread uthay
Thats correct. But it was more of a design issue than anything else. For me using session bean helps me to have accessor modifier style controle over my session vars. Extend it little bit further and you get full session control over your application. following code will allow me to control the

R: konqueror tomcat

2001-02-22 Thread Garry De Toffoli
I have resolved the same problem using jsp:forward... instead; but I don't why using response.sendRedirect(response.encodeUrl(,...) appear the http header. Bye Bye - Original Message - From: Laurent LAUBIN [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 22, 2001 3:08

IIS 5.0+Tomcat

2001-02-22 Thread Omar Diego Vera Ustariz
Hello to everybody. I am configuring Tomcat with IIS 5.0 under Windows 2000 Professional and It doesn't work , the last line in my IIS log file is: 14:35:36 127.0.0.1 GET /jakarta/isapi_redirect.dll 200 I checked if the "jakarta" virtual directory has the execution right, I hope you can

Re: problem upgrading to tomcat4.0 from tomcat3.2

2001-02-22 Thread eddie tsai
i just got the nightly build from 02/22/2001 and tried it. i am still getting the "not a servlet" error. my servlet is in a package and in a directory other than the 'classes' directory. i have included the path to that directory in the classpath in the .bat file so it knows where to look for my

RE: IIS 5.0+Tomcat

2001-02-22 Thread Randy Layman
200 is the success status code. What problem are you having? Have you checked the tocat logs? Randy -Original Message- From: Omar Diego Vera Ustariz [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 10:11 AM To: [EMAIL PROTECTED] Subject: IIS 5.0+Tomcat

RE: Problem with Tomcat - Red Hat 7

2001-02-22 Thread Vanbiervliet Matthew
the path is now ok (why ? No idea). But tomcat doesn't want to start... hii Vanbiervliet, you can try setting up the PATH variable in your .bashrc if you are using bash. or in the file tomcat.sh ,you can set up the PATH. do echo $PATH to check if your path is proper. Are you able

URLClassloader problems

2001-02-22 Thread Jim Cheesman
Hi! I'm having problems running my own URLClassloader within a jsp: I get the error Couldn't load sinfo.jsp.bv.BV75 java.lang.ClassNotFoundException: sinfo.jsp.bv.BV75 at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at

Starting tomcat as an NT Service

2001-02-22 Thread Scott Eversole
Hi, I'm running tomcat on NT 4 workstation. I installed it as a service using jk_nt_service.exe. It installed perfectly without a hitch. However, when I modified the service to start automatically it doesn't want to cooperate. Whenever I log off the service dies and when I log in again I have

RE: Starting tomcat as an NT Service

2001-02-22 Thread Etienne Baert \(SPS Europe\)
Which JDK version are you using ? -Original Message- From: Scott Eversole [mailto:[EMAIL PROTECTED]] Sent: jeudi 22 fvrier 2001 17:14 To: '[EMAIL PROTECTED]' Subject: Starting tomcat as an NT Service Hi, I'm running tomcat on NT 4 workstation. I installed it as a service using

RE: konqueror tomcat

2001-02-22 Thread Laurent LAUBIN
Thanks a lot, it's almost working now ... ... but I've founded some kind of other bug with the jsp:forward : Well I have a context /MyApp and from /MyApp/path/page.jsp I want to forward to /MyApp/path/page2.jsp So If I use jsp:forward page="/MyApp/path/page2.jsp", It will send me a 404 not

IIS5 - Missing something very simple

2001-02-22 Thread Bryan Lipscy
Title: IIS5 - Missing something very simple Good morning to all, Quick config rundown: [Root partition] Windows 2000 Server (no sp1) IIS5 (Ports 80, 81, 8080) [Seperate partition] Apache 1.3.14 r2 (Port 90) JDK 1.3 J2EE 1.3 Tomcat 3.2.1 I know that I am missing something very

RE: IIS5 - Missing something very simple

2001-02-22 Thread Etienne Baert \(SPS Europe\)
Title: IIS5 - Missing something very simple Hi Bryan, when specifying the 8080 port, you access your pages directly via tomcat, you thus bypass IIS in that case. You maybe configured tomcat with security rules (see tomcat.properties and tomcat-users.xml) If you would like to access

RE: Starting tomcat as an NT Service

2001-02-22 Thread Marc Saegesser
This is almost certainly the infamous JDK1.3 bug. It has been discussed *lots* of times on this list (search the archives or read the documentation at http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/NT-Service-howto.htm l). -Original Message- From: Scott Eversole

RE: IIS5 - Missing something very simple

2001-02-22 Thread Randy Layman
Since you have IIS running on port 8080, I would be willing to be that you have turned on directory security for the directory that you are requesting. Either turn it off, or use a username/password that IIS knows about (i.e. machine logins) Randy -Original Message-

mod_jk not returning !!!

2001-02-22 Thread Shahed Ali
Hi, I have a major problem with mod_jk. Apache sends request to mod_jk, but mod_jk just does not return. I am using ajp12 protocol and Tomcat 3.2.1 JDK 1.3 solaris 8 intel and apache 1.3.14 This behaviour came up only after a few hours. If I look at mod_jk.log, I get the log as below.

RE: ContextManager: Error reading request, ignored, repeats

2001-02-22 Thread Todd Carmichael
Has anyone dug into this problem? I am seeing the same problem Win2k, 4cpu box using IBM JDK 1.3. -Original Message- From: Carles Pi-Sunyer [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 5:58 PM To: '[EMAIL PROTECTED]' Subject: ContextManager: Error reading request,

Help:What type of a configuration Tomcat is more preferable to industrial use

2001-02-22 Thread Ben Galbraith
Hi ! What advantages gives use Tomcat + Apache? Why recommend using Tomcat as stand-alone container mainly for development and debugging ? Tomcat is excellent at serving up dynamic content (i.e. servlets) and does a pretty good job at serving up static content (i.e. HTML, GIF, JPG,

Re: How to measure Apache-Tomcat performance?

2001-02-22 Thread Ben Galbraith
JMeter's good, you should also check out Microsoft's WAS utility, http://homer.rte.microsoft.com/. It's Win32 only, but an excellent little tool. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email:

RE: Tomcat - Sessions and WAP Browsers

2001-02-22 Thread wapeditor
Hi!, Actually, WAP protocol does not support cookies (at least the version I worked on). You have to deal with URL Rewriting, in order to include the session ID into the requested URL. Once there, tomcat automatically reads the session ID from the URL instead of using the cookie. This is the

Tomcat deployment

2001-02-22 Thread Amir Nuri
Hi Can I run two tomcat servers on the some machine ?? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: Tomcat deployment

2001-02-22 Thread Etienne Baert \(SPS Europe\)
Yes you can, if you are interested on having two (or more) tomcat instances running on a Win2K machine, I can help you further (but on tomorrow as it becomes late here). I haven't experienced it on other OS. Etienne -Original Message- From: Amir Nuri [mailto:[EMAIL PROTECTED]] Sent:

RE: Tomcat deployment

2001-02-22 Thread Hensley, Zachary
As long as they are not running on the same port. -Original Message- From: Amir Nuri [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 12:19 PM To: Tomcat-User Subject: Tomcat deployment Hi Can I run two tomcat servers on the some machine ??

RE: IIS5 - Missing something very simple

2001-02-22 Thread Bryan Lipscy
Title: RE: IIS5 - Missing something very simple Directory security is set for anonymous using the TOMCAT account. Integrated windows authentication is disabled. tomcat.properties: security.selfservlet=false tomcat-users.xml: tomcat-users user name=tomcat password=tomcat roles=tomcat /

RE: Tomcat deployment

2001-02-22 Thread Nael Mohammad
Yes, just modify the port number they will be using. For example, tomcat be default is 8080, so the second server would be port # 8081 -Original Message- From: Amir Nuri [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 9:19 AM To: Tomcat-User Subject: Tomcat deployment Hi

RE: IIS5 - Missing something very simple

2001-02-22 Thread Randy Layman
Ok, lets take this one step at a time First, in your first message, which you is included at the very bottom of this message, you indicate that IIS (the Microsoft Web Server) is running on port 8080. According to your error message, one of the ports Tomcat is trying to use

Re: Problem with Tomcat - Red Hat 7

2001-02-22 Thread Jan Labanowski
On Thu, 22 Feb 2001, Vanbiervliet Matthew wrote: You may want to look at: http://www.ccl.net/cca/software/UNIX/apache/index.shtml Redhat7.0 puts Apache in different dirs than Redhat 6.2 Jan Hello everybody, I have some problems with the Tomcat install with Red Hat 7. Firstly, the path

JNDI DataSource lookup and Tomcat 3.2.1

2001-02-22 Thread William Au
I want to use JNDI DataSource lookup with Tomcat 3.2.1. I am going to need a JNDI service provider. I see that a few different ones are available form java.sun.com. Is there a particular one that works best with Tomcat? Bill

RE: IIS5 - Missing something very simple

2001-02-22 Thread Bryan Lipscy
Title: RE: IIS5 - Missing something very simple Got it! Thank you to Randy Etienne for their help. Causes: 1) I setup a new web site as opposed to creating a virtual directory. In the virtual directory I: disabled Windows Integrated Authentication enabled anonymous access using the

Re: Set wich pages I can see with SSL and wich not

2001-02-22 Thread Jan Labanowski
This is done via virtual servers in apache. Check httpd.conf On Thu, 22 Feb 2001, Claudio Chrispens wrote: Hi!, I have installed SSL - apache - tomcat . I want to know if I there is a file in the tomcat or in the apache configuration where I can set wich pages could be seen with SSL and

RE: Tomcat 4, JDBCRealm Configuration, Catalina.start: LifecycleException: This Realm has already been started

2001-02-22 Thread Ignacio J. Ortega
Hola C. Gaffga: It seems a bad message JDBCRealm ( without an RootCause somthing like that ), look at bad connection url or db not started when TC4.0 tries to start the connection, or something like this.., please file a bug to http://nagoya.apache.org/bugzilla to help us to track that issue..,

FW: Tomcat deployment

2001-02-22 Thread Amir Nuri
In order to run two tomcat servers Do I use two server.xml files ?? and Where do i tell tomcat what server.xml to use ?? -Original Message- From: Nael Mohammad [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 7:53 PM To: '[EMAIL PROTECTED]' Subject: RE: Tomcat deployment

RE: Tomcat deployment

2001-02-22 Thread Randy Layman
Yes. You start Tomcat with the -f path to server.xml. You must also use this when stopping Tomcat. Randy -Original Message- From: Amir Nuri [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 2:22 PM To: Tomcat-User Subject: FW: Tomcat deployment In order

Autoreply: Re: TC3.2.1 - response commit on included JSPs

2001-02-22 Thread bwheeler
This is not a valid address at SNL Securities (http://www.snl.com). Please remove him/her from your mailing list or address book. Your message reads: Received: from snlexch.snl.com (unverified [10.0.1.9]) by mail.snl.com (Rockliffe SMTPRA 4.5.4) with ESMTP id [EMAIL PROTECTED] for [EMAIL

Autoreply: Re: Set wich pages I can see with SSL and wich not

2001-02-22 Thread bwheeler
This is not a valid address at SNL Securities (http://www.snl.com). Please remove him/her from your mailing list or address book. Your message reads: Received: from snlexch.snl.com (unverified [10.0.1.9]) by mail.snl.com (Rockliffe SMTPRA 4.5.4) with ESMTP id [EMAIL PROTECTED] for [EMAIL

  1   2   >