Re: tomcat doesn' t find beans

2002-01-18 Thread Nikola Milutinovic
Hello Nikola! That's it. Thank you very much. And your right I could change the directory name only in the dosbox, in the explorer it is still wrong. I know. That is why I stick to UNIX. :-) Nixie.

Re: Dynamic XML/XSLT with Tomcat 4.0

2002-01-18 Thread Alexandre Victoor
Hi, I think you should take a look at Cocoon.. http://xml.apache.org/cocoon1/index.html regards Alex At 08:43 18/01/2000 +0200, you wrote: Hello, I would like to use XML/XSLT in my project. The problem is that my XML pages (and possibly XSLT pages) will be dynamic not static. I think, JSPs

Re: running *.jsp at DocumentRoot of Apache

2002-01-18 Thread Anton Brazhnyk
Hi! - Original Message - From: Blaine Berger [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 18, 2002 8:40 AM Subject: running *.jsp at DocumentRoot of Apache In trying out Tomcat4 with the WebAppDeploy directive inside of httpd.conf, I can get the servlets and jsp

Re: mod_webapp and php

2002-01-18 Thread Anton Brazhnyk
- Original Message - From: Nikola Milutinovic [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, January 18, 2002 8:36 AM Subject: Re: mod_webapp and php It seems to me I've read it somewhere in tomcat-dev mail list archives. I'm positive on Apache

apache-tomcat4 connection via WARP

2002-01-18 Thread Young Jun Kim
i have apache+tomcat4 with WARP connector(mod_webapp.so). everything works fine except one thing... when i tried http://hostname/examples/ default webpage (such as index.jsp, index.html) is displayed correctly. but, when i tried http://hostname/examples -- no slash(/) i got internal error (500

Re: mod_webapp and php

2002-01-18 Thread Nikola Milutinovic
Yeah, its interesting question, maybe for Tomcat developers to come up, besides its marked as FIXME to add some info about the way mod_webapp work behind the scene. :)) but: RELEASE-NOTES-4.0-B7.txt - Tomcat 4.0 and Apache: - The

RE: Can a url have a space in it?

2002-01-18 Thread Justin Rowles
When using tomcat 3.2.4, is it invalid to create a folder called /my folder? It looks like tomcat turns the url into my%folder, which I thought should work, but it can't find any files in this directory. Is this correct, is there something I can do to allow tomcat to find files in a

RE: Can a url have a space in it?

2002-01-18 Thread Justin Rowles
if uRL was http:/localhost/servlet/test?file=my%20documents then when your do : String paramV = request.getParameter(file); out.println(File Path is: + paramV); this should make paramV = my documents is this what your looking for? B Anyone correct me if I am wrong please. If you

RE: Not running

2002-01-18 Thread Reynir Hübner
hmm check your config and see if there are some case sensitivity issues. Unix/linux are case sensitive. also you can check if any path has a wrong type of slash ( \ vs / ). those are the things I can think of right now. hope it helps -reynir -Original Message- From: Otávio Augusto R.

Accessing resources from other web-apps

2002-01-18 Thread Sergei Batiuk
Hello, I have two web-apps (main.war and employees.war). employees.war needs to obtain a dynamically-generated web page ('commonHeader.jsp') from the main.war. Is that possible? Sincerely, Sergei Batiuk. -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Re: error using jsse: cannot recover key

2002-01-18 Thread Duncan Smith
You haven't said what OS you are using, but I had the same problem with Win2K. I found that after generating the key I had to then move it from my user directory under c:\docs and setts\(user) and move it to c:\docs and setts\defaut user\. Just a suggestion. Duncan. Mehul S Dave wrote:

RE: mod_webapp: redirects to ServerName

2002-01-18 Thread Oli Gauti Gudmundsson
If I point my browser to http://www.mydomain.com http://www.mydomain.com , Apache redirects me to http://123.45.67.89/index.jsp http://123.45.67.89/index.jsp , where 123.45.67.89 is the IP address of the server running the application, and is set as the ServerName in httpd.conf. And

No. of User Restrictor

2002-01-18 Thread Sachin Tyagi
Hi All I am looking for a functionality with my web application I need some suggestions. Application running on Apache 1.3 and Tomcat3.2(4.0 optional) What I need is we want to restrict the no. of user connected to our application for example If we need only 50 user can be connected not more

