Re: make the app as ROOT.war

2002-12-09 Thread David Brown
Billy Ng writes: If my app needs to overwrite the ROOT.war, will it only kill the tomcat's examples? if not, what are the problems will I get? I notice the tomcat 4 exe installer installs the admin stuff, will it be a problem if I overwrite the ROOT? Thanks! Billy Ng Hello Billy, u don't

Re: File structure in webapps for tomcat.

2002-12-09 Thread David Brown
Simon Kelly writes: Hi, I am trying to get my servlet to write to and read from files within my webapp structure. However, when the servlet runs it seems that the working directory during its lifecycle is c:\xxx\tomcat 4.1. Is there any way, in web.xml, to force the servlet to run in it's

Re: Can't read POST parameters in a Servlet

2002-12-09 Thread David Brown
Ivan Venuti writes: Hi, I have this problem: from an HTML page I call a Servlet via a form like this: form name=richiesta method=post action=servletName input type=hidden name=in_file value=9177.doc ... input type=hidden name=port value=8787 /form In the Servlet I retrieve the

Re: What HTTP Status Code is returned when transport-guarantee is CONFIDENTIAL?

2002-12-09 Thread David Brown
Matt Raible writes: I've noticed that if you set a transport-guaranteeCONFIDENTIAL/transport-guarantee in web.xml that the user is automatically redirected to an https://server:443. I'm wondering how I can reproduce this behavior in a my welcome JSP and was thinking I could possibly return the

Re: OT: how can an intranet Internet share the same appserver, but remain secure?

2002-12-09 Thread David Brown
Becky Phaneuf writes: Has anyone tried to do this before? The dilemma: How would one architect a system that requires an intranet and an Internet site be able to share the same appserver (EJBs, logic), but still remain as secure as possible? It doesn't have to be a Tomcat/JBoss-specific

Re: trying to use jar file in jsp page.

2002-12-09 Thread David Brown
Brian O. Bozarth writes: Still stuck on this.I also re-jar-ed the file so that com was the first directory in the jar file.The java files are in the tools folder. Any insights? I put the jar file in the /tomcat/webapps/ROOT/WEB-INF/lib folder, which is where I am doing my app. I

Re: RE: I don´t understand the objective of this open list !

2002-12-09 Thread David Brown
Jim Henderson writes: I think it an opportunity to sell updated books! ;) -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 3:48 PM To: 'Tomcat Users List' Subject: RE: I don´t understand the objective of this open list ! I disagree.

Re: Layout/setup for a web-app...help?

2002-12-09 Thread David Brown
Patrick Martz writes: Hi all, please bear with me as I'm new to the whole web application thing. I recently downloaded and installed Tomcat 4.1. After reading all the documentation I could find, I tried to set it up so that I could run a small web-app, but I simply cannot seem to get the web

Re: Problems with starting Tomcat 4.1.12 - PLEASE HELP

2002-12-09 Thread David Brown
Siobhan Quigley writes: I have installed the Java SDK and Tomcat 4.1.12 (release version). I have set the JAVA_HOME and the CATALINA_HOME variables and did the ECHO test. When I try to start up Tomcat, I type C:\Tomcat\jakarta-tomcat-4.1.12\bin\startup.bat but I get an error message saying

Re: Apache Tomcat with Apache 1.3.27 or 2.0.43

2002-12-09 Thread David Brown
Rafael Fernandez writes: Is it possible to open a JSP file through Apache HTTP 1.3.27 or 2.0.43 and Apache Tomcat run it? Hello Rafael, have u looked at the mod_jk connector for apache/tomcat? and server.xml non-ssl port 8080 connector? thanx, david. -- To unsubscribe, e-mail:

Re: localization recommendation for tomcat

2002-12-09 Thread David Brown
HAVENS,PETER (HP-Cupertino,ex3) writes: I am looking for a recommendation for serving localized HTML content via tomcat. I am looking to have Tomcat provide the most accurate HTML file based on the locale of the browser. The Apache web server handles this nicely and I would like to implement

Re: RE: RE: I don?t understand the objective of this open list !

