Re: JSP / JavaBean problem

2001-06-28 Thread Dmitri Colebatch
Mike, Yeah - I see the problem. I reckon the easiest way would be to make a clearProperty tag that does it for you, or maybe a custom setProperty if you need it to work that way. Given that you want to set all the properties at once, propably easier to do the latter... although not a nice so

Re: First attempt at mod_jk

2001-06-28 Thread Andrew Cochrane
tomcat appears to be serving all the html/jsp on one line, can this be controlled? I have read somewhere that this can be controlled. tomcat 3.2.2 apache 1.3.19 debian 2.4.5 Andrew Cochrane Manager - Information Technology & Systems Color Solutions Austra

Re: First attempt at mod_jk

2001-06-28 Thread Andrew Cochrane
docbase should be docBase... on 29/6/01 1:12 PM, Andrew Cochrane at [EMAIL PROTECTED] wrote: > Hi all, > > Tomcat 3.2.2, Apache 1.3.19 Debian 2.4.5 > > Trying to setup virtual hosts html is working jsp is working but giving me > the same error... > > Error: 500 > > Location: /examples/jsp/n

Re: port problem

2001-06-28 Thread Vikram Naik
If u have properly configured the tomcat IIS then   http://localhost/examples/jsp/index.html   U should be able to use the above URL   And When u fire this url  http://localhost:8080/examples/jsp/index.html   Your IIS never comes to the picture , the request directly goes to tomcat.   So ple

Re: CONTEXTS

2001-06-28 Thread Vikram Naik
Hello Jason , For configuring a context in Tomcat u need to do following things . 1 . Make a folder with the name of context anywhere inside tomcat Dir. 2 . Define it by describing your context in Server.xml with the use of the tag http://yourhost:yourport/ "

Re: installation problems: tomcat 3.2.2+ apache 1.3.20 + jetspeed 1.3.a1 on suse linux

2001-06-28 Thread Sumit Ranjan
hi peter ,    thanx for your prompt reply.    changing to some other port also does not start my tomcat as now the error that comes is... error=feedDaemon: couldn't process url : /ocs/local.ocs error=feedDaemon: couldn't process url :http://java.apache.org/jetspeed/channels/apache.ocs   more

CONTEXTS

2001-06-28 Thread teh j
Hello all I am currently trying to create a new context to run under Tomcat I have created a new folder underneath webapps called 'onsale' and have defined it in server.xml However, when I restart Tomcat, it does not appear to be picked up. Is there anything else that needs to be done to defi

RE: JSP / JavaBean problem

2001-06-28 Thread Mike . Housman
Thanks "dim" for the interesting web link. I think I'll definitely browse it in depth at a later point. For this web application that I am working on we have most of the architecture designed and built, and are just running into this minor glitch when implementing some of our JSP pages. It unfo

Re: How do I get context-params that are set in the web.xml file?

2001-06-28 Thread Antony Bowesman
[EMAIL PROTECTED] wrote: > > I hope the subject says it all but here's a reiteration. The sample > web.xml in TOMCAT_HOME/doc/appdev shows how to set and access > . The current docs on ServletContext do not seem to > have a method to get context params. on a per servlet > basis work as descri

Re: installation problems: tomcat 3.2.2+ apache 1.3.20 + jetspeed 1.3.a1 on suse linux

2001-06-28 Thread Peter Harrison
This means there is already something listening on one of the ports tomcat listens to, ie either 8080 or 8007.  Is there something else listening to port 8080, such as Apache? - Original Message - From: Sumit Ranjan To: [EMAIL PROTECTED] Sent: Friday, June 29, 2001 4

Re: JSP / JavaBean problem

2001-06-28 Thread Dmitri Colebatch
firstly - right list. unfortunately I dont have a direct answer for you, although do see what you're asking. what might help you though is something like struts (http://jakarta.apache.org/struts). it handles the sorts of issues that are (by the sounds of it) at the base of your problem chee

JSP / JavaBean problem

2001-06-28 Thread Mike . Housman
Hi, I'm new to this list, and hope this is the appropriate forum. Kick me over to a developer forum if not... I am developing JSPs with JavaBeans and have run into an issue with "blank" input fields on the form. An empty string, "", is NOT passed to the setter method on my beans. I have resear

