Re: (Tomcat + JBoss) or (Apache + Tomcat + JBoss) ?

2002-07-04 Thread Nikola Milutinovic
Is there anyone that installed (Apache + Tomcat + JBoss) combination all together? What are the advantages of Using Apache with Tomcat-JBoss combination or is Tomcat enough for complete web content serving? Should I run Apache with Tomcat + JBoss in a separate JVM? Tomcat + JBoss

RE: Server attributes question

2002-07-04 Thread Andrew Conrad
Not sure of your version. I'm referring to 4.x The documentation says that the port is used for shutting down the server only, and that the request MUST come from the local machine. Meaning, to me, that it probably binds to the 127.0.0.1 Address, and that specific port. If you trying to

Re: TomCat 3.2.3 not respond suddenly.

2002-07-04 Thread TEOH KANG YIH
However, we don't get the error like maximum process exceeded. - Original Message - From: Vikramjit Singh [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, July 04, 2002 12:22 PM Subject: RE: TomCat 3.2.3 not respond suddenly. Then you should consult

RE: (Tomcat + JBoss) or (Apache + Tomcat + JBoss) ?

2002-07-04 Thread Murat Buyukkal ([EMAIL PROTECTED])
Is there anyone that installed (Apache + Tomcat + JBoss) combination all together? What are the advantages of Using Apache with Tomcat-JBoss combination or is Tomcat enough for complete web content serving? Should I run Apache with Tomcat + JBoss in a separate JVM? Tomcat + JBoss will give

AW: mod_jk v. mod_webapp v. ???

2002-07-04 Thread Ralph Einfeldt
From a earlier post of mine: (Hasn't made it to http://mikal.org/interests/java/tomcat/ by now) mod_jk successor of mod_jserv - Currently the best (At least that's what I sample from the traffic in this list) connector for apache mod_jk2 successor of mod_jk - currently in alpha or

RE: Garbage in Context Attributes

2002-07-04 Thread Cor Hofman
Alfred, I am not familiar with the example you mention, but the contents of your attributes is not garbage. The WELCOME_FILES contains a String array. The resources contains a class named org.apache.naming.resource.ProxyDirContext. Cor. -Original Message- From: A. Alfred Ayache

RE: Garbage in Context Attributes