2002-12-09 Thread David Brown
Noel J. Bergman writes: I want proper user level documentation. If you are unsatisfied with the documentation: 1) contribute some time to help 2) contribute some $ to help 3) wait for someone else to do 1 or 2 4) spend even MORE money and buy IBM WebSphere. Basically the same

Re: javabean problems

2002-12-08 Thread David Brown
Mikael Göransson writes: hey, it seems like i can't run my javabeans. i'm using tomcat 4.1.12 binary distrubtion. i get the error cannot resolve symbol. and i have no idea what it could be, it's just a simple bean: public class JellyBean implements java.io.Serializable { private String

Re: javabean problems

2002-12-08 Thread David Brown
Mikael Göransson writes: On Sun, 08 Dec 2002 09:23:56 -0500 David Brown [EMAIL PROTECTED] wrote: Mikael Göransson writes: hey, it seems like i can't run my javabeans. i'm using tomcat 4.1.12 binary distrubtion. i get the error cannot resolve symbol. and i have no idea what

Re: javabean problems

2002-12-08 Thread David Brown
Mikael Göransson writes: On Sun, 08 Dec 2002 09:23:56 -0500 David Brown [EMAIL PROTECTED] wrote: Mikael Göransson writes: hey, it seems like i can't run my javabeans. i'm using tomcat 4.1.12 binary distrubtion. i get the error cannot resolve symbol. and i have no idea what

Re: javabean problems

2002-12-08 Thread David Brown
Mikael Göransson writes: On Sun, 08 Dec 2002 09:49:58 -0500 David Brown [EMAIL PROTECTED] wrote: Mikael Göransson writes: On Sun, 08 Dec 2002 09:23:56 -0500 David Brown [EMAIL PROTECTED] wrote: Mikael Göransson writes: hey, it seems like i can't run my javabeans. i'm

Re: Tomcat 4.1, DBCP and Oracle

2002-12-07 Thread David Brown
Campano, Troy writes: Has anyone been able to get Tomcat 4.1.12 or Tomcat 4.1.16 working with DBCP and Oracle (classes12.zip)? I've tried a billion combinations of configurations and nothing works. I've see other people on the web have also had this problem. I've tried for months to figure

Re: Two Questions Tomcat 4.1.12 Win2000

2002-12-06 Thread David Brown
Scott Purcell writes: Running Tomcat 4.1.12 on Win2000. Problem 1) I created a site under webapps in which only servlets will run. I created a web-xml file: (see Below): All works good. Question: When I hit the URL http://localhost/site I see a directory listing. I do not want this. I thought

Re: bypassing memory realms

2002-12-06 Thread David Brown
J Doe writes: Background: Consider two webapps: foo and bar. When a user of foo performs a certain action, foo shares files with bar by calling actions on each other via HTTP. We are being asked to put a memory realm on foo and bar so that users must login. The problem is that now the above

Re: Configurion tomcat

2002-12-06 Thread David Brown
Fabricio B. Teixeira writes: I want to install TomCat in my computer but i don´t know if it requires a hard configuration time. Could you please tell me the dificulties in configurin tomcat. Fabricio ___ Busca Yahoo! O

Re: MySQL JAR File Location

2002-12-06 Thread David Brown
Johnson, Garrett writes: Ladies and Gentlemen: Where should I drop a copy of the JDBC Driver .jar file that I need to connect to MySQL from Tomcat? I understand there are a variety of classloaders, invoked on a number of different directories. Obviously, I could just dump it into

Re: Security constrant to force SSL works with apache+tomcat?

2002-12-06 Thread David Brown
Alexander Wallace writes: I have not tested this, but wanted to make sure before I do all the necesary changes. I have apache in front of tomcat, apache handles the ssl communication... I need to make sure that some stuff happens only via ssl, and i had a filter for that. But i was recommended

Re: JK and multiple virtual hosts on Apache (repost)

2002-12-06 Thread David Brown
Madere, Colin writes: I might have had some list trouble so I'm reposting this (since I got no responses so far). -Original Message- From: Madere, Colin [SMTP:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 5:55 PM To: '[EMAIL PROTECTED]' Subject: 4 Apache2 VirtualHosts + 1