Re: installation problems: tomcat 3.2.2+ apache 1.3.20 + jetspeed 1.3.a1 on suse linux

2001-06-28 Thread Dmitri Colebatch
On Fri, 29 Jun 2001 14:08, you wrote: > and shows an error : java.net.bindexception: address already in use. Tomcat starts up on 8080 out of the box. This means that you already have something bound to 8080. Edit $TOMCAT_HOME/conf/server.xml and change 8080 to some other port. btw - what's

installation problems: tomcat 3.2.2+ apache 1.3.20 + jetspeed 1.3.a1 on suse linux

2001-06-28 Thread Sumit Ranjan
hi! can anyone help me with installation of Tomcat 3.2.2+ Apache 1.3.20 + jetspeed 1.3.a1 on suse linux. i have done everything as per the installation instruction yet wwhen i try to start tomcat it does not start and shows an error :   java.net.bindexception: address already in use.   Sumit

Re: Session problem with netscape-6.01

2001-06-28 Thread pete
Nah, i think it is a Netscape bug. I get this with all builds of Mozilla and Netscape after 0.9 It's odd because cookies from most servers/sites are set without a problem, and its only tomcat that i see the problem with. Mozilla 0.9 does work correctly with the same tomcat sites, so it's pro

First attempt at mod_jk

2001-06-28 Thread Andrew Cochrane
Hi all, Tomcat 3.2.2, Apache 1.3.19 Debian 2.4.5 Trying to setup virtual hosts html is working jsp is working but giving me the same error... Error: 500 Location: /examples/jsp/num/numguess.jsp Internal Servlet Error: java.lang.NullPointerException at org.apache.tomcat.util.FileUtil.isAbs

Re: Session problem with netscape-6.01

2001-06-28 Thread Boris Niyazov
Seems like your netscape-6.01 is not configured to enable cookies ... hth Boris Niyazov Columbia Law School On Wed, 27 Jun 2001, Zsolt Koppany wrote: > Hi, > > I use tomcat-3.2.2 and every request seems to use (create) a new session > from netscape-6.01. I don't have this problem with either

How do I get context-params that are set in the web.xml file?

2001-06-28 Thread beeky
I hope the subject says it all but here's a reiteration. The sample web.xml in TOMCAT_HOME/doc/appdev shows how to set and access . The current docs on ServletContext do not seem to have a method to get context params. on a per servlet basis work as described but I have several values that all

Apache/Tomcat mod_jk URL's (404's)

2001-06-28 Thread Joseph A. Noble
I'm having trouble trying to get Apache to recognize my deployment descriptor (web.xml) on both win98 and Unix (Solaris v5.7). I'm running Apache 1.3.20 and Tomcat 3.20 on both. For example the SUN Java servlet tutorial application bookstore.war doesn't work the way I want. This application unwa

somewhat closer to proper tomcat operation

