Re: Newbie question - Tomcat 5.0 and external Javascript files

2005-10-05 Thread Larry Meadors
Yeah, i just hate the " /> stuff. Messy. ;-) Larry On 10/5/05, Hassan Schroeder <[EMAIL PROTECTED]> wrote: > Larry Meadors wrote: > > You may be able to use this instead: > > > > src="js/EdiHost.js" > > > It is nice, because you can rename your context, and not break your webapp. > > :) > > Or

Re: Newbie question - Tomcat 5.0 and external Javascript files

2005-10-05 Thread Hassan Schroeder
Larry Meadors wrote: > You may be able to use this instead: > > src="js/EdiHost.js" > It is nice, because you can rename your context, and not break your webapp. :) Or, if you're using JSTL, use: src="" which has the added advantage of *not* being a relative path that'll only work if referen

Re: Newbie question - Tomcat 5.0 and external Javascript files

2005-10-05 Thread Larry Meadors
You may be able to use this instead: src="js/EdiHost.js" IDEA will get pissed about it, but it should work (I know it does for images). It is nice, because you can rename your context, and not break your webapp. :) Larry On 10/5/05, Pigott, Paul <[EMAIL PROTECTED]> wrote: > Greetings, > > I'm

Re: Newbie question - Tomcat 5.0 and external Javascript files

2005-10-05 Thread Darek Czarkowski
You have to specify the full path, this should not work under any of the webservers. DarekC On Wed, 2005-10-05 at 08:03, Pigott, Paul wrote: > Greetings, > > I'm having problems executing functions in an external javascript file. > It's like the .js file can't be found. I was able to do this un

Re: Newbie question. /manager only gives the directory listing

2005-09-18 Thread tomcat
Ah, it worked like a charm! Thanks a bunch, Peter! :) /Jimi Quoting Peter Johnson <[EMAIL PROTECTED]>: Jimi, try /manager/html [EMAIL PROTECTED] wrote: Hi all, I have been using Tomcat for some time now, but I still feel like a newbie in most regards. At least when it comes to configuri

Re: Newbie question. /manager only gives the directory listing

2005-09-18 Thread Peter Johnson
Jimi, try /manager/html PJ [EMAIL PROTECTED] wrote: Hi all, I have been using Tomcat for some time now, but I still feel like a newbie in most regards. At least when it comes to configuring it. Tomcat has been working great, together with Apache 2, for several months now. But now, I find mys

Re: newbie question: Tomcat/Apache settings

2005-07-01 Thread Mark Thomas
Have a look at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/connectors.html for an overview of the different type of connectors. You need the web server type rather than the HTTP type. You should use the mod_jk with Apache. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/jk.ht

Re: Newbie question

2005-05-05 Thread Mott Leroy
See - http://jakarta.apache.org/tomcat/tomcat-5.5-doc/manager-howto.html#Configuring%20Manager%20Application%20Access From what I remember, admin access follows that same rules as manager app access, so the instructions on that page are the same except the "role" should be "admin" not "manager".

Re: Newbie question