Re: how many linux processes should tomcat create???

2002-12-05 Thread David Brown
Brandon Cruz writes: Does anyone know how many processes tomcat should create? When I start my server, there are about 525 processes created. The number constantly grows as time goes on, but I think it is related to a database connection being left open. 525 seems like a lot to start with

Re: out of Context

2002-12-05 Thread David Brown
Hari Venkatesan writes: Is there a way to retrieve windows userid from the client side using java or javascript? Hari -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Hello Hari, i u r using realm and form based login this

Re: Mutliuser setup

2002-12-05 Thread David Brown
Rolf Borgen Guescini writes: Does anybody know what to do when setting up tomcat on a UNIX environment for more than one user? Is the best way to define a directory owned by a group where all the users belong,and then make contexts in server.xml? Or is there another way of doing it? RBG

Re: out of Context

2002-12-05 Thread David Brown
. Hari -Original Message- From: David Brown [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 1:54 PM To: [EMAIL PROTECTED] Subject: Re: out of Context Hari Venkatesan writes: Is there a way to retrieve windows userid from the client side using java or javascript? Hari

Re: out of Context

2002-12-05 Thread David Brown
has already been authenticated against LDAP to signon to windows, I don't want to authenticate him again by making him enter his id again. Hari -Original Message- From: David Brown [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 2:27 PM To: Tomcat Users List Subject: Re

Re: exception loading sessions from persistent storage?

2002-12-04 Thread David Brown
Paul Tomsic writes: When I stop/start tomcat 4.1.12, I'm getting the following error: Exception loading sessions from persistent storage java.io.WriteAbortedException: Writing aborted by exception; java.io.NotSerializableException: org.apache.xerces.util.DOMErrorHandlerWrapper it doesn't

Re: Mutliuser setup

2002-12-04 Thread David Brown
Rolf Borgen Guescini writes: Does anybody know what to do when setting up tomcat on a UNIX environment for more than one user? Is the best way to define a directory owned by a group where all the users belong,and then make contexts in server.xml? Or is there another way of doing it? RBG

Re: TC 4.1.12 auto re-deploy problem/confusion

2002-12-03 Thread David Brown
Mark writes: I have an expanded-war app where it will initially auto-deploy (ie. expand the directories under /webapps), but not able to get it to hot redeploy after changes are made. By 'hot', I mean automatically have a new.war file re-expanded without restarting Tomcat. If I make changes

Re: How to connect to a Data-File above the WEB-INF-Folder from a servlet????

2002-12-03 Thread David Brown
Patrick Kosiol writes: Hi, How do I connect to a Data-File above the WEB-INF-Folder from a servlet For example my class is placed in $CATALINA_HOME/webapps/ROOT/WEB-INF/classes/myApp/server/servlet.class and my data-files are placed in $CATALINA_HOME/webapps/data/data.dat or so. Is

Re: VIRTUAL HOST CONFIGURATION

2002-12-03 Thread David Brown
karthikeyan.balasubramanian writes: Hi All, I have sucessfully integarated Apache with Tomcat using WarpConnecter. But how do i go about from here to implement lots of Virtual Host for our clients. I need to setup atleast 5 virtual hosts. I couldnt actually figure a way to host 5 real

Re: Newbie: Infos about Windows NT Authentication

2002-12-03 Thread David Brown
Jasper Dammann writes: Hello, where can I get basic-information about Windows NT Authentication and Tomcat. I read the Tomcat Documentation JNDI-Resource HOW-TO and REALM HOW-TO, but I didn’t understand for example how to configure the Windows NT Server to run Tomcat with Windows NT

Re: SUCCESS w. Tomcat execution!

2002-12-03 Thread David Brown
micael writes: Congratulations, even from me. ///;-). Would you like a small list of books that will give you the inside scoop on this sort of technology? I think that it would serve the list well if you asked for the same under a Subject of Tomcat Book List, and people could make their

Re: TC 4.1.12 auto re-deploy...revisited

2002-12-03 Thread David Brown
Mark writes: At 12/3/2002 09:09 AM, you wrote: Mark writes: I have an expanded-war app where it will initially auto-deploy (ie. expand the directories under /webapps), but not able to get it to hot redeploy after changes are made. By 'hot', I mean automatically have a new.war file

Re: javax.servlet.ServletException when starting

2002-12-03 Thread David Brown
David Mehringer writes: I have a (valid) jar file in the WEB-INF/lib directory of one of my web apps. Threre are other jar files in the same directory which seem to load fine on startup, but when loading this one, there is some error which I don't understand (snippets from trace below from

Re: modifications to web.xml

2002-12-02 Thread David Brown
[EMAIL PROTECTED] writes: Sir, When I want to create an application and call a servlet from html page, what essential modification I have to made to web.xml file? warm regards, Ch. Sasi Bhushan. CGMAERSK INFO. TECH. PVT. LTD., ALEXANDER SQUARE, 1ST FLOOR, SP ROAD, GUINDY, CHENNAI. Ph:

JDBCRealm/Form login get current user ?(hope Craig is listening).

2002-12-02 Thread David Brown
Hello tc-users and Craig McClanahan, i have been very successfull and lucky developing protected webapps using form-based login and JDBCRealm for the oracle database. WooHoo! i have searched the source JDBCRealm and RealmBase and cannot come up any ideas on how to determine who is currently

Re: clearing sessions

2002-11-30 Thread David Brown
Felipe Schnack writes: There is a way I can access all currently active sessions from a servlet? Felipe Schnack Analista de Sistemas [EMAIL PROTECTED] Cel.: (51)91287530 Linux Counter #281893 Faculdade Ritter dos Reis www.ritterdosreis.br [EMAIL PROTECTED] Fone/Fax.: (51)32303328 -- To

Re: startup classes in tomcat 4.1.12

2002-11-29 Thread David Brown
P Sasidhar writes: Hi, Can any one tell me how to configure start up classes in tomcat 4.1.12 server sasi Hello sasi, what r u trying to do? need more info: is tc running? if tc is running, what happened? what url did u invoke? have u checked ur logs? what more can

Re: How to configure data transport constraint for a URL in Tomcat?

2002-11-29 Thread David Brown
Peter Lee writes: I have this online form page that needs to be secure, so I do not want to send it in plain text. How do I apply data transport constraint to the URLused to generate the form in Tomcat? Thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Re: How do I get the absolute path of a file in a directory above WEB-INF directory of my web application?

2002-11-29 Thread David Brown
Peter Lee writes: I am using Tomcat for servlets. How do I get the absolute path of a file in a directory above WEB-INF directory of my web application? Thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Hello,

Re: Mozilla crashes Tomcat.

2002-11-29 Thread David Brown
Christopher Mark Balz writes: Mozilla 1.x/N6+ causes a devastating memory leak on Tomcat 3.2.4. In side-by-side tests, IE 5.5 causes no such leak, but Moz1.x/N6+ cause Tomcat to simply start allocating memory until the heap size limit is exceeded by about 20MB, resulting in an eventual

Re: Host Context - Unpacking of WARs

2002-11-29 Thread David Brown
Kwok Peng Tuck writes: For the context of the webapp in the server.xml . RXZ JLo wrote: For the applications deployed through WAR files, where do I specify attributes like reloadable? thanks. rf __ Do you Yahoo!? Yahoo! Mail Plus -

Re: Servlet and Applet working in Tomcat 4.0.4 standalone

2002-11-29 Thread David Brown
Patrick Kosiol writes: Hi, I am using the Tomcat 4.0.4 as a standalone-server. Esspecially because JBuilder7 supports Servlet debugging. OK. I have an webApplication that includes a client- and a server-directory (package). The server-dir contains the Servlet-Class and the client-dir

Re: URGENT: Tomcat4 - Setting my Application as Default

2002-11-28 Thread David Brown
Bob McCormick writes: I'm having a devil of a time configuring my Application so that when I enter 'http://someIP_or_name_or_localhost/' I get my application rather than than the Tomcat Startup Screen. At this point, I'm brain-dead I think. Here's what I've done so far: 1. Changed the

Re: [ Tomcat as Webserver ]

2002-11-28 Thread David Brown
Osvâneo A. Ferreira writes: Hi, I´m using tomcat-4.1.2 and I would like know, it´s can used as WebServer. I configured a non-SSL legacy HTTP/1.1 connector on port 80. It´s possible ? [ Osvâneo ] Hello Osvaneo (sorry, no circumflex), within networks, protocols and tcp all things r

Re: Apache Mod_jk.conf file.

2002-11-28 Thread David Brown
Andoni writes: I have my .conf files working fine, I just have a question that is bugging me. I am told everywhere to put my mod_jk.conf file under the /tomcat/conf/ directory and then include it in the bottom of my httpd.conf file. Is there any real reason for this separation? Can I just

Re: Apache/Tomcat sendRedirect :0 problem

2002-11-28 Thread David Brown
John Cho writes: Hello, I'm having an issue with Tomcat 4.1.12 and Apache 1.3.x where if I make a call to response.sendRedirect(http://hostname/servlet/foo;) Apache for some reason sends a redirect URL to the browser in the form of: http://hostname:0/servlet/foo Does anyone know what is

Re: How to add a servlet to a new Webapp

2002-11-28 Thread David Brown
Curley, Thomas writes: Hi All, Using Tomcat 4.1.12 on Win 2K I am getting a 404 error when I try to create a new webapp and add a very basic servlet. The servlet works if I create the package structure within the examples WEB-INF/classes. Here are the steps: 1. created webapps/study 2.

Re: tomcat 4 and javax.sevlet.*

2002-11-28 Thread David Brown
Tushar Kulkarni writes: Hi, I have installed Tomcat4.1. I want to change the directory webapps\examples\JSP to say C:\myExamples. So that I can store my jsp files in to the myexamples directory and access it through the browser with the address , http://localhost:8080/myexamples instead

Re: Coyote:: ArrayIndexOutOfBoundsException

2002-11-27 Thread David Brown
Reynir Hübner writes: Hi, When using version tc. 4.1.14 this exception sometimes occures : java.lang.ArrayIndexOutOfBoundsException at org.apache.coyote.http11.InternalOutputBuffer.write(InternalOutputBuffer.java:615) at

Re: Load on Tomcat 4.1.12

2002-11-27 Thread David Brown
P Sasidhar writes: Hi All, I need urgent help! I have installed my small webapp on Tomcat 4.1.12 on Windows NT machine but after few requests it is getting hung. Is there any load factor to be configured? What is the maximum no of users it can take? I had downloaded this Tomcat form

Re: Tomcat 4.1.12 not responding after few requests

2002-11-27 Thread David Brown
P Sasidhar writes: After few requests my Tomcat server 4.1.12 is not responding and gives lots of null pointer exception and following message in the end: Nov 26, 2002 11:50:28 AM org.apache.tomcat.util.log.CommonLogHandler log INFO: All threads are busy, waiting. Please increase maxThreads or

Re: Why does Tomcat 4 suspend itself?

2002-11-27 Thread David Brown
Luca Ventura writes: Hello! I have Tomcat 4.0.4-b3 as Servlet Container (I use it as a plug-in of IIS 5, using the ISAPI filter isapi_redirector.dll )and I have seen that sometimes the following strange thing happens When Tomcat doesn't receive user's requests (forwarded from IIS) for a

Re: OFF-TOPIC: creating classes

2002-11-27 Thread David Brown
Kristján Bjarni Guðmundsson writes: You could check out BCEL. http://jakarta.apache.org/bcel/index.html Felipe Schnack [EMAIL PROTECTED] wrote on 27.11.2002 13:40:59: Hi all, I know this is off-topic, but I just had a crazy idea and couldn't find about it anywhere... There is a way

Re: Search engine for the tomcat-user mailing list

2002-11-27 Thread David Brown
Luca Ventura writes: Hello everybody! Is there a search engine for the tomcat-user and tomcat-dev mailing list? I would like to find and read old posts using key-words. Thanks to everybody in advance! Luca Hello Luca, try this:

Re: Host Context - Unpacking of WARs

2002-11-27 Thread David Brown
Andoni writes: unpackwars=false should only mean that the app runs from the packed .war file, or so the Tomcat documentation seems to say. I do also have a web.xml but I don't see where this comes in to the configuration of the Host elements? Andoni. - Original Message - From: David

Re: Apache and Tomcat port mapping

2002-11-27 Thread David Brown
Brian Dixon writes: I have recently installed Tomcat 3.3.1 along with Apache. The two are working well together, and I have no complaints except that my Apache pages all have the xxx.mydomain.org/ structure while my Tomcat pages are isolated and appear under the xxx.mydomain.org:8080/

Re: How do I integrate my CLASSPATH on Tomcat?

2002-11-27 Thread David Brown
Emma Johansson writes: Hi! I'm wondering how I should do to make tomcat use the paths that are in my CLASSPATH? Regards, / Emma -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Hello Emma, it should not be necessary to

Re: Howto specify servlets directory

2002-11-27 Thread David Brown
Rafael Angarita writes: Hi, I want to configure tomcat to handle servlets in the URL /servlet and in /some_dir/servlet, is it necesary to indicate something in the config files? or change anything? I'm using tomcat 3.2.4 Thanks in advance, -- Rafael Angarita -- To

Re: Is it possible to have a serlvet as a first page?

2002-11-27 Thread David Brown
[EMAIL PROTECTED] writes: I'm using ajp13 with apache1.3 and tc4.0.x. Im using virtual hosts, and the config I use for this one looks like this: VirtualHost 130.236.228.174:80 DocumentRoot /home/httpd/html/blaskan ServerName blaskan.studorg.liu.se ServerAlias

Re: Which connector for Apache 2 + Tomcat 4.1 on HP-UX 11?

2002-11-27 Thread David Brown
Wendy Smoak writes: I asked once before and was assured I could replace the HP-provided Tomcat 3.3.1 with a newer version. I have Tomcat 4.1.12-LE (with Java 1.4.0) working fine standalone and although I thought I wasn't going to have to do this part, it looks like I've been elected to try to

Re: Errors when compiling Tomcat Connectors

2002-11-27 Thread David Brown
Kevin Andryc writes: I downloaded the Tomcat connectors (jakarta-tomcat-connectors-4.1.12-src) and Ant version 1.5.1. I unzipped that to an appropriate directory and then edited the build.properties file located in jakarta-tomcat-connectors-4.1.12/jk. Such that it looks like this:

Re: Re-deploying webapps from war files

2002-11-26 Thread David Brown
Mark D.Porter writes: Hello All, I'm working with the latest builds of tomcat (4.1.15) in hopes of moving from tomcat 3.3. One thing that seems to be missing in the 4.x line is a 'redeploy' feature for war files. In tomcat 3.3 I can setup my 'webapp' directory to 'look' for changes in a

Re: serverside include

2002-11-26 Thread David Brown
David Howard writes: I don't know if this would help, but what about setting environment variable through the tomcat administration interface. David Howard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 12:25 AM To: Tomcat

Re: WAR files not expanding.

2002-11-26 Thread David Brown
Andoni writes: When I put a .war file over to my tomcat server it doesn't work. - It only creates an empty directory in webapps. If I put over the war and unzip the file, it works fine. If I put over the .war file and set unpackWARs=false it does not work. - The unpack command is understood

Re: Virtual host problem

2002-11-26 Thread David Brown
xyber writes: I have a HP-UX server with Tomcat 4.0.4, and I want to host 30+ virtual host. I fill up the server.xml, start catalina, and the Tomcat's java process allocate gigabytes(1+) of memory!!! When i remove virtual hosts from server.xml, the memory usage go lower. Is the 1g+ allocation

Re: help for newbie?

2002-11-26 Thread David Brown
[EMAIL PROTECTED] writes: Greetings to all. I am new to JSP and Tomcat - but trying diligently to learn quickly. I have what are most probably basic questions. I am using the latest, so I assume, Tomcat 4.1.12. I am attempting to create a Webapp and Servlet. I get the Tomcat 404

Re: Can't start tomcat

2002-11-26 Thread David Brown
[EMAIL PROTECTED] writes: Hello, I have downloaded tomcat 4.1.12. When I try to startup the server a DOS Window appears and disappears immediately and I have no comment about what's going on. Can anybody help me? - NetCourrier,

Re: serverside include

2002-11-26 Thread David Brown
[EMAIL PROTECTED] writes: Ugh, thanks. I really dont know where to start however. How are the variables made persistent? Can you possibly provide a little syntax? Finally, what is 'app_context'? A directory? Thnaks Paul. Hello Paul, if u use a parallel directory and bean class files

Re: Re-deploying webapps from war files

2002-11-26 Thread David Brown
ResourceParams elements that your re-deployed context may have contained. Is this a bug or am I mis-using these ant tasks/manager app functions. Thanks again, Mark On Tuesday, November 26, 2002, at 09:44 AM, David Brown wrote: Mark D.Porter writes: Hello All, I'm working with the latest builds

Re: tomcat setup

2002-11-26 Thread David Brown
Joseph Boccuzzi writes: to start I am new to Tomcat. I have installed 4.1.12 on my Mac and can get to the initial page. From here the links for the jsp examples and the servlet examples return a http status 404 not available. The link for the Tomcat Administrator and Tomcat Manager return a

Re: tomcat as bundle

2002-11-25 Thread David Brown
[EMAIL PROTECTED] writes: Hi, Can any one tell me whether tomcat is avalable for download as a single tar.gz file?! and where is it available... I would like to install tomcat on Irix 6.5.16, anyone suggest if experimented already on this. thanks, Ranjit. - -- To unsubscribe, e-mail:

Re: Protectind directory

2002-11-25 Thread David Brown
Osvâneo A. Ferreira writes: Hi, I want protect a directory in my structure ( http://localhost/directory ) I use Apache+Tomcat and all test, it´s failed. Try .htaccess of apache, but nothing. Try permission org.apache.naming.JndiPermission jndi://localhost/examples/* , but nothing. How I do

Re: jasper.error.emptybodycontent.nonempty, MySQL

2002-11-25 Thread David Brown
Eric Earnst writes: Hi all, I've read a lot of docs but over a long enough period of time that I forget most of what I read, the recent over-age newbie really applies here... I am putting together my first site and am getting the following error message from Tomcat (4.1.12-LE-jdk14):

Re: Applet from servlet

2002-11-25 Thread David Brown
copies of them. Hope this solves your problem. Andreas On 24 Nov 2002 at 10:07, David Brown wrote: Hello tc-user, has anyone successfully invoked an applet from a servlet using: response.sendRedirect(url) where url=http://localhost/somehtml.html w/ the APPLET/APPLET tag embedded? my

Re: Problems with Tomcat 4.1.12 and FORM based authentication

2002-11-25 Thread David Brown
Quenten Van Egeren writes: I'm having the following problem when using FORM based authentication with Tomcat 4.1.12 : When I bring up a new browser window, and go to a protected page (under /do/) I am redirected to the login.jsp as I should be. If I enter the correct username / password, I am

Re: Tomcat Connector JK2 + Apache + SSL

2002-11-25 Thread David Brown
SAG - Jose Antonio Tarifa writes: Hello group. I'm not able to configure Apache + SSL with Tomcat to make available to servlets the SSL data, such like are returned by request.getRemoteUser() function (always return NULL). Apache runs correctly with HTTPS, but Tomcat no. Any idea?

Re: Why can't put weblogic.jar to classpath when using ant

2002-11-25 Thread David Brown
james writes: Hi, I have a question, when I use ant to compile some files, the following error popped up, after tried a few times, I found if I delete weblogic.jar in the classpath, it is OK! Why is that? Thanks in advance James java.lang.VerifyError: (class:

Re: Tomcat 4.1.12 Logs??

2002-11-25 Thread David Brown
Prashanth Pushpagiri writes: Hi: I am running Tomcat 4.1.12 alongside IIS 5.0. I have no installation problems, but what I'd like to know is how to set up my logs. In all previous versions of Tomcat I observed Tomcat logging access details (complete HTTP requests made) in files like

Re: I think I broke jsp compiler

2002-11-25 Thread David Brown
Grinvald, Edward writes: Hello all, I'm trying to swap out a jre/jdk (yes, I know the diff) on the fly from tomcat 3.3a. All seems well with 1.3.1, but I'm getting problems with 1.4. It seems that the jsp simply don't get compiled (I get blank screen). Since my error page is also a jsp, where

Re: Why can't put weblogic.jar to classpath when using ant

2002-11-25 Thread David Brown
james writes: I did not put property name=classpath in build.xml, I just set the environmental variableclasspath. there are a lot of jar files including msbase.jar, etc. coz I tested some other examples. James - Original Message - From: David Brown [EMAIL PROTECTED] To: Tomcat Users

Re: Over-aged Newbie needs some help

2002-11-24 Thread David Brown
mech writes: Have a look for this book (bought it from Amazon, 65€ or $60): Professional JSP, 2nd Edition (Simon Brown others), Wrox Press, August 2002 ISBN 1-861004-95-8 Of course it's a little bit huge with 1200 pages, but definitely the last book you'll buy about JSP and servlets... Until

Re: apache and tomcat and a webapp

2002-11-24 Thread David Brown
Ron Smits writes: Let me try and be more specific :) First of all, if I get all to work the current setup with JServ will disappear and I am testing this in a test environment (Vmware) So let me see if I can chop my questions up in different parts The application is being developed using

Applet from servlet

2002-11-24 Thread David Brown
Hello tc-user, has anyone successfully invoked an applet from a servlet using: response.sendRedirect(url) where url=http://localhost/somehtml.html w/ the APPLET/APPLET tag embedded? my efforts so far result in: Exception: java.lang.ClassNotFoundException: com.x.y.MyApplet.class. i have

Re: how can i get tomcat to take my servlets?

2002-11-23 Thread David Brown
Rotaru Razvan writes: hi, i have tomcat4 and a site with compiled servlets (or jsps). I only have .class files. I created a context but tomcat does not take the index.class file, it just lists my files. How can i do it? kind regards, Razvan

Re: Apache-Tomcat Conf

2002-11-23 Thread David Brown
Nitesh Garg writes: I hv downloaded Apache/Tomcat 4.1.12 and have apache 2.0, I want to configure my tomv\cat with apache. As in the given step when I run tomcat(it runs on standalone ) it does not generate mod_jk.conf-auto that i need to put in http.conf. Any suggestion to configure

Re: apache and tomcat and a webapp

2002-11-23 Thread David Brown
Ron Smits writes: This might not even be possible but I cannot find a definitive yes or no answer I am developing a webapp based on jsp and servlets. Once this is done I want to deploy it on a server that has several domains on it. Currently this server is running apache with JServ. My idea

Re: What the problem about tomcat 4.1 or IE? in my computer?

2002-11-23 Thread David Brown
p niemandt writes: Uninstall win2k, install linux, see if your problem persists ... :) naah; seriously: check the logs: see if there is anything funny. Which JDK are you using? Maybe try reinstalling that, see if that helps. On Sat, 2002-11-23 at 15:41, james wrote: Hi, I used Tomcat

Re: JkMount question

2002-11-22 Thread David Brown
Rafael Angarita writes: Hi, Does anybody knows if it's important the order of JkMount directives?, for example: I have two tomcat instances T1 and T2, - The loadbalancer should handle all the requests to the entire site (and do a load balance between T1 and T2) except for

Re: i am having trouble using Java Beans with Tomcat 4.1

2002-11-22 Thread David Brown
Jeff Tulley writes: If you are using JVM 1.4.1, this might be a FAQ - that you need to have a package name on the bean. At least it appears that your bean is in the default package. Jeff Tulley ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., the leading provider of Net business solutions

Unsubscribing?

2001-09-24 Thread David Brown
Does anyone have any idea how to unsubscribe from this group? I have tried emailing [EMAIL PROTECTED] but am still recieving messages. Can anyone PLEASE help??