RE: Apache - Tomcat - integration

2002-01-18 Thread Cressatti, Dominique
it's fairly easy, once you know how do it and were are pitfalls. 2... I don't know what is the AJP connector but I don't you need since you should be using the warp connector. 1st) are tomcat and apache working? have you tried to go to http://localhost:8080/examples/ and http://localhost What

RE: apache-tomcat4 connection via WARP

2002-01-18 Thread Cressatti, Dominique
one thing I've noticed is if if try http://hostname:8080/examples it automatically add that trailing slash for u once it reached the page. So I get the feeling that it's something to do with tomcat (I may be wrong) Dom -Original Message- From: Young Jun Kim [mailto:[EMAIL PROTECTED]]

RE: apache-tomcat4 connection via WARP

2002-01-18 Thread Anton Brazhnyk
-Original Message- From: Young Jun Kim [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 11:35 AM To: [EMAIL PROTECTED] Subject: apache-tomcat4 connection via WARP i have apache+tomcat4 with WARP connector(mod_webapp.so). everything works fine except one thing...

RE: Apache - Tomcat - integration

2002-01-18 Thread Cressatti, Dominique
as well: http://localhost/examples will not work for me but http://localhost/examples/ does. Dom -Original Message- From: Cressatti, Dominique Sent: 18 January 2002 10:22 To: Tomcat Users List Subject: RE: Apache - Tomcat - integration it's fairly easy, once you know how do it and

Re: apache-tomcat4 connection via WARP

2002-01-18 Thread David Rault
something that may help (if it works now) is apache's mod_rewrite i tried it with a beta version mod_webapp and it was overriding all others modules may be this has been corrected with the final module if that's the case, then one just needs to define a rewrite rule (must be one of the apache

RE: mod_webapp and php

2002-01-18 Thread Anton Brazhnyk
-Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 11:36 AM To: Tomcat Users List Subject: Re: mod_webapp and php * The mod_webapp connector is configured based on the contents of the web.xml file for your web application. The

Anybody know why tomcat 4.0.1 does not look in the classes directory for resources?

2002-01-18 Thread Christopher Chan
I have a problem. I have two webapps running on Tomcat. The first one has no problems reading from its classes directory for resource files like .properties The second one however is throwing missing resource bundle exceptions and insists it cannot find bundle for base name WEB. But I do

Getting a HTTP 503 Error

2002-01-18 Thread Tom
Anyone ever got a 503 error from TomCat 4? What does it mean?

Strange behaviour; i don't understand...

2002-01-18 Thread Jean-Luc BEAUDET
Hi All, Running - SOLARIS 8 - Apache 1.3.20 - Tomcat 4.x - Warp Connector ( mod_webapp ) Well here's my problem: The Dev_Team is making different parts of dev. I made for each person a personal dev space, generally in /home_dir/AppWeb. They dev and test using standalone mode

Servlet deployment without using web.xml?!

2002-01-18 Thread Thomas Åhlen
This is what I want to do: 1. First I define one servlet(Controller) in the web.xml file 2. I want my Controller servlet to be able to add and remove servlets(modules) from the application context. Why? In my system each servlet is a module and I want my modules to be pluggable. e.g. possible

RE: Getting a HTTP 503 Error

2002-01-18 Thread Anton Brazhnyk
Hi! RFC 2616 Hypertext Transfer Protocol -- HTTP/1.1 is a place to search. cite 10.5.4 503 Service Unavailable The server is currently unable to handle the request due to a temporary overloading or maintenance of the server. The implication is that this is a temporary condition which will be

RE: Getting a HTTP 503 Error

2002-01-18 Thread Justin Rowles
Anyone ever got a 503 error from TomCat 4? What does it mean? http://offline.home.cern.ch/offline/web/http_error_codes.html For all (well, all useful) http error codes. Remember people: STFW ;-) J. -- You're only jealous cos the little penguins are talking to me.

IIS-tomcat VS Apache - Tomcat

2002-01-18 Thread Sergey Andreev
hi What is the difference between tomcat-iis and tomcat-apache integration? -- Regards, Sergey _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- To unsubscribe: mailto:[EMAIL

trap Browser Close

2002-01-18 Thread Abhishek Pamecha
Hi, Can I trap browser close event and send the message back to the server when then user either closes the browser window or kills the browser. I have to check in some licenses once the user session is over. I am using apache 1.3.12 with tomcat 3.2.2 Please let me know of any possible

Re: mod_webapp: redirects to ServerName

2002-01-18 Thread Nikola Milutinovic
- Original Message - From: "Oli Gauti Gudmundsson" [EMAIL PROTECTED] To: "'Tomcat Users List'" [EMAIL PROTECTED] Sent: Friday, January 18, 2002 11:15 AM Subject: RE: mod_webapp: redirects to ServerName If I point my browser to http://www.mydomain.com

Re: mod_webapp and php

2002-01-18 Thread Nikola Milutinovic
Actually its the only way I can imagine they've done it. And with the proper implementation it won't be dangerous at all. And about sealing violation you can always consider both Tomcat and Apache to be container, can't you? Sure, but that way Apache is just a caching mechanism, it

RE: Strange behaviour; i don't understand...

2002-01-18 Thread Anton Brazhnyk
Hi! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jean-Luc BEAUDET Sent: Friday, January 18, 2002 1:04 PM To: Tomcat Users List Subject: Strange behaviour; i don't understand... My first question is What is the difference deploying such

Please HELP. blank JSP at client

2002-01-18 Thread Mustafa ispir
Hi, I have a little problem with JSP pages. JSP pages are working well at server (Tomcat is used). But although the url is correct, jsp pages show nothing at clients. I think, Explorer setting lead to this problem. But I can`t find the actual reason. What might be the problem? please help!

RE: Please HELP. blank JSP at client

2002-01-18 Thread Michael Wentzel
Hi, I have a little problem with JSP pages. JSP pages are working well at server (Tomcat is used). But although the url is correct, jsp pages show nothing at clients. I think, Explorer setting lead to this problem. But I can`t find the actual reason. What might be the problem? A few

Re: Getting a HTTP 503 Error

2002-01-18 Thread RSEQUEIRA
Tom [EMAIL PROTECTED] on 01/18/2002 04:58:41 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] cc: Subject: Getting a HTTP 503 Error Anyone ever got a 503 error from TomCat 4? What does it mean? 5xx errors are generated by the server

RE: trap Browser Close

2002-01-18 Thread Michael Wentzel
Can I trap browser close event and send the message back to the server when then user either closes the browser window or kills the browser. I have to check in some licenses once the user session is over. I am using apache 1.3.12 with tomcat 3.2.2 Take a look at the

IE problem, new session created for new browser instance

2002-01-18 Thread korimilli vijay
Hi, I am stuck in my project because of the session creation problem in IE. I am using IE browser 6.0 and tomcat 4.0.1. When i open two browser instances of IE, they are creating two http sessions. I am expecting, that the new browser instance should find any already open session and not

RE: problems with JDBCRealm and oracle

2002-01-18 Thread Michael Wentzel
My tomcat 4.0.1 runs on a WinNT-machine. In server.xml i' have configured a JDBC Realm with the following code: Realm className=org.apache.catalina.realm.JDBCRealm debug=99 driverName=oracle.jdbc.driver.OracleDriver

RE: Not running

2002-01-18 Thread Jim Urban
Check the file permissions on the server. Depending upon which FTP client you use, the permissions sometimes don't get set correctly when uploading from Win98 to Unix. Jim -Original Message- From: Otávio Augusto R. de França [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002

RE: Tomcat and Oracle JDBC-ODBC connection problem. Please help!

2002-01-18 Thread Michael Wentzel
I have installed tomacat to set up Oracle JDBC-ODBC driver, data source... but ran into some problmes: The database connection with Oracle only works with .java files but does not work with jsp files. For example: test.java would work but test.jsp would not. This is the error message

JSP Won't Compile Under Tomcat 4

2002-01-18 Thread Wagoner, Mark
I am trying to move an app from Tomcat 3.3 to 4.01 and am running into a really strange problem. Everything works fine except for my error page, which won't compile. I get the following: 2002-01-18 09:08:18 ApplicationDispatcher[] Servlet.service() for servlet jsp threw exception

RE: JSP Won't Compile Under Tomcat 4

2002-01-18 Thread Justin Rowles
An error occurred at line: 18 in the jsp file: /error.jsp Generated servlet error: D:\Tomcat\work\localhost\_\error$jsp.java:64: Class org.apache.jsp.PrintWriter not found. exception.printStackTrace(new PrintWriter(out)); ^

Tomcat starting problem

2002-01-18 Thread Samuthrarathnam, Shamini
Tomcat, I'm currently installing jakarta-tomcat-3.3a on a HP-UX 11.00 and have the following error when I try and start tomcat by ./tomcat.sh start. Can anyone help? $ ./tomcat.sh start Using classpath: ./../lib/tomcat.jar Using JAVA_HOME: /opt/java1.3/bin Using TOMCAT_HOME:

RE: JSP Won't Compile Under Tomcat 4

2002-01-18 Thread Wagoner, Mark
I'm not importing it because I am not using directly. Tomcat is throwing the error when it is invoking its internal JSP compiler. To be honest, I don't even know which JAR file the org.apache.jsp package is in. -Original Message- From: Justin Rowles [mailto:[EMAIL PROTECTED]] Sent:

RE: No. of User Restrictor

2002-01-18 Thread Emir Alikadic
-Original Message- From: Sachin Tyagi [mailto:[EMAIL PROTECTED]] Sent: January 18, 2002 5:22 AM To: [EMAIL PROTECTED] Subject: No. of User Restrictor Hi All I am looking for a functionality with my web application I need some suggestions. Application running on Apache 1.3 and

RE: JSP Won't Compile Under Tomcat 4

2002-01-18 Thread Reynir Hübner
PrintWriter is a part of the Java.io package. (not org.apacke.jsp). http://java.sun.com/j2se/1.3/docs/api/java/io/PrintWriter.html import it in your jsp. hope it helps -reynir -Original Message- From: Wagoner, Mark [mailto:[EMAIL PROTECTED]] Sent: 18. janúar 2002 14:23 To: 'Tomcat

RE: JSP Won't Compile Under Tomcat 4

2002-01-18 Thread Justin Rowles
I'm not importing it because I am not using directly. Tomcat is throwing the error when it is invoking its internal JSP compiler. Hmm... interesting. Yes, Tomcat is throwing the error when it tries to compile the .java file that it has genereated. There is, however, a source file called

RE: No. of User Restrictor

2002-01-18 Thread Cox, Charlie
check out the docs for the connector object max_threads for tc 3.x maxProcessors for tc 4.0 and Charlie -Original Message- From: Sachin Tyagi [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 5:22 AM To: [EMAIL PROTECTED] Subject: No. of User Restrictor

RE: JSP Won't Compile Under Tomcat 4

2002-01-18 Thread Wagoner, Mark
Well, that helped. Although just importing the package wasn't enough. I had to change the scriptlet in the JSP to specifically say java.io.PrintWriter. Now I am getting an IllegalStateException, but at least one hurdle is over. I still can't understand why none of this was necessary under

How can I use LDAP for Tomcat authentication ?

2002-01-18 Thread Arun K Solleti
Hi I have an implementation of apache 1.3.20 with tomcat 3.2.3. I an doing auth. with a ldap server wihich works prefectly with apache mod_auth_ldap (module). When i am trying to read the environment variables with a cgi , REMOTE_USER returns me the authentificated user but when i am doing a

RE: Error 500

2002-01-18 Thread Ignacio J. Ortega
Saludos , Ignacio J. Ortega -Mensaje original- De: btquah [mailto:[EMAIL PROTECTED]] Enviado el: viernes 18 de enero de 2002 6:14 Para: [EMAIL PROTECTED] Asunto: Error 500 hi, When I run my jsp program, a list of errors pop-up as below Error: 500 Location:

Re: Dynamic XML/XSLT with Tomcat 4.0

2002-01-18 Thread Chris Faulkner
HI Use Cocoon within Tomcat. You'll findit in the Apache XMLproject. http://xml.apache.org/ Chris Hello, I would like to use XML/XSLT in my project. The problem is that my XML pages (and possibly XSLT pages) will be dynamic not static. I think, JSPs should generate the content, but how do I

Error 500

2002-01-18 Thread btquah
hi, When I run my jsp program, a list of errors pop-up as below Error: 500 Location: /edentalpro/sendmail.jsp Internal Servlet Error: org.apache.jasper.JasperException: Unable to compile class for

Tomcat as a Windows Service on Windows 2000?

2002-01-18 Thread Kinander Jan
I have read an instruction by Gal Shachor on page http://jakarta.apache.org/tomcat/tomcat-3.2-doc/NT-Service-howto.html about how to make Tomcat work as a Windows Service on Windows NT. Now I wonder: what do I have to do to make Tomcat work as a Windows Service on Windows 2000

SSL_SESSION_ID

2002-01-18 Thread James Cowan
I have been trying to install the tomcat to work with Apache SSL. The manual talks about forwarding the SSL_SESSION_ID to tomcat. How does one extract this variable from a jsp - via the servlet's getHeaderNames() method? James Cowan -- To unsubscribe: mailto:[EMAIL PROTECTED] For

RE: Tomcat as a Windows Service on Windows 2000?

2002-01-18 Thread Barney Hamish
Exactly the same thing! -Original Message- From: Kinander Jan [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 9:48 AM To: '[EMAIL PROTECTED]' Subject: Tomcat as a Windows Service on Windows 2000? I have read an instruction by Gal Shachor on page

RE: JSP Won't Compile Under Tomcat 4

2002-01-18 Thread Justin Rowles
I still can't understand why none of this was necessary under Tomcat 3. Probably the package import instruction you needed was added by the .java generator because some of the code it was adding to create the .java file from the .jsp file would need it. You can find out by looking in your

Re: Tomcat as a Windows Service on Windows 2000?

2002-01-18 Thread Olav Krapp
Install Tomcat 4.0.1 - Original Message - From: Kinander Jan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 18, 2002 9:47 AM Subject: Tomcat as a Windows Service on Windows 2000? I have read an instruction by Gal Shachor on page

Re: Strange behaviour; i don't understand...

2002-01-18 Thread Jean-Luc BEAUDET
Anton Brazhnyk a écrit : Hi Anton, First of all, thank you for yur answer ! cause felt a bit confused with some behaviour of Tomcat... Hi! My first question is What is the difference deploying such context in the Stand-Alone portion of conf/server.xml or the Apache-Tomcat part ?

Re: Tomcat does not shutdown with script

2002-01-18 Thread VICTOR_PAUL_NONLILLY
I already had the export statements at the beginning of the catalina.sh script. Tomcat does still not shutdown. How long does it take for your tomcat to shutdown? Thanks, Paul John Wadkin [EMAIL PROTECTED] 01/16/2002 07:24 PM Please respond to Tomcat Users List To: Tomcat

RE: Tomcat as a Windows Service on Windows 2000?

2002-01-18 Thread Justin Rowles
Now I wonder: what do I have to do to make Tomcat work as a Windows Service on Windows 2000 Professional or Windows 2000 Server? Install Tomcat 4.0.1 We have 3.2.3 working on Win2k. J. -- You're only jealous cos the little penguins are talking to me.

No mod_jk in Tomcat 4.0 ?

2002-01-18 Thread Elm Gysel
Heya! Do I get it right? http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/index.html doesn't say a word about mod_jk for Tomcat 4.0? We have to use WAR¨P or AJP? Am I missing something? Thanks! Elm -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL

Re: Strange behaviour; i don't understand...

2002-01-18 Thread David Smith
On the second question, a moderately new build of mod_webapp should be able to accept a full path for the location of an app. Example: WebAppDeploy /var/www/webapps/examples conn /examples --David On Friday 18 January 2002 06:04 am, you wrote: Hi All, Running - SOLARIS 8 - Apache 1.3.20

creating a war- file

2002-01-18 Thread tuebelhoer
Hello! I run tomcat 4.0.1 under WinNT. How can I create a war-file from an existing webapplication under webapps. After cd %tomcat-home%\webapps I tried it with jar -cvf myapp.war myapp , where myapp is the directory with my web application files. But when I extract the war-file ,then I get the

AW: problems with JDBCRealm and oracle

2002-01-18 Thread tuebelhoer
Hello Michael! Yes I'm able to connect to Oracle with scott/tiger@db02, but the realm doesn't work. Thanks tommi -Ursprüngliche Nachricht- Von: Michael Wentzel [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 18. Januar 2002 14:11 An: 'Tomcat Users List' Betreff: RE: problems with JDBCRealm

RE: Strange behaviour; i don't understand...

2002-01-18 Thread Anton Brazhnyk
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jean-Luc BEAUDET Sent: Friday, January 18, 2002 4:51 PM To: Tomcat Users List Subject: Re: Strange behaviour; i don't understand... Any difference at that abstraction layer, but there IS

apache-webapp-tomcat4 and SSL

2002-01-18 Thread Thor Tall
Hi, I have setup an Apache/1.3.22 with mod_webapp and tomcat 4.0.1. (using webapp on port 8008) on a RedHat 7.2 system I can access a servlet via https so that works fine. I could now like to get the contents of the client certificate used to connect to the apache server. As far as I can

RE: creating a war- file

2002-01-18 Thread sumit . rajan
go into myapp and create a war file using all the folders within myapp and name it myapp.war you will get myapp\WEB-INF then if you have winzip simply select all the folders within myapp folder, right click and select add to zip and enter the name of zip as myapp.war Sumit. -Original

RE: problems with JDBCRealm and oracle

2002-01-18 Thread John Niven
Tommi I had this exact problem last night, and solved it (eventually). I'd need to check my code (I'm at work, with Jrun, not at home with Tomcat!) but I think the connectionURL needs to lose the user and password, and you need to add two additional name/value pairs to Realm... : connectionUser

RE: Tomcat does not shutdown with script

2002-01-18 Thread John Wadkin
Paul, I've tried various things to replicate this error in a controlled way. The only thing that I can find that causes the error is when TomCat is already shutdown - i.e. shutting down TomCat when it's *already* shutdown. Starting and immediately stopping TomCat works fine. If you're certain

AW: creating a war- file

2002-01-18 Thread tuebelhoer
Thank you Sumit. Tommi -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 18. Januar 2002 16:19 An: [EMAIL PROTECTED] Betreff: RE: creating a war- file go into myapp and create a war file using all the folders within myapp and name it

RE: Can a url have a space in it?

2002-01-18 Thread Brandon Cruz
The problem is that users sometimes want to enter folders onto their machine that have spaces in them, or they are putting our application onto their existing site that has folders with spaces in the name. I am thinking that for some reason it may be a bug with tomcat 3.2.4, since I didn't

INSTALLING Tomcat-4.0 with JDK1.4 beta.

2002-01-18 Thread JavaWriter2002
Yes you guessed it...Tomcat4.0 won't install using jdk1.4 beta. The first thing it does is says it cant find a Java Development kit. Works fine with JDK1.3 so I'm guessing jdk1.4 will install once it is out of beta. Correct? There are some new utilities in jdk1.4 I'd like to use, but I've

problems with JDBCRealm and oracle

2002-01-18 Thread tuebelhoer
Hello! My tomcat 4.0.1 runs on a WinNT-machine. In server.xml i' have configured a JDBC Realm with the following code: Realm className=org.apache.catalina.realm.JDBCRealm debug=99 driverName=oracle.jdbc.driver.OracleDriver

Advantages using Apache httpd

2002-01-18 Thread Jacob Vennervald Madsen
Hi List What are the advantages from using Apache with Tomcat instead of a stand-alone Tomcat? I've read the docs but I wanted to hear from other people with experience from using it. Jacob Vennervald Madsen Mobile System Developer GoPinocchio Norrebrogade 45 DK-2200 Copenhagen

Re: INSTALLING Tomcat-4.0 with JDK1.4 beta.

2002-01-18 Thread Kirby Vandivort
I'm not sure what you mean by 'tomcat won't install using 1.4 beta'.. (is this on windows?) I've used 4.0.1 with the 1.4beta on both solaris and linux and it worked ok.. On Fri, Jan 18, 2002 at 10:39:12AM -0500, [EMAIL PROTECTED] wrote: Yes you guessed it...Tomcat4.0 won't install using

RE: INSTALLING Tomcat-4.0 with JDK1.4 beta.

2002-01-18 Thread Brian Adams
It does work I am using it. There is a registry error that causes that. I don't know how to fix the registry but others here do. I download the src version for windows and installed by hand and it works great on two machines! :) ohh, you did not say what OS, I assumed Windows if not dunno..

RE: Advantages using Apache httpd

2002-01-18 Thread Michael Wentzel
What are the advantages from using Apache with Tomcat instead of a stand-alone Tomcat? I've read the docs but I wanted to hear from other people with experience from using it. Apache is a fine tuned httpd for static content and therefore typically suppasses Tomcat for serving static content.

Re: page not found error using apache/tomcat

2002-01-18 Thread Brown Bay
When i type in the browser http://x.x.com/examples I get the listings of servlets, jsp and images but when i goto servlets link i get a page not found error and the apache log says File does not exist: I believe this is a bug in the webapp module and I struggled several days about this

Apache 2.0 with Tomcat

2002-01-18 Thread Gabriel Lopez Millán
Hi all. I have installed Apache 2.0.28 with ssl module and work fine. Also I have installed Jakarta-tomcat-4.0.1 and also work find. How can I integrate both systems? I want to use Apache-2.0.28+SSL+Tomcat. I don't find any information about this. Thanks a lot,

JBUilder and connectionn pool

2002-01-18 Thread Emerson
I using JBuilder to Debug my web-apps and ConnectionPool from http://www.bitmechanic.com/projects/jdbcpool/ (James Cooper) They instruct to make a unique sevlet to do all the configuration of the connections. I always use to instantiate a different pool for each app. The advantage of the new

RE: Advantages using Apache httpd

2002-01-18 Thread Emerson
Another question about apache: The time that goes between apache delegating requests to tomcat and tomcat answering back instead of tomcat answering directly is worthwhile??? At 10:10 18/1/2002 -0500, you wrote: What are the advantages from using Apache with Tomcat instead of a stand-alone

Re: Strange behaviour; i don't understand...

2002-01-18 Thread Jean-Luc BEAUDET
Anton Brazhnyk a écrit : -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jean-Luc BEAUDET Sent: Friday, January 18, 2002 4:51 PM To: Tomcat Users List Subject: Re: Strange behaviour; i don't understand... Any difference at that

Tomcat vs. RH 6.2

2002-01-18 Thread kynn
I'm trying to build Apache with Tomcat. I can't use the Tomcat binaries because they require glibc-2.2, but I'm on a Linux RH 6.2 system that I'm in no position to upgrade, and RH 6.2 and glibc-2.2 apparently don't mix. Therefore, I decided to try building my own Tomcat binary, one that can

Re: Servlet deployment without using web.xml?!

2002-01-18 Thread Christopher K. St. John
Thomas Åhlen wrote: 1. First I define one servlet(Controller) in the web.xml file 2. I want my Controller servlet to be able to add and remove servlets(modules) from the application context. ... Is this possible? I would see no reason to why there couldn't be some interface between Tomcat

RE: Tomcat vs. RH 6.2

2002-01-18 Thread Jim Urban
While I have never built Tomcat, I do use Ant to build all my Java projects. I use Xerces Java 2 parser for an XML parser and it works just fine. Download it form the Apache XML Project website and install it in a convenient place on your system. Then add the xerces.jar file (in your Xerces bin

Re: Accessing resources from other web-apps

2002-01-18 Thread Christopher K. St. John
Sergei Batiuk wrote: I have two web-apps (main.war and employees.war). employees.war needs to obtain a dynamically-generated web page ('commonHeader.jsp') from the main.war. Check out the javadocs for: javax.servlet.Context.getContext() javax.servelt.Context.getRequestDispatcher()

RE: Tomcat vs. RH 6.2

2002-01-18 Thread Barney Hamish
The instructions on how to build tomcat (provided with the tomcat source) detail where to get the XML parser and all the other stuff you need. -Original Message- From: Jim Urban [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 5:28 PM To: Tomcat Users List Subject: RE: Tomcat

NEWBIE : TOMCAT WITH IIS 5.0

2002-01-18 Thread IndianNIC-TOMCAT
Hello this may sound pretty basic to many but pretty tiresome for me. been after this for a coupla days trying to figure out but to no success i am using tomcat 4 on windows 2000 with iis 5.0 all my website are located under the ip address 209.11.42.166 under E:/inetpub location of tomcat is

RE: Advantages using Apache httpd

2002-01-18 Thread Michael Wentzel
Another question about apache: The time that goes between apache delegating requests to tomcat and tomcat answering back instead of tomcat answering directly is worthwhile??? I've never done any real scaled testing of large systems so I can only speak theoretically here but it kind of

Re: Anybody know why tomcat 4.0.1 does not look in the classes directory for resources?

2002-01-18 Thread Bo Xu
- Original Message - From: Christopher Chan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 18, 2002 6:00 AM Subject: Anybody know why tomcat 4.0.1 does not look in the classes directory for resources? I have a problem. I have two webapps running on Tomcat. The first one

Apache Secure Server Tomcat 4.0

2002-01-18 Thread Angel, Ronald J
I'm attempting to configure an Apache (apache-1.3.12-2) server running on RH6.2 (2.2-16.3) with Tomcat 4.0.1 to use SSL. Also using JDK 1.3.1.. I read re-read the 'SSL Config HOW-TO' from Apache's web-site. I've also gone over the 'Building a Secure RedHat Apache Server HOW-TO'. As per the

RE: Apache Secure Server Tomcat 4.0

2002-01-18 Thread Angel, Ronald J
ThankX for the fast response Denny. To answer your question about 'warp', I don't believe so... Now back up a bit... I'm a C/C++/Java developer with a decent amount of Linux experience. Unfortunately, Apache, Tomcat, warp, SSL, etc are pretty new to me. I'd did a quick check on

Re: Servlet deployment without using web.xml?!

2002-01-18 Thread Thomas Åhlen
Have you considered having your controller servlet dispatch to regular old Java code instead of to other servlets? That way you can have full control and still stay within the servlet spec. Yes that is an option but it would require something like this

howto install shared jar's at runtime

2002-01-18 Thread Hans Schlenker
Hi! How can I install a jar package at $CATALINA_HOME/lib at Tomcat *runtime* such that webapps may use its contents right after installation (without restarting Tomcat, since this is not possible remotely)? The intended sequence is: - start Tomcat - install a new webapp using the Tomcat

RE: INSTALLING Tomcat-4.0 with JDK1.4 beta.

2002-01-18 Thread Ion Larrañaga
When JDK1.4 beta3 is installed the following values are not included in the registry: Under HKEY_LOCAL_MACHINE/SOFTWARE/JavaSoft/Java Development Kit you must create value CurrentVersion as 1.4. The same value must be included under HKEY_LOCAL_MACHINE/SOFTWARE/JavaSoft/Java Runtime

Re: Apache Secure Server Tomcat 4.0

2002-01-18 Thread Denny Chambers
Are you going to connect apache and tomcat together with warp connector( or equivilent)? If so you only need to put in the ssl stuff in for apache. For tomcat you will want to remove or comment out the http connector in the server.xml file. This will prevent users from going around apache, and

multiple java processes

2002-01-18 Thread David Bazell
When I start tomcat and do a ps I see 18 java processes have started. Is this normal? Why are they all there? Thanks, Dave -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: howto install shared jar's at runtime

2002-01-18 Thread Armbrust, Daniel C.
The folks at http://www.mmaweb.net/ provide tomcat based web hosting, and give you the option to restart your instance of tomcat remotely (i.e. click a button on your site administrators web page) maybe they would be willing to release their code for restarting the server. Can't hurt to

Servlet + multiple forward + session problem

2002-01-18 Thread Michel Lastes
Bonjour, I have a session problem within an application. The servlet waiting on the URL of the application, while contacted, opens a session and does a forward to another servlet. This one checks the session and does a forward to another servlet, as well. The third servlet checks the session.

RE: multiple java processes

2002-01-18 Thread Armbrust, Daniel C.
paste My problem is that whenever Tomcat is started, it spawns off at least 30 processes identified only as java when I do a ps -e command, and each one of these processes eats up about 23.1 MB of Ram, which ends up making Tomcat take more than 900 MB of RAM when no one is even hitting the

RE: multiple java processes

2002-01-18 Thread Michael Wentzel
When I start tomcat and do a ps I see 18 java processes have started. Is this normal? Why are they all there? Yes it is. If you want more information try doing a search on this topic in the archives. --- Michael Wentzel Software Developer Software As We Think - http://www.aswethink.com

  1   2   >