2002-07-04 Thread Henner Zeller
Hi, I am not familiar with the example you mention, but the contents of your attributes is not garbage. The WELCOME_FILES contains a String array. The resources contains a class named org.apache.naming.resource.ProxyDirContext. ..and toString() (which is called implicitly if you try to

SV: Réf. : Property file for a WAR

2002-07-04 Thread Søren Neigaard
RE: Réf. : Property file for a WAROk but cant I place it somewhere outside the WAR file, and still be able to guess where it is at runtime, relative to my classes? This way it's just a file on the filesystem, and I can discover changes at runtime. /Søren -Oprindelig meddelelse- Fra:

AW: WebContainner Portable Login Module

2002-07-04 Thread Ralph Einfeldt
If it really isn't possible to use the standard form login, a portable solution (across all 2.3 containers) would be a servlet filter that implement your own form login. Another option that we implemented for jsp 1.0: Our application has one main page that contains the common

RE: No jk binaries?

2002-07-04 Thread Yaron Holland
Hi, There are binaries in : http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.1 /bin/ My problem is that i need binaries for hp-ux, and the ant native for jk dosn't compile... Anyone know where i can find help about setting ant to compiling native (c)? Yaron

Re: I GIVE UP !!! mod_jk2 + apache 2.0.39 ????

2002-07-04 Thread Jan-Willem Goedheer
Hi I also tried the instructions on that webpage but I get this error: [javac] /usr/local/jakarta-tomcat-connectors-4.0.4-src/jk/java/org/apache/jk/common/ JkMX.java:69: package org.apache.tomcat.util.mx does not exist [javac] import org.apache.tomcat.util.mx.*; [javac] ^ Can anyone

Re: No jk binaries?

2002-07-04 Thread Jan-Willem Goedheer
Do you also get the following error? [javac] /usr/local/jakarta-tomcat-connectors-4.0.4-src/jk/java/org/apache/jk/common/ JkMX.java:69: package org.apache.tomcat.util.mx does not exist [javac] import org.apache.tomcat.util.mx.*; [javac] ^ Because I haven't found a thing to solve this.

RE: No jk binaries?

2002-07-04 Thread Yaron Holland
Hi, Try and run ant -verbose and see which source it failed in... Also check the classpath... Yaron -Original Message- From: Jan-Willem Goedheer [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 04, 2002 9:07 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: No jk binaries? Do

Re: No jk binaries?

2002-07-04 Thread Jan-Willem Goedheer
It goes wrong in JkMX.java and he can't find DynamicMBeanProxy Sorry that I have to ask but classpath? You mean $catalinahome? - Original Message - From: Yaron Holland [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, July 04, 2002 10:27 AM Subject: RE: No jk

RE: No jk binaries?

2002-07-04 Thread Yaron Holland
Hi, As far as i understand 4.0.4 connector might be beta... The java part with the 4.0.2-01 connector worked fine for me. In the javac command there is -classpath part. If you use unix then sometime the tar won't open too long paths, maybe that messed with the mx directory in the source you

Re: No jk binaries?

2002-07-04 Thread Jan-Willem Goedheer
First I've tried the 4.0.2-01 connector, that one made a mod_jk but it didn't work. I read that it was a common problem and that I had to use the 4.0.4 connector. The one I have is the releast version. But when do I use javac? Does ant do this? - Original Message - From: Yaron Holland

RE: No jk binaries?

2002-07-04 Thread Yaron Holland
Hi, Yes the ant use javac... Using ant -verbose will show you the javac command. Yaron -Original Message- From: Jan-Willem Goedheer [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 04, 2002 10:05 AM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: No jk binaries? First I've

server.xml

2002-07-04 Thread Johnny
Hi all, If I developed my own class for my application in Tomcat, what should add inside the /conf/server.xml? I received Internal Server Error when I added this dtd session inside the server.xml Resource name=bean/VerifyFactory auth=Container type=Verify/ ResourceParams

AW: No jk binaries?

2002-07-04 Thread Ralph Einfeldt
First check if the source tree contains the directory that matches the package name. If not check if the tarball contains this directory. Tell us the result. Why do you try to build the java part new ? AFAIK you just have to build the native part of the connector. -Ursprüngliche

Re: (Tomcat + JBoss) or (Apache + Tomcat + JBoss) ?

2002-07-04 Thread Nikola Milutinovic
Tomcat + JBoss will give you a complete JEE server, with web interface. Apache can help you off-load serving static stuff from your Tomcat. The dynamic part: JSP, Servlets (EJB and other JBoss mechanisms) will not be served by Apache. It's ok. But I am just wondering that; Is it

RE: Ahh Native Library Hell

2002-07-04 Thread Collins, Jim
Hi Charlie, I did read the post and I fully understand why you cannot load a native library twice. I am not sure however what the repercussions are if I do try to load the same library again, I know that it will throw an exception but can I not just catch this and then ignore it knowing that the

AW: server.xml

2002-07-04 Thread Ralph Einfeldt
What is the sense of your class ? If it is not a Resource you don't need to setup anything in server.xml to use your class. Otherwise see http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/resources.html -Ursprüngliche Nachricht- Von: Johnny [mailto:[EMAIL PROTECTED]] Gesendet:

RE: (Tomcat + JBoss) or (Apache + Tomcat + JBoss) ?

2002-07-04 Thread Murat Buyukkal ([EMAIL PROTECTED])
Thank you for your answer. Can the JBoss EJB container be easily added to Tomcat + Apache (binded together with mod_jkxx) couple? if so how can we build-up for running all three..? As far as I know, Tomcat_JBoss couple bundled with together for enterprise usage. Can I integrate the Tomcat unit of

Re: No jk binaries?

2002-07-04 Thread Jan-Willem Goedheer
It's not in the /jakara-tomcat-connectors/jk tree but in the /jakara-tomcat-connectors/util/java/org/apache/tomcat/util tree. Is it possible it doesn't look at the right place? What do you mean by you just have to build the native part of the connector. I'm ust following the instructions on

Webapp on RAQ4

2002-07-04 Thread Michele Neylon -Blacknight Solutions
Hi, I've been trying to get Tomcat 4.0.4 to work with Apache 1.3.2 on a RAQ4. Tomcat will work by itself, but I keep on getting errors with mod_webapp.so no matter how I compile it. The latest error is: Setting up Web Service: Syntax error on line 54 of /etc/httpd/conf/httpd.conf: Cannot load

RE: JSP Cache problem in tomcat

2002-07-04 Thread Stefan Langer
You are not restarting Tomcat are you??? My guess is (feel free to correct me when i'm wrong) that when you change class B and not Page A then the old class B is still loaded by the current classloader so the old class B is still cached by the classloader and therefor the old reference ist still

Re: EJB

2002-07-04 Thread RNivas
My full favour for JBOSS. Its Ultimatemore...and more.. RN - Original Message - From: Chris Shen [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, July 02, 2002 2:03 AM Subject: EJB does anyone have any recommendation on an open source ejb container...? i am

RE: Réf. : RE: SOAP= java.lang.NoClassDefFoundError: javax/mail/MessagingE xception

2002-07-04 Thread Christophe Bouhier (ECM)
So you are using Apache SOAP. I stopped using it, as the documentation is really bad and it is sometimes conflicting with JAXM. (same class name for SOAPException) Also I think the deployment descriptor is cumbersome. you have to specify the server classes to use in the dd. anyway I never

Installation successfull but still problems!

2002-07-04 Thread Gunter D'Hondt
I've installed Tomcat 4.0 as described in the running.txt file and http://localhost:8080/ gives me the welcome page back. And if I try the Servlet Examples it works good but the JSP Examples (for example: http://localhost:8080/examples/jsp/num/numguess.jsp) always gives me the error below. What

RE: Tomcat 4.0.4, jndi, jdbc and postgresql [long]

2002-07-04 Thread Les Hughes
The model is very simple and as a coder you never see that DBCP is there instead of Tyrex or a direct connection. Let me know how you get on an I'll patch the documentation accordingly. Also I noticed that my howto has made it into CVS (thanks guys!) so if you grab a nightly build (probably

RE: javax.naming.NamingException: Cannot create resource instance

2002-07-04 Thread Les Hughes
I think I replied direct to this but just for the benefit of the list... Sorry, typo on my part, you need commons-collections.jar commons-pool.jar and commons-dbcp.jar as well as your classes12.zip (renamed and javax.sql removed) in $CATALINA_HOME/common/lib Les -Original Message-

RE: Installation successfull but still problems!

2002-07-04 Thread Anoop Kumar V
Pls include tools.jar in ur classpath and then everything wd be fine.. -anoop -Original Message- From: Gunter D'Hondt [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 04, 2002 3:32 PM To: 'Tomcat Users List' Subject: Installation successfull but still problems! I've installed Tomcat

RE: plain MySQL DataSource in Tomcat (i know, damn topic)

2002-07-04 Thread Les Hughes
Hiya, My understanding is that the default pool was tyrex which has been dropped in favour of dbcp in more recent TC builds - I'm not sure when this happened but the docs have def. changed recently. Also, the tyrex pool isnt really a pool from what I can gather and some impls seem to have a

RE: Installation successfull but still problems!

2002-07-04 Thread Gunter D'Hondt
I've did that but now I'm getting: org.apache.jasper.JasperException: Unable to compile class for JSPerror: Invalid class file format in C:\Program Files\Java\j2re1.4.0_01\lib\rt.jar(java/lang/Object.class). The major.minor version '48.0' is too recent for this tool to understand. C:\Program

RE: Installation successfull but still problems!

2002-07-04 Thread Anoop Kumar V
Ok..i guess i know the prob.. try using progra~1 in ur classpath in place of program files, or else include th ewhole path within double quotes . This shd do the trick. -anoop -Original Message- From: Gunter D'Hondt [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 04, 2002 4:06 PM To:

Re: Installation successfull but still problems!

2002-07-04 Thread Mark O'Driscoll
Jasper can't find the entry point for the java compiler. In java1.4 it's in $JAVA_HOME/lib/tools.jar. Have you JAVA_HOME set up? (needed by catalina.sh/bat) - Original Message - From: Gunter D'Hondt [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Thursday, July 04,

Réf. : RE: Réf. : RE: SOAP= java.lang.NoClassDefFoundError: javax/mail/MessagingE xception

2002-07-04 Thread staginfo-ar
Thanks for your help, I've downloaded the JWSDP. It seems to be a full tool. I will read the doc and try to install it next. You've said you use JAXM. But what's the role of JAXMmail.jar ??? JAX-RPC uses SOAPWSDL technologie, I think it's these API I must use to build SOAP message. thanks

AW: No jk binaries?

2002-07-04 Thread Ralph Einfeldt
I haven't built mod_jk on my own, but i was surprised to see javac in the output. I thought all jar files that are needed are part of the distribution that let me think, that to build the native part in jakarta-tomcat-connectors/jk/native is enough. (Obviously I think to much) It sounds as

RE: Installation successfull but still problems!

2002-07-04 Thread Gunter D'Hondt
I've changed it to progra~1 in my classpath but still the problem remains: org.apache.jasper.JasperException: Unable to compile class for JSPerror: Invalid class file format in C:\Progra~1\Java\j2re1.4.0_01\lib\rt.jar(java/lang/Object.class). The major.minor version '48.0' is too recent for

AW: Installation successfull but still problems!

2002-07-04 Thread Ralph Einfeldt
Sounds as if the java compiler that is used by tomcat is an older version than the java that contains the the rt.jar. Do you have an older jdk/jre version on your computer ? If so are you shure you deleted all traces from the environment and the registry ? -Ursprüngliche Nachricht-

RE: Installation successfull but still problems!

2002-07-04 Thread Gunter D'Hondt
I've got JDK1.2 running for use with Jaguar application server (Sybase EAS). I cannot remove those environment settings since they are being used by other programs. Can't I install JDK1.4 next to it and let only Tomcat use the JDK1.4 and not the JDK1.2? In my environment variables I've got a

Connection Pooling?

2002-07-04 Thread Meichun Li
Hi, I want to implement my application with Connection Pooling. Tomcat offers supports of a connection pool for JDBC connection, but there should be a prerequisite--JDBC driver should provide pooled datasource implementation. Is this right? The JDBC driver for MySQL database I am using is

Re: Connection Pooling?

2002-07-04 Thread Me
Hey! You could try to use this connection pool. I've used it and its a decent good working pool. www.javaexchange.com/api/com/javaexchange/dbConnectionBroker/ DbConnectionBroker.html But the site seems to be down at the moment. Elm Hi, I want to implement my application with Connection

AW: Connection Pooling?

2002-07-04 Thread Ralph Einfeldt
In the latest version the answer is no ! Tomcat contains dbcp from the jakarta-commons project which is a complete connection pool. So you driver doesn't have to implement pooling. -Ursprüngliche Nachricht- Von: Meichun Li [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 4. Juli 2002

AW: Installation successfull but still problems!

2002-07-04 Thread Ralph Einfeldt
AFAIK there are some registry keys that are use by java, if one shows to the wrong version, there is nothing that tomcat do about that. I'm not using jdk and tomcat under windows, so I can't give you more advice. -Ursprüngliche Nachricht- Von: Gunter D'Hondt [mailto:[EMAIL

Re: AW: Connection Pooling?

2002-07-04 Thread Meichun Li
Thanks for the reply. Is the latest version tomcat-4.1? But the version I am using is tomcat-4.0. Does tomcat-4.0 support complete connection pool? Thanks! On Thu, 4 Jul 2002, Ralph Einfeldt wrote: In the latest version the answer is no ! Tomcat contains dbcp from the jakarta-commons

can't run tomcat from the jwsdp??

2002-07-04 Thread staginfo-ar
I've installed the JWSDP which contains a version of tomcat4. when I launch startup.bat, it doesn't run tomcat. I've installed tomcat from Apache before without problem. What's the difference between JWSDP version and Apache version?? thanks jean-christophe -- To unsubscribe, e-mail:

AW: AW: Connection Pooling?

2002-07-04 Thread Ralph Einfeldt
AFAIK DBCP not part of the distribution, but you can download it seperately from: http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-dbcp/ Don't know which libraries you need additionally from the commons-project. And you can read more about it at:

Role Mapping

2002-07-04 Thread Bruno Antunes
How can we using Tomcat, map roles defined in a WebApp, to principals (user/groups or roles) defines in the realm of Tomcat? Suppose we have a web app, where there's a role named Admin (The WebApp is implemented using that role, not caring about the runtime environment). Suppose we have two

mod_jk for Solaris 7

2002-07-04 Thread Jan-Willem Goedheer
Does anyone has a working version of mod_jk for Solaris 7 alias Solaris 2.7? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Installation successfull but still problems!

2002-07-04 Thread Gunter D'Hondt
I've been cleaning up my pc coz I've had 1.1.8, 1.2 (twice), 1.3 and 1.4 of JDK installed which doesn't make it easier ofcoz... Now I've only got JDK 1.22 installed which is being used by Jaguar and JDK 1.4 which I would like to use for Tomcat. The JAVA_HOME is set up correctly and the

How to get start

2002-07-04 Thread Farhan
Hi, I have configured the Apache to work with Tomcat 3.2 but now i want to know that where i have to put my .jsp files. As when ever i try to run the .jsp file placed in Apache's default directory, it displays: NOT Found 404 Original request: exp.jsp Not Found request: exp.jsp Please

Re: How to get start

2002-07-04 Thread Ed Thompson
$TOMCAT_HOME/webapps/examples/jsp The above directory is cfg'd for the examples, and should work. Eventually yu will want to create your own 'context', with a WEB-INF directory, and a web.xml file, but the above will get you started. - Original Message - From: Farhan [EMAIL PROTECTED]

Connection to 8.1.7 Database Fails With JDBC/OCI8 Driver: UnsatisfiedLinkError

2002-07-04 Thread ahmet dalli
Hi, I tried to connect to an Oracle8i(8.1.7.0.0) database from a servlet using OCI Driver(8.1.7.1 for JDK 1.2). A ServletException was thrown with a root cause of java.lang.UnsatisfiedLinkError: get_env_handle. The same program runs without an error using thin driver. I have Oracle8i client

Re: How to get start

2002-07-04 Thread Adrian
Apache request pages by the the directives used in the connector statements , thus requesting pages in the /examples/ directory, it starts from Tomcat`s examples directory. This is based on the application configuration of Tomcat. Adrian - Original Message - From: Farhan [EMAIL

Re: AW: server.xml

2002-07-04 Thread Mark Hutchinson
Perhaps I do not need any entry in the server.xml. All I have in my httpd.conf is my virtualhost that has a different IP and document root than the default page. I can bring up the virtual host page, but I just get the tomcat-apache 404 error page. I am pretty much out of ideas on this. It

AW: AW: server.xml

2002-07-04 Thread Ralph Einfeldt
I stil don't understand what you are doing and what exacly fails. - What is the url that you request. - Is this request a servlet or a jsp. (Is the class you talked about in the previous post a servlet ?) - Are there any messages in the logs ? - Which connector do you use (I guess

RE: Connection Pooling?

2002-07-04 Thread Les Hughes
I think I should set up a cron job to email this link out every day http://marc.theaimsgroup.com/?l=tomcat-userm=102225547106556w=2 -Original Message- From: Meichun Li [mailto:[EMAIL PROTECTED]] Sent: 04 July 2002 13:09 To: Tomcat Users List Subject: Connection Pooling?

disconnecting the Automatic Application Deployment

2002-07-04 Thread Gattaz, Olivier
Hello, I have also the problem of the twice init (note because the web applications in $CATALINA_BASE/webapps are loaded implicitly) and I seen int the documentation of Tomcat 4.1 that we will be able to disconnect the Automatic Application Deployment and the contextAutoLoad capabilites with an

Re: AW: AW: server.xml

2002-07-04 Thread Mark Hutchinson
I add and load module jk_mod I have NameVirtualHost 111.111.111.111:80 VirtualHost 111.111.111.111:80 ServerAdmin [EMAIL PROTECTED] DocumentRoot /web/lookhere.mydonmain.com/web ServerName lookhere.mydomain.com ErrorLog logs/mydomain-error_log CustomLog logs/mydomain-access_log

SocketException on closed socket causing memory leak

2002-07-04 Thread Chris
Using Tomcat 3.2.1/Sun's JRE 1.3.1_03 If a user makes two requests very quickly so the first request's socket connection is closed, a subsequent forward of the request results in a java.net.SocketException. Well and good, I catch the exception. Realizing that no response is possible, I log the

Property Editor

2002-07-04 Thread Mark O'Driscoll
I need to use jsp:setProperty with a value of a non supported type? I need to register a Property Editor to do this. Any ideas where I might find some info. on configuring specific data types to work with the bean mechanisms for tomcat? TIA - Mark -- To unsubscribe, e-mail:

RE: Connection Pooling?

2002-07-04 Thread Meichun Li
Thanks for the help! I followed the steps in the howto page http://marc.theaimsgroup.com/?l=tomcat-userm=102225547106556w=2 I compiled my java test file and there is no error message. But when I run it, I run it, I got the error message as below.Could anyone please give me some hints?

RE: Garbage in Context Attributes

2002-07-04 Thread Craig R. McClanahan
On Thu, 4 Jul 2002, Cor Hofman wrote: Date: Thu, 4 Jul 2002 08:40:34 +0200 From: Cor Hofman [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Garbage in Context Attributes Alfred, I am not familiar with the example you

Re: can't run tomcat from the jwsdp??

2002-07-04 Thread Craig R. McClanahan
On Thu, 4 Jul 2002 [EMAIL PROTECTED] wrote: Date: Thu, 4 Jul 2002 15:02:41 +0200 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: can't run tomcat from the jwsdp?? I've installed the JWSDP which contains a version of tomcat4. when I

way to get tomcat versionnumber on commandline

2002-07-04 Thread Marc Logemann
Hi, is there a way to resolve the tomcat version number on command line? Or are there any other hints in the tomcat dirstructure / files? thx --- greetings from Marc Logemann Homebase @ www.logemann.info -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

Re: Role Mapping

2002-07-04 Thread Craig R. McClanahan
On Thu, 4 Jul 2002, Bruno Antunes wrote: Date: Thu, 04 Jul 2002 15:32:35 +0100 From: Bruno Antunes [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat User List [EMAIL PROTECTED] Subject: Role Mapping How can we using Tomcat, map roles defined in a WebApp, to

Re: Property Editor

2002-07-04 Thread Craig R. McClanahan
On Thu, 4 Jul 2002, Mark O'Driscoll wrote: Date: Thu, 4 Jul 2002 18:07:35 +0100 From: Mark O'Driscoll [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Property Editor I need to use jsp:setProperty with a value of a non

Apache and tomcat...

2002-07-04 Thread Mario Henley Becerril Geldis
i have a tomcat 4.0 and apache server But when i load http://www.mydomain:8080, not display any page is necesary additional module for run jsp pages with apache...??? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: way to get tomcat versionnumber on commandline

2002-07-04 Thread Craig R. McClanahan
On Thu, 4 Jul 2002, Marc Logemann wrote: Date: Thu, 4 Jul 2002 19:54:56 +0200 From: Marc Logemann [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: way to get tomcat versionnumber on commandline Hi, is there a way to resolve the tomcat

Re: Apache and tomcat...

2002-07-04 Thread Mario Henley Becerril Geldis
i have a tomcat 4.0 and apache server But when i load http://www.mydomain:8080, not display any page is necesary additional module for run jsp pages with apache...??? sorry is my firewall -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

Re: Apache and tomcat...

2002-07-04 Thread Carrie Salazar
if you don't see anything at :8080 then tomcat is not running despite anything you do/did with Apache. what OS are you on, what version of Apache did you download, binaries or source for Tomcat or Apache? once tomcat is running, then try to get Apache to see it. -- carrie s. On Thu, Jul 04,

Re: Role Mapping

2002-07-04 Thread Bruno Antunes
The mapping of roles to OS users/groups was only an example, I could have used other names or groups of whatever realm, the example clarifies things, because most people know the root user in Unix, and the Administrator user in Windows. Observation: I can in fact simply, map roles to OS users

TomCat 4.0.x and Apache 2

2002-07-04 Thread John Wadkin
All, Java 1.2 Solaris 8 I'm considering upgrading from Apache 1.x and TomCat 4.0.1, to Apache 2.x and TomCat 4.0.4 There aren't any binaries for the mod_wepApp connector so I'm preparing to compile my own. So far, I've gathered various readme's and websites and searched mail archives. I

Apache for jsp...

2002-07-04 Thread Mario Henley Becerril Geldis
Is posible run tomcat on port 80..??? i want run my server with http://www.mydomain/example.jsp and no with http://www.mydomain:8080/example.jsp... but i don't known if i will modify my httpd.conf for load my context...or i need aditional module..??? -- To unsubscribe, e-mail:

mod_webapp returns improper HTTP header (Apache 2 + Tomcat 4)

2002-07-04 Thread Ten-Hung Chu
I am using Apache 2.0.39 with Tomcat 4.0.4 through mod_webapp (1.2.0-dev). The connection works fine except getting to the welcome-file on tomcat. I can request the file directly like /examples/jsp/index.html but requesting /examples/jsp/ results in a 302 temporary moved page. Looking at the

RE: Apache for jsp...

2002-07-04 Thread Ten-Hung Chu
If you want to run Apache HTTPd and Tomcat, you need some connection module for Apache to talk to tomcat. Like mod_jk or mod_webapp. However if your site does not have too much traffic and you don't mind serving static files through tomcat, you can run tomcat on port 80 by itself. Just modify

Re: SSL Troubles...

2002-07-04 Thread Pedro P. Mata
UPDATE: I have tested the same page by using a text Browser in Unix (LINKS). The browser successfully connects to the page using SSL. WHY then do I not get a proper connection from Netscape or IE. The Cert I am using is signed by GeoTrust (i.e. Equifax) and is one of the Wildcard certs that

Tomcat with Apache 2 WORKS

2002-07-04 Thread Joey Kovacs
I would just like to say Thanx to the [EMAIL PROTECTED] I have no completely configured Tomcat with Apache on Windows 2000 took me a very Long time but I got it to work thanks for the HELP _ Join the world’s largest e-mail

RE: Apache for jsp...

2002-07-04 Thread Mark Hutchinson
Would this not require tomcat to be run as root because only root can access ports lower than 1024? Mark From: Ten-Hung Chu [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Subject: RE: Apache for jsp... Date: Thu, 4 Jul 2002 14:22:57

RE: Apache for jsp...

2002-07-04 Thread Sébastien Dui
haem... no the instance would be opened on another user, such as nobody ... -Message d'origine- De : Mark Hutchinson [mailto:[EMAIL PROTECTED]] Envoyé : jeu. 4 juillet 2002 21:44 À : [EMAIL PROTECTED] Objet : RE: Apache for jsp... Would this not require tomcat to be run as root

j_security_check question: RequestDispatcher .forward!! PLZ HELP!

2002-07-04 Thread Kevin Andryc
OK, So I found that I can access my servlet if I don't use the RequestDispatcher .forward method. In other words, when I try and access my page (e.g.: http://localhost:8080/dev/servlet/ProtectedPage) I get a login JSP form that I specified. When I login successfully,the login page reappears

RE: Apache for jsp...

2002-07-04 Thread Mark Hutchinson
Actually Ports below 1024 require root. Per RedHat Linux anyway: If you set Apache to listen to a port under 1024, you must be root to start it. For port 1024 and above, httpd can be started as a regular user (www.redhat.com) and The TCP/IP port numbers below 1024 are special in

RE: Apache for jsp...

2002-07-04 Thread Mario Henley Becerril Geldis
If you want to run Apache HTTPd and Tomcat, you need some connection module for Apache to talk to tomcat. Like mod_jk or mod_webapp. However if your site does not have too much traffic and you don't mind serving static files through tomcat, you can run tomcat on port 80 by itself. Just

RE: Apache for jsp...

2002-07-04 Thread Mark Hutchinson
mod_jk is readily accessibile and is also easy to build. Give that a try. Mark From: Mario Henley Becerril Geldis [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Apache for jsp... Date: Thu, 4 Jul 2002 14:55:24 -0500 (CDT)