2005-05-05 Thread Lutz Zetzsche
Hi Mário, Am Donnerstag, 5. Mai 2005 20:30 schrieb Mário Gamito: > Hi, > > Sorry for this newbie question :( > > I've just installed Tomcat 5.5 for Linux and so far so good, > except... that i've installed also Tomcat Administration module (not > the Manager one) and it asks me for a login and a p

Re: Newbie question

2005-05-05 Thread Markus Schönhaber
Am Donnerstag, 5. Mai 2005 20:30 schrieb Mário Gamito: > > I've just installed Tomcat 5.5 for Linux and so far so good, except... > that i've installed also Tomcat Administration module (not the Manager > one) and it asks me for a login and a password and i can't find how to > define it. > > I see

Re: Newbie Question: conext.xml

2005-04-26 Thread Hassan Schroeder
Bob Bronson wrote: But using the "$CATALINA_HOME/conf/{engine}/{hostname}/ROOT.xml" approach is only one of 4 documented approaches (and the only approach I was able to get working). Why don't the other three work? Well, I'm absolutely certain that this: 4: {appbase}/{docbase}/META-INF/context

Re: Newbie Question: conext.xml

2005-04-26 Thread Bob Bronson
quot;context.xml", as the documentation indicates. - Original Message - From: "Hassan Schroeder" <[EMAIL PROTECTED]> To: "Tomcat Users List" Cc: "'Bob Bronson'" <[EMAIL PROTECTED]> Sent: Tuesday, April 26, 2005 3:46 PM Subject: Re: Newbie

Re: Newbie Question: conext.xml

2005-04-26 Thread Hassan Schroeder
Fritz Schneider wrote: Welcome, fellow newbie! I struggled with this one also. It turns out that the element for a root directory MUST be nested inside the element in server.xml. No, no, no. That's simply not true. I have multiple installations of 5.5.x systems running and not one has a Context

Re: Newbie Question: conext.xml

2005-04-26 Thread Bob Bronson
Hello Fritz, Thank you for the welcome. I have comments below - Original Message - From: "Fritz Schneider" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" ; "'Bob Bronson'" <[EMAIL PROTECTED]> Sent: Tuesday, April 26, 2005 3

RE: Newbie Question: conext.xml

2005-04-26 Thread Fritz Schneider
Bob, Welcome, fellow newbie! I struggled with this one also. It turns out that the element for a root directory MUST be nested inside the element in server.xml. The relevant documentation reads: "You may define as many Context elements as you wish. Each such Context MUST have a unique context p

RE: Newbie question on Database and struts

2005-01-04 Thread Phillip Qin
In the controller, read form values, query the database, store result in Collection and save it to session or request-scope. On jsp, use iterate tag to display elements in Collection. -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: December 23, 2004 10:25 PM To: tom

RE: Newbie question on Database and struts

2004-12-27 Thread Amit Gupta
I tried SQLMaps. It is wonderful but is there any easy manual (except PDF that come with ibatis) available on net? Amit Gupta -Original Message- From: Dustin [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 28, 2004 1:28 AM To: Tomcat Users List Subject: Re: Newbie question on

Re: Newbie question on Database and struts

2004-12-27 Thread Dustin
This isn't exactly answering your question but... Check out iBATIS SQL Maps: http://www.ibatis.com/common/sqlmaps.html I won't go into how to use it. They have an excellent manual and tutorial. It is ridiculously easy to learn and use. Especially with Struts. Basically, you set up a query in an

RE: Newbie question on Database and struts

2004-12-23 Thread Goel, Manish Kumar
CTED] Sent: Friday, December 24, 2004 9:40 AM To: Tomcat Users List Subject: RE: Newbie question on Database and struts what i mean to array of databeans means - I have created employee data bean and for each row of result set i am creating one object of bean. So in a way i will get array of databeans

Re: Newbie question on Database and struts

2004-12-23 Thread Sharad Ramadas
You dont need an array of data beans. Store your data bean in an ArrayList or in a Vector. e.g ArrayList empList = new ArrayList(); Employee emp = null; while(rst.next()) { emp = new Employee(); /* Fill the employee object with the records from the database. */ empList.add(e

RE: Newbie question on Database and struts

2004-12-23 Thread Manisha Sathe
what i mean to array of databeans means - I have created employee data bean and for each row of result set i am creating one object of bean. So in a way i will get array of databeans. regards Manisha John Najarian <[EMAIL PROTECTED]> wrote: Hi Manisa, I'm not sure what you mean by 'creat

RE: Newbie question on Database and struts

2004-12-23 Thread Amit Gupta
Following code fetch records from database table , populate them to hastable and create vector of these hashtables . Then we pass this vector to JSP through request attribute. Action class import org.apache.struts.action.*; import javax.servlet.http.*; import java.sql.*; import java.util.*; impo

RE: Newbie question on Database and struts

2004-12-23 Thread Amit Gupta
Hi Manisha, I was also struggling with problem similar to you. I came you with following: package forklifts; import org.apache.struts.action.Action; import org.apache.struts.action.ActionForward; import org.apache.struts.action.ActionMapping; import org.apache.struts.action.ActionForm;

RE: Newbie question on Database and struts

2004-12-23 Thread John Najarian
Hi Manisa, I'm not sure what you mean by 'create array of databeans'. Your result set contains multiple rows, your bean should be able to return the entire result set. Why do you need an array of a bean? -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: Thursday

RE: newbie question

2004-10-28 Thread Ben Souther
at this is > the > shutdown port. > > Filip > > -Original Message- > From: Luke FERNANDEZ [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 28, 2004 2:10 PM > To: [EMAIL PROTECTED] > Subject: RE: newbie question > > > Ok. When I use "cat

RE: newbie question

2004-10-28 Thread Steve Kirk
. > -Original Message- > From: Steve Kirk [mailto:[EMAIL PROTECTED] > Sent: Thursday 28 October 2004 20:27 > To: 'Tomcat Users List' > Subject: RE: newbie question > > > I would advise that you read the doc, because it only takes a > few mins, and >

RE: newbie question

2004-10-28 Thread Luke FERNANDEZ
ption: Address already in u se: JVM_Bind java.net.BindException: Address already in use: JVM_Bind look for 8005 in your server.xml and you will find out that this is the shutdown port. Filip -Original Message- From: Luke FERNANDEZ [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 2

RE: newbie question

2004-10-28 Thread Steve Kirk
t any parts of server.xml commented out between are not active so you can ignore them for the time being. > -Original Message- > From: Luke FERNANDEZ [mailto:[EMAIL PROTECTED] > Sent: Thursday 28 October 2004 20:19 > To: [EMAIL PROTECTED] > Subject: RE: newbie question > &g

RE: newbie question

2004-10-28 Thread Shapira, Yoav
Hi, The shutdown port is also in server.xml, at the top of the file. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Luke FERNANDEZ [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 28, 2004 3:19 PM >To: [EMAIL PROTECTED] >Subject: RE: newbie question

RE: newbie question

2004-10-28 Thread Luke FERNANDEZ
works (click links in the left margin to access further pages) > -Original Message- > From: Filip Hanik (lists) [mailto:[EMAIL PROTECTED] > Sent: Thursday 28 October 2004 19:29 > To: Tomcat Users List > Subject: RE: newbie question > > > you have conflict in port

RE: newbie question

2004-10-28 Thread Filip Hanik \(lists\)
-Original Message- From: Luke FERNANDEZ [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 2:10 PM To: [EMAIL PROTECTED] Subject: RE: newbie question Ok. When I use "catalina.bat run" instead of "startup" the window stays open but the second instance (on port 80) stil

RE: newbie question

2004-10-28 Thread Steve Kirk
works (click links in the left margin to access further pages) > -Original Message- > From: Filip Hanik (lists) [mailto:[EMAIL PROTECTED] > Sent: Thursday 28 October 2004 19:29 > To: Tomcat Users List > Subject: RE: newbie question > > > you have conflict in ports,

RE: newbie question

2004-10-28 Thread Luke FERNANDEZ
ts, both tomcats can not run on the same port at the same time. instead of calling start.bat, call "catalina.bat run" to have the windows stay the same and not shutdown on you FIlip -Original Message- From: Luke FERNANDEZ [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 1

RE: newbie question

2004-10-28 Thread Filip Hanik \(lists\)
did you look at the other connectors? catalina.bat run - will tell you the message, try that Filip -Original Message- From: Luke FERNANDEZ [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 1:52 PM To: [EMAIL PROTECTED] Subject: RE: newbie question There would be port conflict

RE: newbie question

2004-10-28 Thread Luke FERNANDEZ
instead of calling start.bat, call "catalina.bat run" to have the windows stay the same and not shutdown on you FIlip -Original Message- From: Luke FERNANDEZ [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 1:27 PM To: [EMAIL PROTECTED] Subject: RE: newbie question Can y

RE: newbie question

2004-10-28 Thread Luke FERNANDEZ
Ok I'll research that. Any chance you could give me an example of how to write this in the server.xml? I've got the following webapp folder structure. balancer jsp-examples ROOT_OLD sakai-chef-tool sakai-dav sakai-embedded sakai-framework-component sakai-james sakai-legacy-component sakai-prov

RE: newbie question

2004-10-28 Thread Filip Hanik \(lists\)
: Thursday, October 28, 2004 1:27 PM To: [EMAIL PROTECTED] Subject: RE: newbie question Can you run multiple instances of Tomcat? I tried this but I ran into problems. I'm running Sakai (the open source Learning Management System) which installs its own Tomcat engine. When I try to start up m

RE: newbie question

2004-10-28 Thread Luke FERNANDEZ
Can you run multiple instances of Tomcat? I tried this but I ran into problems. I'm running Sakai (the open source Learning Management System) which installs its own Tomcat engine. When I try to start up my own non-Sakai Tomcat instance from the command line (which resides in a completely separa

RE: newbie question

2004-10-28 Thread Ben Souther
Or you could run multiple instances of Tomcat On Thu, 2004-10-28 at 12:23, Shapira, Yoav wrote: > Hi, > Yes: define separate Engines or Services for the two apps in your > server.xml, and put each connector only in the Service where you want > it. > > Yoav Shapira http://www.yoavshapira.com >

RE: newbie question

2004-10-28 Thread Shapira, Yoav
Hi, Yes: define separate Engines or Services for the two apps in your server.xml, and put each connector only in the Service where you want it. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Luke FERNANDEZ [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 28, 2004 1

RE: Newbie Question

2004-07-25 Thread Aris Javier
Fri 7/23/2004 9:11 PM To: Tomcat Users List Cc: Subject: RE: Newbie Question Can you provide some more detail? When you say you're running two servers accessing an Access database, do you mean two different machines or just different server instances on the same machine?

RE: Newbie Question

2004-07-23 Thread Dave Bender
Can you provide some more detail? When you say you're running two servers accessing an Access database, do you mean two different machines or just different server instances on the same machine? If you're trying to access Access from a different machine, you may have to use a different jdbc

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-09 Thread Birt, Jeffrey
AM To: Tim Wills Cc: Tomcat Users List Subject: RE: Newbie question: Error 503 Service Temp. Unavailable I too am running Linux (Fedora 1). Another chap posted after me having similar problems with Windows (IIS). I've confirmed that apache is running as user apache which belongs to the grou

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-09 Thread Birt, Jeffrey
of Missouri - Rolla 573.341.6058 -Original Message- From: Tim Wills [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 11:18 PM To: Birt, Jeffrey Cc: Tomcat Users List Subject: RE: Newbie question: Error 503 Service Temp. Unavailable I had the same Error 503 on Linux (not Windows

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Tim Wills
I had the same Error 503 on Linux (not Windows) and found that was caused by Apache running as Nobody. Apache couldn't write to the socket because the owner was tomcat and Nobody was not a member of the group tomcat. Check your apache error_log and see what it says. I have never run a Windows serv

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Birt, Jeffrey
lto:[EMAIL PROTECTED] Sent: Thu 7/8/2004 10:34 AM To: Tomcat Users List Cc: Subject: RE: Newbie question: Error 503 Service Temp. Unavailable Have a read through this, http://jakarta.apache.org/tomcat/connectors-doc/jk2/index.html and then let me know if you have any more specific quest

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Tonte Pouncil
Okay, will do. -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 10:35 AM To: Tomcat Users List Subject: RE: Newbie question: Error 503 Service Temp. Unavailable Have a read through this, http://jakarta.apache.org/tomcat/connectors-doc/jk2

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Dale, Matt
workers2.properties in your apache/conf directory that points to this port. Ta Matt -Original Message- From: Tonte Pouncil [mailto:[EMAIL PROTECTED] Sent: 08 July 2004 16:30 To: Tomcat Users List Subject: RE: Newbie question: Error 503 Service Temp. Unavailable Do you know how to do

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Tonte Pouncil
Do you know how to do this on a windows box? -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Thursday, July 08, 2004 10:28 AM To: Tomcat Users List Subject: RE: Newbie question: Error 503 Service Temp. Unavailable The file must exist and be readable and writable by

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Dale, Matt
omcat Users List Subject: RE: Newbie question: Error 503 Service Temp. Unavailable I am trying to do the same thing as you guys. I have a windows 2000 box. How did you configure the two so far? And what goes in the jk2.socket file? Tonté -Original Message- From: Dale, Matt [mailto:[

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Tonte Pouncil
Subject: RE: Newbie question: Error 503 Service Temp. Unavailable I think you might have to create the file yourself. touch /opt/tomcat/work/jk2.socket Ta Matt -Original Message- From: Birt, Jeffrey [mailto:[EMAIL PROTECTED] Sent: 08 July 2004 16:11 To: [EMAIL PROTECTED] Subject: Newbie

RE: Newbie question: Error 503 Service Temp. Unavailable

2004-07-08 Thread Dale, Matt
I think you might have to create the file yourself. touch /opt/tomcat/work/jk2.socket Ta Matt -Original Message- From: Birt, Jeffrey [mailto:[EMAIL PROTECTED] Sent: 08 July 2004 16:11 To: [EMAIL PROTECTED] Subject: Newbie question: Error 503 Service Temp. Unavailable Hello all, I've

Re: NEWBIE question: JAAS- versus JDBC- versus MemoryRealms

2004-03-23 Thread Adam Hardy
Leonard, I went the other way. I wrote a login module for tomcat's JAAS implementation and recently found it relatively easy to adapt it to JBoss. However I see you're going down the JDBC route. Adam On 03/23/2004 09:22 AM Leonard Wolters wrote: Hi, I've got a question concerning the different

RE: NEWBIE question: JAAS- versus JDBC- versus MemoryRealms

2004-03-23 Thread Marco Pöhler
hth. Marco --- http://www.druckerpatronen--preisvergleich.de http://www.tintenpatronen-preisvergleich.de > -Ursprüngliche Nachricht- > Von: Leonard Wolters [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 23. März 2004 11:21 > An: Tomcat Users List > Betreff:

RE: NEWBIE question: JAAS- versus JDBC- versus MemoryRealms

2004-03-23 Thread Leonard Wolters
Thanks marco, However, can I also set this datasource for the element ? (I thought I read something about a bug, although I'm not quite sure). Then, after I specified this new datasource in the either context or engine element, how do i confiugre the UserDatabase in the JNDI lookup ? For exampl

Re: newbie question

2004-01-07 Thread FRANCOIS Dufour
thanks [EMAIL PROTECTED] crazy-wilys webmaster From: "Bill Barker" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: newbie question Date: Wed, 7 Jan 2004 00:07:29 -0800 "FRANCOIS Dufour" <[E

Re: newbie question

2004-01-07 Thread Bill Barker
"FRANCOIS Dufour" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > i read an eror in tomcat apache log > 2004-01-02 08:09:46 [org.apache.catalina.connector.warp.WarpConnector] Error > accepting requests > java.net.SocketException: socket closed > at java.net.PlainSocketImpl.socketAcce

RE: Newbie question

2003-12-11 Thread Wendell Holmes
Tomcat will not serve any files in WEB-INF or below that directly to a user, so that's probably why it's not in the dir listing. -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: Thursday, December 11, 2003 9:55 AM To: Tomcat Users List Subject: Re: Newbi

RE: Newbie question

2003-12-11 Thread Dave Robbins
I figured it out :-) the path to the servlet name foo is http:/www.xxx.yyy.zzz:8080/test/servlet/foo -Original Message- From: Dave Robbins [mailto:[EMAIL PROTECTED] Sent: Thursday, December 11, 2003 11:51 AM To: '[EMAIL PROTECTED]' Subject: Newbie question Hello All, Hope someone ca

Re: Newbie question

2003-12-11 Thread Ben Souther
First: Did Netbeans create a deployment descriptor for you (WEB-INF/web.xml)? If so, look for a servlet mapping in the descriptor. It will look something like this: HelloWorldServlet /HelloWorld "HelloWorldServlet" being the name of your servlet and and "HelloWorld" being the mapp

Re: Newbie question

2003-10-10 Thread Jon Wingfield
Your windoze path is probably being interpreted as a url without a protocol. The drive letter C is being interpreted as a hostname. Try with something like file:///c:\path\to\war\app.war HTH, Jon Jesús Gutiérrez Ramírez wrote: Hi, I'm new using tomcat (over windows xp) and ANT, I was

Re: Newbie Question: Tomcat 3.2.3 + JDK1.3.1_09 + Win2K

2003-10-06 Thread Graham Reeds
> I just took a quick look in the CVS, and it looks like you are right. I > don't know why the batch file doesn't run. At least it's not me then:-) > You could try: > set JAVA_HOME=c:\progra~1\jdk1.3.1_09 > and see if it helps. Tried that and it didn't work. Same message as before. Thanks f

Re: Newbie Question: Tomcat 3.2.3 + JDK1.3.1_09 + Win2K

2003-10-03 Thread Bill Barker
"Graham Reeds" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Bill Barker" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > I haven't used 3.2.x in a very very long time. My first guess would be to > > check the batch files. From the error you are getting, it may

Re: Newbie Question: Tomcat 3.2.3 + JDK1.3.1_09 + Win2K

2003-10-03 Thread Graham Reeds
"Bill Barker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I haven't used 3.2.x in a very very long time. My first guess would be to > check the batch files. From the error you are getting, it may just not be > quoting the initial Java command. They are both in quotes - I forgot

Re: Newbie Question: Tomcat 3.2.3 + JDK1.3.1_09 + Win2K

2003-10-02 Thread Bill Barker
I haven't used 3.2.x in a very very long time. My first guess would be to check the batch files. From the error you are getting, it may just not be quoting the initial Java command. Of course, it is useless to submit a bug-report, since the 3.2.x line is no longer maintained. "Graham Reeds" <[E

Re: Newbie question on Tomcat security

2003-07-15 Thread John Turner
ost web sites I've been to, if you type in the folder directory, you will get an access deny or something like that. I am wondering if I can set up something similar in Tomcat? By the way, I do have an index.jsp. Thanks. - Original Message - From: "Reginald Oake" <[

Re: Newbie question on Tomcat security

2003-07-14 Thread Simon Pabst
ave an index.jsp. Thanks. - Original Message - From: "Reginald Oake" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, July 14, 2003 5:58 PM Subject: Re: Newbie question on Tomcat security > Hi. > > I'm not certain abou

Re: newbie question on Tomcat security

2003-07-14 Thread Bill Barker
Actually, it is easier than that: They can just go the the browser's cache folder and view it from there. As such, you should consider that your .css files are public info, and leave it at that. "epyonne =)" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello All, > > I just deve

Re: Newbie question on Tomcat security

2003-07-14 Thread Reginald Oake
Hi. I don't know if this will be helpful but I have heard of people putting their JSPs and other ancilliary files inside the WEB-INF directory. I'm not sure what you have to do to make this work but it may well be worth looking into. Reg

Re: Newbie question on Tomcat security

2003-07-14 Thread epyonne
CTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, July 14, 2003 5:58 PM Subject: Re: Newbie question on Tomcat security > Hi. > > I'm not certain about this but it seems to me that it would be next to > impossible to keep the html source from be

Re: Newbie question on Tomcat security

2003-07-14 Thread Reginald Oake
Hi. I'm not certain about this but it seems to me that it would be next to impossible to keep the html source from being viewed by someone using any browser (this is not a server side issue). The source has to be uploaded to the browser and, once it is uploaded anyone can view source on the page.

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
Bao No, no errors. But the weird thing is that there is no Tomcat log - only a mod_jk log. Thanks, Keith > Also are there any cannot bind to port related errors in your log > files when > > starting up, either CATALINA_HOME\logs\localhost_date.txt or > APACHE_HOME\logs\stderr.log? > -

Re: newbie question: mod_jk not working Win 2000

2003-06-06 Thread BAO RuiXian
-Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] port="8009" minProcessors="5" maxProcessors="75" enableLookups="true" redirectPort="8443" acceptCount="10" debug="0" connectionTimeout="0" useURIValidationHack="fal

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
ge [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 2:28 PM To: Tomcat Users List Subject: Re: newbie question: mod_jk not working Win 2000 On Sat, 7 Jun 2003 03:09, Keith Adams wrote: >                port="8009" minProcessors="5" maxProcessors="75" >  

Re: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Jason Bainbridge
On Sat, 7 Jun 2003 03:09, Keith Adams wrote: >                port="8009" minProcessors="5" maxProcessors="75" >                enableLookups="true" redirectPort="8443" >                acceptCount="10" debug="0" connectionTimeout="0" >                useURIValidationHack="false" >               >

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
Bao Thanks. Did so, but made no diff. Keith -Original Message- From: BAO RuiXian [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 1:09 PM To: Tomcat Users List Subject: Re: newbie question: mod_jk not working Win 2000

Re: newbie question: mod_jk not working Win 2000

2003-06-06 Thread BAO RuiXian
Hello, Keith Adams wrote: * ## Auto generated on Wed Jul 31 12:53:26 EDT 2002## LoadModule jk_module modules/mod_jk.dll JkWorkersFile "D:\jakarta-tomcat-4.1.18\conf\jk\workers.properties" Since this file was generated autom

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
John I'm pretty sure there's no firewall. Thanks, Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: newbie question: mod_jk not working Win 2000

2003-06-06 Thread John Turner
no listener? I'm a newbie, remember. Thanks , Keith -Original Message- From: PELOQUIN,JEFFREY (HP-Boise,ex1) [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 12:46 PM To: 'Tomcat Users List' Subject: RE: newbie question: mod_jk not working Win 2000 I would suggest you

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
ember. Thanks , Keith -Original Message- From: PELOQUIN,JEFFREY (HP-Boise,ex1) [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 12:46 PM To: 'Tomcat Users List' Subject: RE: newbie question: mod_jk not working Win 2000 I would suggest your answer to another user a few min

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread PELOQUIN,JEFFREY (HP-Boise,ex1)
, there is no listener Jeff -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2003 1:40 PM To: Tomcat Users List Subject: Re: newbie question: mod_jk not working Win 2000 Sorry, I'm stumped. Things look OK to me. Anyone else? John On Fri, 6 Jun

Re: newbie question: mod_jk not working Win 2000

2003-06-06 Thread John Turner
Sorry, I'm stumped. Things look OK to me. Anyone else? John On Fri, 6 Jun 2003 15:35:27 -0400, Keith Adams <[EMAIL PROTECTED]> wrote: John You're correct in the first point. I fixed that (using the correct name "mod_jk-2.0.43.dll"). Yes, it's loading the mod_jk.conf, because if I run "apach

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
John You're correct in the first point. I fixed that (using the correct name "mod_jk-2.0.43.dll"). Yes, it's loading the mod_jk.conf, because if I run "apache.exe -t" from the command line and deliberately introduce an error into the mod_jk.conf, Apache reports the syntax error. When I remove

Re: newbie question: mod_jk not working Win 2000

2003-06-06 Thread John Turner
I notice that the LoadModule line in mod_jk.conf and the modJk parameter in server.xml are different, "mod_jk.dll" vs. "mod_jk-2.0.43.dll". Can you verify that the mod_jk.conf file you posted is actually the mod_jk.conf file that Apache is loading? Also verify syntax with "apache.exe -t" from t

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
John Tomcat seems to start fine - no error msgs. Here's mod_jk.conf * ## Auto generated on Wed Jul 31 12:53:26 EDT 2002## LoadModule jk_module modules/mod_jk.dll JkWorkersFile "D:\jakarta-tomcat-4.1.18\conf\jk\workers.p

Re: newbie question: mod_jk not working Win 2000

2003-06-06 Thread John Turner
Can you post mod_jk.conf, server.xml, and workers.properties? Sounds to me like Tomcat isn't starting up, or there is something goofy with workers.properties. John On Fri, 6 Jun 2003 14:57:03 -0400, Keith Adams <[EMAIL PROTECTED]> wrote: John Thanks for getting back to me. The only log msg i

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
John Thanks for getting back to me. The only log msg is in mod_jk.log and it reads: [Fri Jun 06 11:35:00 2003] [jk_ajp_common.c (1198)]: Error connecting to tomcat. Tomcat is probably not started or is listenning on the wrong port. Failed errno = 61 The error msg is below. Internal Server Err

Re: newbie question: mod_jk not working Win 2000

2003-06-06 Thread John Turner
EMAIL PROTECTED] Sent: Friday, June 06, 2003 11:27 AM To: Tomcat Users List Subject: Re: newbie question: mod_jk not working Win 2000 Hi Keith - What's the URL you're accessing? Is it one of the examples servlets, or one of your own? John On Fri, 6 Jun 2003 13:39:24 -0400, Keith A

RE: newbie question: mod_jk not working Win 2000

2003-06-06 Thread Keith Adams
Users List Subject: Re: newbie question: mod_jk not working Win 2000 Hi Keith - What's the URL you're accessing? Is it one of the examples servlets, or one of your own? John On Fri, 6 Jun 2003 13:39:24 -0400, Keith Adams <[EMAIL PROTECTED]> wrote: > Hi > I've labor

Re: newbie question: mod_jk not working Win 2000

2003-06-06 Thread John Turner
Hi Keith - What's the URL you're accessing? Is it one of the examples servlets, or one of your own? John On Fri, 6 Jun 2003 13:39:24 -0400, Keith Adams <[EMAIL PROTECTED]> wrote: Hi I've laboriously followed instructions for linking Tomcat and Apache. When I try to run a servlet through Apac

Re: newbie question

2002-11-28 Thread Andoni
If you are only going to serve html, jpg, gif, css, etc. pages. (i.e. static text files) then you should not be using tomcat at all. Instead you should use Apache web server. Only use Tomcat if you want to run Java based Web-applications. If for some reason you MUST you Tomcat then put the file

RE: Newbie question -- help.

2002-11-26 Thread Ben Deany
Start Tomcat (from the Start Menu on Windows if that is what you are using) and then point your browser to http://localhost:8080/. -Original Message- From: Shiva Paranandi [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 27 November 2002 3:05 PM To: [EMAIL PROTECTED] Subject: Newbie question

Re: newbie question creating and serving a context

2002-11-17 Thread Jacob Kjome
I you are serving out of Tomcat's "webapps" directory, try changing docBase to docBase="jsp_public" instead of the full path from the root of the filesystem. Jake At 02:02 AM 11/18/2002 +, you wrote: Hi, I'm having a really frustrating problem just creating a simple context using Tomcat

Re: newbie question creating and serving a context

2002-11-17 Thread Paul Campbell
Try docBase=jsp_public At 06:02 PM 11/17/02, you wrote: >Hi, > >I'm having a really frustrating problem just creating a simple context using Tomcat 4 >on a Linux server. > >I edit server.xml in my conf directory to include: > > path="/jsp_public" > docBase="/var/tomcat4/webapps/jsp_public" > d

RE: newbie question on connectors

2002-10-18 Thread Turner, John
oc at jakarta.apache.org, I'm sure the developers there would appreciate them as well. John > -Original Message- > From: [EMAIL PROTECTED] [mailto:BillP@;DigitalGarden.com] > Sent: Thursday, October 17, 2002 3:53 PM > To: [EMAIL PROTECTED] > Subject: RE: newb

RE: newbie question on connectors

2002-10-18 Thread BillP
> Sent: Thursday, October 17, 2002 2:18 PM > To: 'Tomcat Users List' > Subject: RE: newbie question on connectors > > > > JK2 is still in development, you might be better off with JK, > which would be > isapi_redirector.dll. > > You can create workers.pr

RE: newbie question on connectors

2002-10-18 Thread Turner, John
JK2 is still in development, you might be better off with JK, which would be isapi_redirector.dll. You can create workers.properties and uriworkermap.properties, they are just text files. Resources on using IIS with Tomcat are pretty scarce. I have this bookmark, which is for an older version o

RE: Newbie question about Tomcat 4.x.x

2002-07-17 Thread Turner, John
Tomcat should be fine...it's the mod_jk you might have to change (recompile). John Turner [EMAIL PROTECTED] -Original Message- From: Billingham, Walter 475 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 1:15 PM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: Newbie

RE: Newbie question

2002-07-17 Thread Eldridge, Michael
AM To: 'Tomcat Users List' Subject: RE: Newbie question Hmmm...I didn't realize we were talking about 3.3.x. It's been awhile since I had to setup a tomcat 3.x instance, I'm not even sure it looks for CATALINA_HOME. Is there a reason you chose 3.x over 4? I'm not advoc

RE: Newbie question

2002-07-17 Thread Turner, John
e, Michael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 11:12 AM To: 'Tomcat Users List' Subject: RE: Newbie question Thank you John, I have no examples folder, and as far as I can tell, I have no Catalina_home/logs. Now I'm wondering if I downloaded the wrong file, or miss

  1   2   >