2001-06-28 Thread Gabriel Marti
hello, Id first like to thank those that are helping me. I still having problems with my jdbc connection. I now have no environment space problems. However i still get the error Error: 500 Location: /clan/roster.jsp Internal Servlet Error: javax.servlet.ServletException: [Microsoft][ODBC Microso

Re: NT Service won't start

2001-06-28 Thread Robert Berger
I think I've found it- jk_nt_service does not like spaces in directory names in the java_home and tomcat_home

RE: error

2001-06-28 Thread Jann VanOver
Um ... we aren't all "sir" here. I happen to be a Ms. or Maam or just "Hey You" but I am NOT a "sir" Did you restart IIS? Don't just restart the webserver, but go to the Services control panel and restart "IIS Admin Service" to make sure it is fully restarted. Also, did you add a mapping into

install Tomcat on NT and work with IIS question

2001-06-28 Thread Daniel Chan
Hi I followed the "Tomcat IIS How To" instruction to configure my IIS webserver on my NT box. I complete all steps and check all trouble shooting steps. I did not find and problem. However, when I try to access the jsp examples by accessing http://myserver's name/examples/jsp/index.html I got thi

RE: Decreasing threads on 3.1

2001-06-28 Thread Nael Mohammad
Upgrade your JRE to at least 1.3. What is the version of you're using? "do a java -version" -Original Message- From: Travel GZ [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 4:51 PM To: [EMAIL PROTECTED] Subject: Decreasing threads on 3.1 Hi, This should be an easy one. B

Re: out of environment space

2001-06-28 Thread Tim O'Neil
At 04:55 PM 6/28/2001, you wrote: >Hello, after scaling back to tomcat 3.2.2 from tomcat 4.0 beta 5, after i >was informed that my jsp pages wouldnt refresh in the winX plat due to a >bug, my jsp page no longer works. when i enter the command tomcat run it >says "out of environment space". Here i

Decreasing threads on 3.1

2001-06-28 Thread Travel GZ
Hi, This should be an easy one. But after doing a search on the mailing list on "Threads" I got almost 3000 results with the first fifty not relevant to my question. On Tomcat 3.1.1 when I start it I see about 15 threads of java processes on my Mandrake Linux machine. Apparently only the first

Re: TomcatBook - was TOMCAT SUCKS

2001-06-28 Thread Tim O'Neil
At 04:18 PM 6/28/2001, you wrote: >I believe there is a project (yes there is, I thought I'd check before >sending this) called tomcatbook at sourceforge >(http://tomcatbook.sourceforge.net). Perhaps that would be a good place to >a) look for advanced answers, and b) suggest questions. Its not a

out of environment space

2001-06-28 Thread Gabriel Marti
Hello, after scaling back to tomcat 3.2.2 from tomcat 4.0 beta 5, after i was informed that my jsp pages wouldnt refresh in the winX plat due to a bug, my jsp page no longer works. when i enter the command tomcat run it says "out of environment space". Here is what i currently have in my autoexec

Citrix NFuse + Tomcat.

2001-06-28 Thread Theodore A. Jencks
Is any one on this list using Citrix NFuse with Tomcat please let me know, I'd like to ask a few questions. I'm trying to accomplish a fairly sophisticated setup such as the one discussed in the TOMCAT SUCKS thread. This will be eventually implemented in a production enviroment for an ASP so als

TomcatBook - was TOMCAT SUCKS

2001-06-28 Thread Dmitri Colebatch
I believe there is a project (yes there is, I thought I'd check before sending this) called tomcatbook at sourceforge (http://tomcatbook.sourceforge.net). Perhaps that would be a good place to a) look for advanced answers, and b) suggest questions. cheers dim On Fri, 29 Jun 2001 00:29, you w

Server.xml file for tomcat4.0b5?

2001-06-28 Thread Alejandro Arredondo
Hi, Does anybody has a server.xml file already working with virtual hosts for tomcat4.0b5 (CATALINA). (not tomcat3.2 neither tomcat3.2) For example I want to create two or more virtual hosts with their own servlets and jsp's directory on different ports (example: localhost:80, localhost:81,

Re: FORM submission POST to a server

2001-06-28 Thread pete
Be aware that the Java URLConnection class only supports HTTP 1.0, which causes problems when posting to some of the services we run on IIS, which return replies using HTTP1.1 rendering them unhandle-able with URLConnection. Also be aware that a '500' HTTP error will result in a 'FileNotFound

RE: compiling question

2001-06-28 Thread Filip Hanik
javac -d will create the directories for you Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net >-Original Message- >From: alex chang [mailto:[EMAIL PROTECTED]] >Sent: Thursday, June 28, 2001 3:26 PM >To: [EMAIL PROTECTED] >S

Re: JkMount in httpd.conf

2001-06-28 Thread Dmitri Colebatch
On Thu, 28 Jun 2001 19:15, you wrote: > OH SORRY... I didn't want to say that you gave advice with TWO servlet tags > - no YOU DIDN'T... (o: no worries... > The fact that two are too much wasn't known to me - you > know, example of web.xml is the only thing I have to learn from. ;-))) > This w

Re: Preventing Proxy Servers From Hitting JSP Pages?

2001-06-28 Thread Dmitri Colebatch
I know a robots.txt in the root dir will stop spiders from doing this - not sure if proxies are intelligent enough to reuse that, but it might be worth a try. cheers dim On Fri, 29 Jun 2001 04:44, you wrote: > Hi All, > > Every day I get hundreds of hits on my JSP pages from proxy servers who

compiling question

2001-06-28 Thread alex chang
I have Windows 2000 and Tomcat 4.0 b5. I'm following the latest JDC Tech Tips on filters: http://developer.java.sun.com/developer/JDCTechTips/2001/tt0626.html >From my WEB-INF/classes directory, I compiled with: javac RequestBlocker.java I received an error message that it basically couldn't f

Unusual Error 500 AFTER many successful runs of same test case

2001-06-28 Thread ericdev
Dear all,     I am recieving the following error AFTER many, many executions of the jsp pages involved. Normally, this error only occurs if your classpath was incorrectly set intially and does not run once successfully. But in our case our software runs fine for a while and then chokes. Does

RE: isapi_redirect on Win2K

2001-06-28 Thread Jann VanOver
No, you don't need a separate build for Win2K What about it isn't working? > -Original Message- > From: Jay Kaplan [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 20, 2001 12:21 PM > To: [EMAIL PROTECTED] > Subject: isapi_redirect on Win2K > > I cannot get isapi_re

RE: javabeans with jsp

2001-06-28 Thread Jann VanOver
A good reference is http://java.sun.com/j2ee/tutorial/doc/JSPBeans.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 4:07 PM To: [EMAIL PROTECTED] Subject: javabeans with jsp I don't know where exactly the javabean class goes in or

Re: Providing access to X11 server Using AWT in Linux.

2001-06-28 Thread Tim O'Neil
At 02:26 PM 6/28/2001, you wrote: >Where do I set DISPLAY, is it in the /etc/profile file >where I have to set 'DISPLAY=0.0' ? >And how about setting the xhost access? In your login script.

Re: Providing access to X11 server Using AWT in Linux.

2001-06-28 Thread pete
Allan, if the X server is running while tomcat is running - i.e. your server has a GUI interface, then tomcat should be able to use it, as DISPLAY defaults to 127.0.0.1:0 and connections from Xclients on localhost should be accepted. If X is on your machine, but you aren't actually running th

Re: Providing access to X11 server Using AWT in Linux.

2001-06-28 Thread Allan Kamau
Where do I set DISPLAY, is it in the /etc/profile file where I have to set 'DISPLAY=0.0' ? And how about setting the xhost access? --- "Geir Magnusson Jr." <[EMAIL PROTECTED]> wrote: > Allan Kamau wrote: > > > > Hi folks, > > I need to use features of the AWT implementation > for > > creating of

Using AWT and Providing access to X11 server.

2001-06-28 Thread Allan
Hi folks, I need to use features of th AWT implementation for creating off-screen images from a servlet. Using AWT requires the use of the host machine's graphic system which in my case is X11 as I am running RH Linux 6.2. I would like to know how to grant the servlet container access to the X11

Re: Jsp question

2001-06-28 Thread Matt Christensen
Two quick ideas: 1. Include in each of your forms a html hidden tag that has a name value that will be common for each form, and a value dependent on the identity of the form. Then you can get from the request object the expected key value and find the form. 2. If every one of your forms

Problems with xerces and JspC

2001-06-28 Thread brad . pardee
Hello, I've upgraded from xerces version 1.3.0 to 1.4.1 and with this library on the front of my classpath (per SOAP instructions), I get the following messages for all .jsp's that are pre-compiled. Warning: validation was turned on but an org.xml.sax.ErrorHandler was not set, which is probab

Re: Providing access to X11 server Using AWT in Linux.

2001-06-28 Thread Geir Magnusson Jr.
Allan Kamau wrote: > > Hi folks, > I need to use features of the AWT implementation for > creating off-screen > images from a servlet. > Using AWT requires the use of the host machine's > graphic system which in my > case is X11 as I am running RH Linux 6.2. > I would like to know how to grant th

port problem

2001-06-28 Thread Minglong Wu
Hi,   I am using Tomcat IIS, my question is I have to type   http://localhost:8080/examples/jsp/index.html   instead of   http://localhost/examples/jsp/index.html   I want to get rid of 8080. How to do that?   BTW, what is URL for tomcat-user newsgroup?   Thanks.   Minglong

Providing access to X11 server Using AWT in Linux.

2001-06-28 Thread Allan Kamau
Hi folks, I need to use features of the AWT implementation for creating off-screen images from a servlet. Using AWT requires the use of the host machine's graphic system which in my case is X11 as I am running RH Linux 6.2. I would like to know how to grant the servlet container access to the X11

RE: NT Service won't start

2001-06-28 Thread COLOMBO,DAN (HP-Boise,ex1)
My TOMCAT_HOME is d:\program files\Apache Group\jakarta-tomcat-3.2.2 and my Tomcat service starts just fine. Will I run into problems down the road??? Sould I do the classic short names (progr~1) approach?? DC -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Thurs

RE: NT Service won't start

2001-06-28 Thread Randy Layman
Also make sure that you don't use spaces in any of your path names (TOMCAT_HOME or JAVA_HOME) Randy > -Original Message- > From: COLOMBO,DAN (HP-Boise,ex1) [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 28, 2001 4:22 PM > To: '[EMAIL PROTECTED]' > Subject: RE: NT Ser

RE: cannot run servlet

2001-06-28 Thread Jann VanOver
Yes, I think you need to map the servlet with the web.xml file in your new context (dir) -Original Message- From: Siaw Ling Lo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 7:45 PM To: [EMAIL PROTECTED] Subject: cannot run servlet I have created another URL 'dir' for other w

RE: jasper

2001-06-28 Thread Jann VanOver
Tomcat's JSP engine -Original Message- From: alex chang [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 1:29 PM To: [EMAIL PROTECTED] Subject: jasper forgive me if this is a silly question, but what's jasper? -alex __ Do You Yaho

jasper

2001-06-28 Thread alex chang
forgive me if this is a silly question, but what's jasper? -alex __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/

RE: NT Service won't start

2001-06-28 Thread COLOMBO,DAN (HP-Boise,ex1)
if you run jk_nt_service and give it your wrapper.properties file it will add it to your NT services. jk_nt_service wrapper.properties I was in my properties dir and my jk_nt_service executable was in the same directory so I ran... jk_nt_service Jakarta wrapper.properties This added it to my

Re: NT Service won't start

2001-06-28 Thread Robert Berger
I've tried everything and still have the same problem Tomcat starts using startup.bat, but won't start as a service. Is there anything I can do to find out what is wrong? I will soon have to give up on using Tomcat for this project and switch to ASP (Gasp...)

jserv module

2001-06-28 Thread COLOMBO,DAN (HP-Boise,ex1)
In my tomcat.conf file I try to declare the Tomcat adapter on my 2000 box for my apache server, and it seems some documentation has not kept up with the recent code changes. I got the 3.2.2 mod_jk.dll and put the following line in my tomcat.conf file. LoadModule jserv_module libexec/mod_jk.dll

RE: Tomcat and beans

2001-06-28 Thread Jack Li
Could please tell me how to remove the a bean in application scope? Thanks, Jack -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 7:24 AM To: [EMAIL PROTECTED] Subject: RE: Tomcat and beans If you create a bean with an application

Jsp question

2001-06-28 Thread Fredrik Liden
Let's say I have multiple forms on a page. Does anyone know if I can retrive the name of the form that was submitted using the request object? or if there is any other way to find out. Thanks! Fredrik

RE: apache mod_rewrite, mod_jk

2001-06-28 Thread Keng Wong
One thing I did found out is that in order for the PT to work, I have to use the tag in web.xml for every alias that needs a redirect. Eg. RewriteRule ^/hello(.*) /examples/servlet/HelloWorldExample$1 [PT] (though I could use /servlet/HelloWorldExample instead) Then add the following to my web.

Preventing Proxy Servers From Hitting JSP Pages?

2001-06-28 Thread David M. Rosner
Hi All, Every day I get hundreds of hits on my JSP pages from proxy servers who are trying to determine if the links are still good. This is great for my static pages, but on pages with forms and processing logic it causes havoc. For example, if I have 3 pages of forms and the final page adds

Re: una pregunta

2001-06-28 Thread Martin Mauri
Thom, why the hell would you want to speak a good spanish? - Es decir, por que querrias hablas bien español? - regards. m- > Hmm... > > > I didn't send this - I'm trying to find out how it got my name on the > "From" list. > > Shame - I wish my Spanish was that good ;-) > > -T. > > > -Ori

Re: Can somebody help with Win2k, Apache and Tomcat?

2001-06-28 Thread Krishna Muthyala
cool so u got it to work Alej --- Alejandro Arredondo <[EMAIL PROTECTED]> wrote: > There some basic steps you must follow > After uncompressing tomcat > 1. set the TOMCAT_HOME varible where you installed > tomcat > Download the mod_jk.dll or the apjv...dll apropiate > to your system. Also downloa

Re: sun/tools/javac/Main?

2001-06-28 Thread Guoben Li
Pete and Julian, I looked into $TOMCAT_HOME/bin/tomcat.sh and saw: CLASSPATH=${CLASSPATH}:${JAVA_HOME}/lib/tools.jar So my problem was that JAVA_HOME was not set properly before starting Tomcat. The script tomcat.sh does try to guess what JAVA_HOME is (by `which java`) but in my case the re

Re: jsp pages wont recompile automatically after reloading

2001-06-28 Thread Alberto Torna Jr.
How are you starting tomcat?  If you're starting it with startup.bat or tomcat start, then the class paths are referenced inside the .bat files.  Personally, I keep all the class files, .JARs, ETC. inside the tomcat directory.  The only environment variable Tomcat uses is the for the JAVA_HOME. 

RE: una pregunta

2001-06-28 Thread Thom Park
Hmm... I didn't send this - I'm trying to find out how it got my name on the "From" list. Shame - I wish my Spanish was that good ;-) -T. -Original Message- From: Thom Park Sent: Thursday, June 28, 2001 8:27 AM To: [EMAIL PROTECTED] Subject: RE: una pregunta Otra lista más para SE

RE: JSP reloading

2001-06-28 Thread Richey, Clark
OK. Thanks a lot for the information. -Original Message-From: Remy Maucherat [mailto:[EMAIL PROTECTED]]Sent: Thursday, June 28, 2001 2:11 PMTo: [EMAIL PROTECTED]Subject: Re: JSP reloading - Original Message - From: Richey, Clark To: '[EMAIL PROT

Re: JSP reloading

2001-06-28 Thread gabriel marti
I am having the exact same problem, and its driving me crazy >From: "Richey, Clark" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> >Subject: JSP reloading >Date: Thu, 28 Jun 2001 11:00:42 -0700 > >I am having trouble getting my JSPs to automatical

Re: JSP reloading

2001-06-28 Thread Remy Maucherat
- Original Message - From: Richey, Clark To: '[EMAIL PROTECTED]' Sent: Thursday, June 28, 2001 11:00 AM Subject: JSP reloading I am having trouble getting my JSPs to automatically reload. I have deployed a web application by adding a new context. I have

RE: TOMCAT SUCKS

2001-06-28 Thread Noll, Jeff HS
>.As far as I understand it, there is nothing to stop a user from adding >documentation >to the tomcat project themselves. I'm amazed at how good the documentation >is >seeing as how no one was paid to do it. Not to get into a great big argument over OS version commercial products, but if

Re: Can somebody help with Win2k, Apache and Tomcat?

2001-06-28 Thread Alejandro Arredondo
There some basic steps you must follow After uncompressing tomcat 1. set the TOMCAT_HOME varible where you installed tomcat Download the mod_jk.dll or the apjv...dll apropiate to your system. Also download the nt loader you need yo configure the wrapper.properties and the workers.propertie

jsp pages wont recompile automatically after reloading

2001-06-28 Thread Gabriel Marti
Hello, this is my first post, Im not sure if this is the subscription process, or the real deal. Anyhow my problem is that I cant get my jsp pages to recompile automatically, after ive made changes to them. If i rename the file, then obviosly it gets recompiled when i reload it in the browser. Als

RE: apache mod_rewrite, mod_jk

2001-06-28 Thread Keng Wong
Jason, Thanks a lot. It works when the PT is changed to R (redirect). However, this will break existing paths currently used (jserv). Looks like this is documented in the HOWTO as well. Will this be fixed in 3.3x or Apache 2.x ? -keng wong > -Original Message- > From: Jason Koeninger [ma

Re: changes in jsp included file dont refreshed

2001-06-28 Thread Francis Callo
try using enjoy Francis --- Pablo Lillia <[EMAIL PROTECTED]> wrote: > Hi, > > I need some help. > > When I had changed a jsp file included in other > file, the changes don't > view in the resulting file, except when I "touched" > the master jsp file > (where is the <%@include ... %>). >

JSP reloading

2001-06-28 Thread Richey, Clark
I am having trouble getting my JSPs to automatically reload. I have deployed a web application by adding a new context. I have the reloadable property set to true. JSPs run fine but to see changes I have to wipe out the work directory. Can anyone help me solve this problem? I am running tomc

Re: changes in jsp included file dont refreshed

2001-06-28 Thread Jeff Waugh
Perhaps I am misunderstanding something that I read in 'Core Servlets and JavaServer Pages' by Marty Hall. "The jsp:include action includes files at the time of the client request and thus does not require you to update the main file when an included file changes. On the other hand, the page h

Can somebody help with Win2k, Apache and Tomcat?

2001-06-28 Thread Robert Upshall
Trying to get Apache 1.3.20 and Tomcat 3.2.2 running on Windows 200 Profesional without any success.   Can somebody help?

RE: apache mod_rewrite, mod_jk

2001-06-28 Thread Jason Koeninger
Yes, but the logs below and the error message you get are showing Tomcat seeing /hello. That shouldn't be happening with what appears to be a good configuration. Something else is going on here. Try switching from a pass-through rewrite to a redirect rewrite and see if that works. If it does

Re: How to keep the browser sockets open ?

2001-06-28 Thread Francis Callo
try this one. it will send a series of page to the browser but like u wanted it will not open the browser open. after sending the page in http it closes the connection or the socket so you cannot make browser sockets open. This might be a workaround to your problem here us the url from jason hunt

RE: where can i change the tomcat root directory

2001-06-28 Thread Filip Hanik
server.xml -Original Message- >From: Venkatesh T [mailto:[EMAIL PROTECTED]] >Sent: Thursday, June 28, 2001 8:53 AM >To: tomcat >Subject: where can i change the tomcat root directory > > >Hi >where can i change the tomcat root directory value. > >How can i remove IOException errors for

Re: FORM submission POST to a server

2001-06-28 Thread Sam Newman
I meant URLConnection class, not program! - Original Message - From: Sam Newman To: [EMAIL PROTECTED] Sent: Thursday, June 28, 2001 4:19 PM Subject: Re: FORM submission POST to a server hmm, I think you probably want to use the URL connection program

RE: apache mod_rewrite, mod_jk

2001-06-28 Thread Keng Wong
Jason, The JkMount directives are: JkMount /examples/servlet/* ajp13 JkMount /examples/*.jsp ajp13 I believe only these are passed to the servlet engine and not the entire site. Thanks for your response. -keng wong > -Original Message- > From: Jason Koeninger [mailto:[EMAIL PROTECTED]]

Re: User login logging (JDBC authentication)

2001-06-28 Thread Antony Bowesman
Mark Muffett wrote: > > Any ideas how best to log succesful (or unsuccesful) logins via > JDBC authentication. The big problem is that the user may have > bookmarked any one of a number of protected pages, and it isn't > practical to put code on each of them. Just change the JDBC realm authent

where can i change the tomcat root directory

2001-06-28 Thread Venkatesh T
Hi where can i change the tomcat root directory value. How can i remove IOException errors for gifs/images of socket errors. For accessing one page i am getting so many errors like this. To be frank, it should not be displayed at the clients machine. looking for appreciation.. venkatesh

catalina apache authentication

2001-06-28 Thread Rick Tully
hey guys, Ive installed catalina and deployed a web app which requires basic authentication. With catalina in standalone mode(using the MemoryRealm), the login pops up and works as expected. However, with apache 1.3x and the mod_webapp built from the jakarta-tomcat-4.0-b5-src, the same web app pr

Re: FORM submission POST to a server

2001-06-28 Thread Sam Newman
hmm, I think you probably want to use the URL connection program. There is a javaworld tip about posting from an applet - its more about the security considerations, but should contain the sample code you want. I seem to remeber the O'Reilly java network programming book also contains an exa

Re: using different tomcat versions simultaneously?

2001-06-28 Thread Jason Koeninger
If you change the ports they listen on in their configuration files, they should run together just fine. I wouldn't think it would be any different than running multiple instances of Tomcat 3.3m3 except that you'll need 4.0b5 in a separate directory from 3.3m3. Best Regards, Jason Koeninger

Re: apache mod_rewrite, mod_jk

2001-06-28 Thread Jason Koeninger
What do your JkMount directives look like? If you've done something like: JkMount /examples/* ajp13 I would think this would work fine (assuming the rewrite rule is done correctly...I'm no expert), but if you did something like: JkMount /hello ajp13 I can see where there would be problems.

Re: using different tomcat versions simultaneously?

2001-06-28 Thread D. Jay Newman
Sure. Just modify the server.xml files so that they are using different ports. I have two copies of tomcat 4b5 running on a production machine, plus a copy of tomact 3.2.x. > I've been playing with tomcat 3.3m3. > But I want to start playing with 4.0-b5. > I'm using Windows 2000. > I was wonder

FORM submission POST to a server

2001-06-28 Thread pascal GEND
Hi,   I'd like to POST data to an http server with a java program (in the same way a www browser does it), in order to parse the response and do something with it. I have an example with the GET method but not POST.   For instance, consider the example below:     What is the correspondi

Re: changes in jsp included file dont refreshed

2001-06-28 Thread Pablo Lillia
Yes, the included file contains code. This feature is in the tomcat's to-do's? Maybe usefull. Thank you. At 10:44 28/06/2001 -0400, you wrote: >That is correct. When you '<%@ include' a file it is included at translation >time. The server is allowed to notice that included files have been chang

Need Windows 2000 Install Help!!!

2001-06-28 Thread Robert Upshall
I just installed Apache 1.3.20 from the win32 binaries. I configured the server and Apache was working fine. I could hit static html pages. Next (this is where the problem lies) I downloaded the Tomcat 3.2.2 binaries and followed the installation procedures listed online and I cannot get it wor

AW: changes in jsp included file dont refreshed

2001-06-28 Thread Ralph Einfeldt
That's not right, of course those pages can contain code. The code must be syntactically independend from the including page. (You can't share variables or methods across the pages). > -Ursprüngliche Nachricht- > Von: Jeff Waugh [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 28. Juni

Re: changes in jsp included file dont refreshed

2001-06-28 Thread Jeff Waugh
That is correct. When you '<%@ include' a file it is included at translation time. The server is allowed to notice that included files have been changed, but most do not (tomcat does not). If you ' To: <[EMAIL PROTECTED]> Sent: Thursday, June 28, 2001 10:05 AM Subject: changes in jsp included fil

servlets outside the webapps directory with mod_webapp ?

2001-06-28 Thread Henri Delebecque
Hello, I have the following configuration: Tomcat 4.0 b5 Apache 1.3.19 mod_webapp I try to reach servlets located outside the webapps directory, not directly with Tomcat, but using Apache. My first try was to define a Context, like I made previously with the mod_jk connecting module, in the serv

Re: performance monitoring tools

2001-06-28 Thread Alex Fernández
Hi Bill, Some time ago, I had the same problem trying to optimize performance of some servlets. I found no free product that did the job -- I used an evaluation license of OptimizeIt, found the problem (a switch to log4j did the trick) and then forgot about buying it. Could you please share your

Re: Tomcat Rocks

2001-06-28 Thread Alex Fernández
Hi folks, I agree with Nael. Tomcat is production-quality, open-source, has some excellent Java developers actively working on it, and best of all: you can ask them directly if there's any problem, they answer on a timely basis. Tomcat's power is not in full-page ads, visibility, phone support,

Re: User login logging (JDBC authentication)

2001-06-28 Thread Mark Muffett
Agreed this would work, but I have more than 1000 pages   What I'm looking for, I suppose, is someway of interacting with "j_security_check"   Mark - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 28, 2001 2:45 PM Subjec

RE: Resin (was: So what *IS* available?)

2001-06-28 Thread Eric Hartmann
I know there is some comparison but i forgot the url. Actually, there is a cost for each production server (500$ and it worth it !) but for development is free and you can get Servlet 2.3 and JSP 1.2 with resin 1.2. This is an excerpt of the licence : "You may use Resin for development, evaluation

changes in jsp included file dont refreshed

2001-06-28 Thread Pablo Lillia
Hi, I need some help. When I had changed a jsp file included in other file, the changes don't view in the resulting file, except when I "touched" the master jsp file (where is the <%@include ... %>). Thanxs PD1: I'm using tomcat 3.2.2 PD2: Tomcat rocks!

contexts? - it's not working!!!

2001-06-28 Thread Nicholas Katzakis
Hello! [tomcat 3.2.2 - Linux kernel 2.4.3- Apache 1.3.2 - mod_jk] All I've done is to include the mod_jk.conf-auto file in apache's http.conf and it seems that apache forwards the requests to tomcat the problem is that tomcat doesn't see the files in apache's htdocs dir. This is what I get from

  1   2   >