Re: AW: AW: AW: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-17 Thread Anton Brazhnyk
I hate to complain, but did you hear about overquoting in lists and conferences? :)) - Original Message - From: "Ralph Einfeldt" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, January 16, 2002 6:35 PM Subject: AW: AW: AW: AW: Tomcat 4.0.1 Suse 7.2 Can't

AW: AW: AW: AW: Tomcat 4.0.1 Suse 7.2 Can't Get It To Work In Stand Alone Mode

2002-01-17 Thread Ralph Einfeldt
Sorry, forgot to snip away the quote, was in in a hurry. > -Ursprungliche Nachricht- > Von: Anton Brazhnyk [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 17. Januar 2002 09:14 > An: Tomcat Users List > Betreff: Re: AW: AW: AW: Tomcat 4.0.1 Suse 7.2 Can't Get It > To Work In Stand Alo

JSP at client

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

JSP at client

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

Re: Connection reset..

2002-01-17 Thread Anton Brazhnyk
It usually happens when user closes connection (e.g. "Stop" button in browser) but I think it possibly can be bug as well. So, I tryed to raise the question if servlet programmer should be able to detect client connection closing. But without success :(( As far as I know, RFC 2616 tells that serv

mod_jk.so

2002-01-17 Thread [EMAIL PROTECTED]
Hello all, I am trying to install Tomcat 3.3 on a system having HP-UX 11 and Apache 1.3 Unfortunately I couldn't compile mod_jk for an error in apxs. Please, has someone this module already compiled foe HP-UX? Do you know if the compiled version for Linux is compatible for my system? Have

question about TOMCAT_USER ...

2002-01-17 Thread Julien OIX
hi averybody, I use the tomcat-apache service; the apache's user is nobody, and I'm asking what is the best choice for the TOMCAT_USER ? should I set him to nobody or an other user than the apache's one ? thanks in advance ... -- Julien OIX Service Informatique de Gestion Tél: 02 40 99 83 65

Re: Problem: Tomcat/4.0.1 JSP didn't work!java.lang.IncompatibleClassChangeError

2002-01-17 Thread SMIGIELSKI ANDREAS
Hallo there, I haven't got an answer to this problem, but solved it by examining the tomcat sources. I had another servlet implementation in my $JAVA_HOME/jre/lib/ext path which cause the error. It was Enhydra. I removed my Enhydra classes (enhydra.jar, admin.jar, welcome,jar, snoop.jar) and act

USER AGENTS & COCOON

2002-01-17 Thread Stefano Bonnin
I have developed a Cocoon Application that generates a different code for different browsers. Now, in my application I have some XML-XSP files and also some XSL (static) files. If a PC-browser access it, the XSP file queries to the database, and this returns "10 objects". Instead, if a WAP browse

RE: JSP at client

2002-01-17 Thread Justin Rowles
> JSP pages are working well at server (Tomcat is used). But although > the url is correct, jsp pages show nothing at clients. Send (SHORT) example code, tomcat version, anything else useful, or no-one can help you. Justin. -- You're only jealous cos the little penguins are talking to me. *

Tomcat 4.0.1 RPMs: installation fails, even as root

2002-01-17 Thread chris brown
I can't get Tomcat 4 to install under Linux using the 4.0.1 RPMs (specifically, tomcat4-4.0.1-1.src.rpm). Even as root, it fails with the following message: error: unpacking of archive failed on file /usr/bin: cpio: chown failed - file system is read only I'm a bit of a linux novice - can someon

Re: mod_webapp and php

2002-01-17 Thread Anton Brazhnyk
Hi! > Should I be able to mix .php and .jsp files in the same > directory using mod_webapp, and have apache/tomcat figure > out who will handle it automatically? Or am I being optimistic? > Or must I separate them out into different directories so > that apache will know what to handle locally a

executing servlet in a jar file

2002-01-17 Thread Cressatti, Dominique
Hi, am trying to execute a servlet within a jar file. I gathered so far that I had to copy the jar file in ./WEB-INF/lib As an alternative I've extracted the content of that jar file an put the classes under ./WEB-INF/classes. The problem is that the servlet I want to execute is buried within

Re: mod_webapp and php

2002-01-17 Thread Nikola Milutinovic
> > Should I be able to mix .php and .jsp files in the same > > directory using mod_webapp, and have apache/tomcat figure > > out who will handle it automatically? Or am I being optimistic? > > Or must I separate them out into different directories so > > that apache will know what to handle l

Re: Windows UNC path problem in document location

2002-01-17 Thread Anton Brazhnyk
Hi Dantam, > Currently I am using this option only and I want replace drive mappings with > UNC path, as I am running tomcat as service and at the time of starting the > service, no drives are mapped. I can avoid this problem by using UNC path. > I see. Well, I tried FileReader with UNC names.

RE: executing servlet in a jar file

2002-01-17 Thread Walter De Wit
I think you forgot the web.xml file which contains the mapping between the URL and the servlet class file. In web.xml which must be situated in WEB-INF directory, for each servlet there must be a servlet-mapping entry: MyServlet subdirectory1.subdirectory2.subdirectory3.servlet1.class MyS

Re: Tomcat 4.0.1 RPMs: installation fails, even as root

2002-01-17 Thread chris brown
I've fixed this; a security-aware admin had made /usr read-only ... - Original Message - From: "chris brown" <[EMAIL PROTECTED]> To: "tomcat-user" <[EMAIL PROTECTED]> Sent: Thursday, January 17, 2002 10:48 AM Subject: Tomcat 4.0.1 RPMs: installation fails, even as root > I can't get To

Tomcat 4.0.1 "webapps" RPM - corrupt images in "examples" context

2002-01-17 Thread chris brown
I've got Tomcat 4.0.1 working from the "noarch" RPM + "webapps" RPM. All seems okay, except that the images in the "examples" context are corrupt... What could the problem be, and how can this be fixed? Thanks, Chris B. -- To unsubscribe: For additional commands:

Newbie Advice needed - Developping Environment

2002-01-17 Thread Elwert . Marcus
Hello , I am new to this. So please apologize if this is discussed frequently in the list. And all the installation guides I found couldn't help me out of this. We are getting a bit confused about setting up a developement environement with Tomcat 4.0.1 What we want to do: Setup Tomcat on a Li

RE: Newbie Advice needed - Developping Environment

2002-01-17 Thread Cato, Christopher
I can just tell you what I use as an IDE: Sun Forté for Java, Community edition. I think it works like a charm and it also integrates with CVS. It has ANT for builds and deployment and is built 100% in Java. I've also tried Borland Jbuilder which I really didn't like. Forté is built on NetBeans.

Re: Incompatible Class Change error Please help

2002-01-17 Thread Anton Brazhnyk
Hi! Did you use HttpSessions? It looks like stored sessions can't be deserialized (I think its ok, they get loaded by another ClassLoader) So, try to delete Tomcat work files (jakarta-tomcat-4.0.1\work\YOUR_APP or just SESSIONS.ser there) (don't blame me if you aren't going to backup them :) )

[TC4.0.1] - catalina.out : "an irrecoverable stack overflow has occured"

2002-01-17 Thread chris brown
I've setup of TC4.0.1, based on the RPMs, and everything seems ok (apart from the corrupt images I mentioned in a previous post to this list). But to be sure, I checked "catalina.out", as generated in the "logs" directory. Every time I start up Tomcat, the same message repeats itself over and ov

Just trying to make some sense out of all this tomcat(newbie)

2002-01-17 Thread Donald Lee
Ok, if anybody can explain in plain english why this is the way it is. while trying to download and install a servlet and being very unsuccessful, I started investigating the example servlets. I went to the simplest one called HelloWorldExample. It appears to be working, when I look in the br

Re: mod_webapp and php

2002-01-17 Thread Anton Brazhnyk
- Original Message - From: "Nikola Milutinovic" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, January 17, 2002 12:07 PM Subject: Re: mod_webapp and php > > I think mod_webapp should serve only resources mentioned in web.xml > > The other question is if

RE: Just trying to make some sense out of all this tomcat(newbie)

2002-01-17 Thread Walter De Wit
I can give you the same answer as I gave to an our or two before: I think you forgot the web.xml file which contains the mapping between the URL and the servlet class file. In web.xml which must be situated in WEB-INF directory, for each servlet there must be a servlet-mapping entry: MyServlet

Re: mod_webapp and php

2002-01-17 Thread Nikola Milutinovic
> > mod_webapp will just direct a request to WARP connection when it detects a >matching >URL. I don't know if it will enter the response resource into the Apache > >> chain of request. It >might. > > So, what about all that autoconfiguring staff said of mod_webapp? What stuff and siad whe

RE: Newbie Advice needed - Developping Environment

2002-01-17 Thread Elwert . Marcus
Christopher, does the community edition support Database Connection ? I think you must buy the Enterprise Edition. Marcus "Cato,

RE: Newbie Advice needed - Developping Environment

2002-01-17 Thread Martin van den Bemt
Just use netbeans, almost all of the enterprise edition is added to the netbeans core on which forte is build. Mvgr, Martin > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 17, 2002 12:45 > To: Tomcat Users List > Subject: RE: Newbie Adv

RE: Newbie Advice needed - Developping Environment

2002-01-17 Thread Cato, Christopher
Well, it supports JDBC and that kind of stuff if that's what you mean. I haven't run across any limitations yet. I develop J2SE stuff for TomCat, Resin and MySQL. But, I don't use the visual stuff if that's what you need. /Christopher > -Original Message- > From: [EMAIL PROTECTED] > [m

catalina's default locale (Windows)

2002-01-17 Thread Rastislav Vasil
Hi, I have a JSP application on Windows using Tomcat 4. Application also uses Resource.properties files in 2 languages (in a jar file) for some parts of application that can be internationalized. My NT user profile locale is SK. When I start tomcat when I'm logged on to the server, application use

Problem with Apache1.3.22 and Tomcat4.0.1 and mod_webapp module

2002-01-17 Thread Nwalal mi Nyom
Hi, my jsp file do not work. I have developped index.jsp with frame tag and i try to load html file in my frame; but it do not work .when i use tomcat in standalone status i do not have problem. But when i plug mod_webapp into Apache I have . in httpd.conf i have put these lines: LoadModule

Subject: RE: Can't get it working: TC4.0.x + warp + Apache 1.3.20 + SuSE Linux 7.3

2002-01-17 Thread Baer Peter
Yes. But with my installation neither variant works --- I'd be happy to get, at least, one running, at last... The behaviour is different, but wrong, anyway. So my problem is not, that one them works, the other one doesn't, but that both don't give the expected results. I'll try nightly builds,

reloadable

2002-01-17 Thread Krzysztof Janiszewski
Hi! I have little problem with re-compiling JSP pages by Tomcat after modyfing them. I have the following situation: file a.jsp which includes b.jsp I'm viewing a.jsp in browser, then I modify b.jsp and reload page in browser, but I can't see changes - b.jsp doesn't recompile :-( I have reloada

RE: reloadable

2002-01-17 Thread Rastislav Vasil
You must either modify and save a.jsp, or delete .java and .class files for a.jsp in Tomcat's work folder. Reloadable = "true" is for reloading class files in WEB-INF/classes folder. Rasto -Original Message- From: Krzysztof Janiszewski [mailto:[EMAIL PROTECTED]] Sent: Thursday, January

RE: Tomcat 4.0.1 and Apache 1.3.22 on NT 4.0 Server: Install/Config

2002-01-17 Thread RSEQUEIRA
[EMAIL PROTECTED] on 01/16/2002 05:22:35 PM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: RE: Tomcat 4.0.1 and Apache 1.3.22 on NT 4.0 Server: Install/Config Thanks for your reply, Rosh. Further Questions: (1) If both Apache and To

RE: Tomcat 4.0.1 and Apache 1.3.22 on NT 4.0 Server: Install/Config

2002-01-17 Thread RSEQUEIRA
[EMAIL PROTECTED] on 01/16/2002 05:31:10 PM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> cc: Subject: RE: Tomcat 4.0.1 and Apache 1.3.22 on NT 4.0 Server: Install/Config I just installed mod_webapp and got apache+tomcat wo

Re: mod_webapp and php

2002-01-17 Thread Anton Brazhnyk
- Original Message - From: "Nikola Milutinovic" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, January 17, 2002 1:51 PM Subject: Re: mod_webapp and php > > > mod_webapp will just direct a request to WARP connection when it detects a >matching > > >URL.

RE: reloadable

2002-01-17 Thread Krzysztof Janiszewski
Hi! >You must either modify and save a.jsp, or delete .java and .class files for >a.jsp in Tomcat's work folder. Is there any other method? I can't give access to tomcat's work directory to my customer. Pozdrawiam Krzysztof Janiszewski IT Partner http://www.it-partner.com.pl/ - oprogramowanie

RE: reloadable

2002-01-17 Thread Rastislav Vasil
I think there's nothing else to do - you have to modify the parent (including) jsp and save it - this way you change its timestamp and Tomcat recompiles it. -Original Message- From: Krzysztof Janiszewski [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 2:12 PM To: Tomcat Users

Re: question about TOMCAT_USER ...

2002-01-17 Thread RSEQUEIRA
Julien OIX <[EMAIL PROTECTED]> @av9500.presidence.univ-nantes.fr on 01/17/2002 02:50:55 AM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] To: Tomcat list <[EMAIL PROTECTED]> cc: Subject: question about TOMCAT_USER ... hi averybody, I use the t

Tomcat&Apache running in different boxes

2002-01-17 Thread Marcelo Demestri
Hi people! Before nothing, thanks to all for the offered aid. This list is fantastic! :-) Now, my boring question ;-) I need to integrate Apache and Tomcat but each one running in different machines. How I can do it? I have connected successful Apache and Tomcat with the connector mod_jk, but the

Re: reloadable

2002-01-17 Thread Anton Brazhnyk
Hi! It seems there have been a couple of treads about it recently. I think you should search the archives of list. I don't use 'jsp' at all but there was something about different kinds of "include" in jsp. - Original Message - From: "Krzysztof Janiszewski" <[EMAIL PROTECTED]> To: "Tom

RE: Urgent: works on TC 3.2.2, but not on TC 3.3 !!!

2002-01-17 Thread Larry Isaacs
Usually frames are involved when something like this happens. My involvement with Tomcat is through an IDE I work on, so I haven't done a lot of real world webapp development. Thus, I don't know why the frames get different sessions. I would expect them to get the same session as the main page.

RE: reloadable

2002-01-17 Thread Justin Rowles
> file a.jsp which includes b.jsp > I'm viewing a.jsp in browser, then I modify b.jsp and reload page in > browser, but I can't see changes - b.jsp doesn't recompile :-( Can you view b? If you do, it will recompile. Justin. -- You're only jealous cos the little penguins are talking to me.

Re: reloadable

2002-01-17 Thread RSEQUEIRA
"Krzysztof Janiszewski" <[EMAIL PROTECTED]> on 01/17/2002 06:46:17 AM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> cc: Subject: reloadable Hi! I have little problem with re-compiling JSP pages by Tomcat after modyfing them. I h

RE: Tomcat 3.3a RPMs updated

2002-01-17 Thread GOMEZ Henri
The Tomcat 3.3 rpms has been updated to release 2 to fix a problem with launchers configuration paths. http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/rpms/ -- To unsubscribe: For additional commands: Troubles with the list: <

RE: Protecting static content

2002-01-17 Thread Cox, Charlie
> -Original Message- > From: E B [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 16, 2002 11:44 PM > To: Tomcat Users List > Subject: Re: Protecting static content > > > > I want to protect static content in a webapp from > > un-authenticated access. Is this possible? > > > >

RE: Urgent: works on TC 3.2.2, but not on TC 3.3 !!!

2002-01-17 Thread Justin Rowles
> Usually frames are involved when something like this happens. > My involvement with Tomcat is through an IDE I work on, so > I haven't done a lot of real world webapp development. Thus, > I don't know why the frames get different sessions. I would > expect them to get the same session as the m

RE: reloadable

2002-01-17 Thread Anthony Muller
You have surely a problem with the date on ur server ? Tomcat also doesnt' get that it must recompile it because the date of the new file isn't more recent than the old... i don't know if it's the problem but it could be... Anthony MÜLLER, Développeur Internet HyperOffice 6, rue Jacques Daguer

RE: Problem with Apache1.3.22 and Tomcat4.0.1 and mod_webapp module

2002-01-17 Thread Anthony Muller
I have the same installation than you (tomcat 401 and apache 1322) .. Do you have some pictures inside ur index.jsp file ? (like ) Anthony MÜLLER, Développeur Internet HyperOffice 6, rue Jacques Daguerre 92565 Rueil-Malmaison Cedex Tel : +33 (0)1 41 96 96 85 [EMAIL PROTECTED] -Message d'

mod_webapp: redirects to ServerName

2002-01-17 Thread Oli Gauti Gudmundsson
Hi guys. I've installed Tomcat4 with Apache through mod_webapp, and it works. However, I have the following problem: If I point my browser to http://www.mydomain.com , Apache redirects me to http://123.45.67.89/index.jsp , where 123.45.67

One JSP not compiling - HELP - ANY TOMCAT DEVELOPERS?

2002-01-17 Thread Lambrechts, Beth Anne [Telenor]
Hi - Posted this yesterday but no one seemed to have any ideas. So posting again in the hopes that Tomcat developers will take a look. Have multiple JSP files under webapps/app/jsp/ and all seem to compile whenever they are changed except for one - index.jsp which is called from my main index.h

tomcat doesn' t find beans

2002-01-17 Thread tuebelhoer
Hello! I have tomcat 4.0.1 installed on a windows NT machine. And in some of my jsp sites I use beans, but tomcat doesn' t find them. For example in a jsp-page I have the following code: <%@page import = "beans.Form" %> . The code(Form.class) for the Form-Bean is under the directory web-inf/classe

RE: One JSP not compiling - HELP - ANY TOMCAT DEVELOPERS?

2002-01-17 Thread sumit . rajan
delete the index.jsp from the work folder... or delete all the contents of webapps/app and try again. Sumit. -Original Message- From: Lambrechts, Beth Anne [Telenor] [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 9:07 AM To: Tomcat-Users (E-mail) Subject: One JSP not compili

FW: One JSP not compiling - HELP - ANY TOMCAT DEVELOPERS?

2002-01-17 Thread Lambrechts, Beth Anne [Telenor]
Never mind - just writing that and re-reading it helped me figure it out...what a weird thing!! Thanks anyway. > -Original Message- > From: Lambrechts, Beth Anne [Telenor] > Sent: Thursday, January 17, 2002 9:07 AM > To: Tomcat-Users (E-mail) > Subject: One JSP not

AW: Urgent: works on TC 3.2.2, but not on TC 3.3 !!!

2002-01-17 Thread Ralph Einfeldt
One potential problem with frames is the session id if cookies are disabled. Just one Scenario: - Create a page with two independend frames Each page contains a url encoded link - Visit the page - Wait + some seconds - Follow the link in one window the original session is not a valid session

RE: tomcat doesn' t find beans

2002-01-17 Thread Tim Barlotta
I have a similar problem. The only way I could get this working was to specify the bean explicitly: I could only get the page directive import attribute to function properly when importing standard java classes... Sorry I can't be much more help, Tim -Original Message- From: [

R: One JSP not compiling - HELP - ANY TOMCAT DEVELOPERS?

2002-01-17 Thread Vercesi Paolo
I've had got a similar problem (two days nightmare) with XML files and XSL stylesheet, the problem was some malicious 'TAB', 'NEWLINE', 'SPACE' characters after the last ending tag. I know it's a different case.. but I haven't other ideas. Regards Paolo > -Messaggio originale- > Da: La

RE: tomcat doesn' t find beans

2002-01-17 Thread Reynir Hübner
try putting your beans into Jar files and insert those under tomcat\webapp\web-inf\lib\ the quickest way to try it is just to go into command promt change dir to web-inf\classes\ then execute the command, jar -cf filename.jar beans move the filename.jar under web-inf\lib\ hope it helps -reyn

AW: Urgent: works on TC 3.2.2, but not on TC 3.3 !!!

2002-01-17 Thread Ralph Einfeldt
If the file that contains the framset is a jsp (or servlet) this is not the problem. If cookies are enabled, there will be a cookie when the frames are loaded, because the file with the frameset is loaded first and creates a session. Instead of your solution I would rather use a jsp like that:

Re: Status 503 - Servlet invoker is currently unavailable

2002-01-17 Thread graghavan
thanks, Craig, for those words of reassurance. you were right. turned out to be a deploy process misstep. no more of those 503 errors for me, i hope. have a nice day. graghavan "Craig R. McClanahan" wrote: > On Wed, 16 Jan 2002, graghavan wrote: > > > Date: Wed, 16 Jan 2002 11:41:09 -0500 > >

Re: mod_webapp: redirects to ServerName

2002-01-17 Thread Nicholas Ide
Oli, My problem (encodeURL bug) is related. If *all* you care about is getting the hostname corrected and if you're not worried about changing ports, then I believe switching from mod_webapp to mod_jk will solve your problem. It is fairly easy to get mod_jk working under tomcat 3.x -- and t

Re: FW: One JSP not compiling - HELP - ANY TOMCAT DEVELOPERS?

2002-01-17 Thread graghavan
what was that weird thing? care to share? graghavan "Lambrechts, Beth Anne [Telenor]" wrote: > Never mind - just writing that and re-reading it helped me figure it > out...what a weird thing!! > > Thanks anyway. > > > -Original Message- > > From: Lambrechts, Beth Anne [Telen

the route of the directories , la ruta de los directorios

2002-01-17 Thread Cesar Rodezno
English: How i can change the route of the directories where I keep my files by default, I don't want to use ROOT? In particular that of the classes. How can i do a directory virtual in a route different from webapp? Español: Como cambio la ruta de los directorios donde guardo mis arch

RE: mod_webapp: redirects to ServerName

2002-01-17 Thread Anthony Muller
I have a problem this webapp module when I use Apache and Tomcat : Tomcat can't serve images properly ... (according the mailing list, this bug is well known...) so can I use the mod_jk with Tomcat 4.0.1 and apache 1.3.22 under win98 os ? is this solve the problem ? how to do ? thanks for fut

Cannot find bundle for base name

2002-01-17 Thread Christopher Chan
I have tomcat 4.0.1 running with a couple of webapps running together. The funny thing is, it won't search for .properties files in the classes directory of one of the webapps. One has no problem at all but the other will not be able to find the relevant properties file in its directory. Any i

mod_jk.so

2002-01-17 Thread [EMAIL PROTECTED]
Please, could someone help me with this problem? Hello all, I am trying to install Tomcat 3.3 on a system having HP-UX 11 and Apache 1.3 Unfortunately I couldn't compile mod_jk for an error in apxs. Please, has someone this module already compiled foe HP-UX? Do you know if the compiled v

AW: tomcat doesn' t find beans

2002-01-17 Thread tuebelhoer
Hello! Thanks, but it didn't help - I get a new error message: Generated servlet error: C:\jakarta-tomcat-4.0.1\work\localhost\test\TestForm$jsp.java:60: Class beans.Form not found. beans.Form myBean = null; It's a pitty. Thank' s Tommi -Ursprüng

RE: One JSP not compiling - HELP - ANY TOMCAT DEVELOPERS?

2002-01-17 Thread Justin Rowles
> Never mind - just writing that and re-reading it helped me figure it > out...what a weird thing!! So what was it?! We want to hear about quirks and get them archived for future use. Justin. -- You're only jealous cos the little penguins are talking to me.

Cannot find class name.css

2002-01-17 Thread Christopher Chan
I have a name.css file in my webapps/name/ directory and in my jsp files I have a html tag I always get this cannot find class exception in the log files in Windows but in Linux the error message is passed to the browser and that is not acceptable. I am running tomcat 4.0.1. Anybody know how

RE: mod_jk.so

2002-01-17 Thread PELOQUIN,JEFFREY (Non-HP-Boise,ex1)
I have been getting the same error trying to compile mod_webapp for tomcat 4. Since you are using tomcat 3.3 you might check out http://www.hp.com/products1/unix/webservers/apache/index.html and download the apache/tomcat application offered there. it comes with mod_jk.so according to the doc

RE: Urgent: works on TC 3.2.2, but not on TC 3.3 !!!

2002-01-17 Thread Justin Rowles
> One potential problem with frames is the session id > if cookies are disabled. You can get round this by having a third hidden frame which 'owns' the links and which is the one which gets refreshed, and using JavaScript to connect up the links from the two visible frames. J. -- You're only

RE: One JSP not compiling - HELP - ANY TOMCAT DEVELOPERS?

2002-01-17 Thread Lambrechts, Beth Anne [Telenor]
It was the fact that apache only had one virtual host and it was the secure virtual host. I needed to add a virtual host for the unsecure host - since I was not planning on going to the secure site until after the first couple of pages - I found this by sticking https in front of the call to the

Re: Windows UNC path problem in document location

2002-01-17 Thread Anton Brazhnyk
I have to apologize, it seems there is no need for bugzillas and patches. It looks like problem is somewhere out of Tomcat source. I tried to set docBase with UNC names in both Host and Context, and encountered only one problem: Russian language in names. (the fix if you care is set appropriately

RE: mod_webapp: redirects to ServerName, mod_jk hangs

2002-01-17 Thread Oli Gauti Gudmundsson
Thanks for your response Nick. I tried using mod_jk, but wasn't able to get it working. I built mod_jk.so without errors, and put it into the $APACHE_HOME/libexec folder. I created mod_jk.conf, and workers.properties. Then I included mod_jk.conf in httpd.conf, and Apache started up without errors:

Re: [TC4.0.1] - catalina.out : "an irrecoverable stack overflow has occured"

2002-01-17 Thread Christopher Chan
I think using Sun's jdk 1.3.1 is an issue. I read in another post and, else where, that the sun jdks are pretty buggy on Redhat 7.0/7.1/7.2, especially if they are new installations and not upgrades from redhat 6.2 It seems to have something to do with the version of glibc you are using. versions

RE: executing servlet in a jar file

2002-01-17 Thread Cressatti, Dominique
Walter, I had look around and tried what you suggested, added all the classes under /directory3 because at 1st it complain that some the class were missing. Yet I still have some errors. Beside how come the HelloWorldExample can be run from http://localhost:8080/examples/servlets/HelloWorldExamp

AW: [TC4.0.1] - catalina.out : "an irrecoverable stack overflow has occured"

2002-01-17 Thread Ralph Einfeldt
I guess that you have configured a loop somewhere. > -Ursprüngliche Nachricht- > Von: chris brown [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 17. Januar 2002 12:21 > An: tomcat-user > Betreff: [TC4.0.1] - catalina.out : "an irrecoverable stack > overflow has > occured" > > > I'v

AW: tomcat doesn' t find beans

2002-01-17 Thread tuebelhoer
Hello! Thanks for the hint, but it didn' t work, I get a new error message: :\jakarta-tomcat-4.0.1\work\localhost\test\TestForm$jsp.java:60: Class beans.Form not found. beans.Form myBean = null; It's a pitty, because I really don't know what to do now. Thanks Tommi -Ursprüngl

Re: the route of the directories , la ruta de los directorios

2002-01-17 Thread Guillermo Labatte
Cesar Rodezno wrote: >English: How i can change the route of the directories where I keep my files >by default, I don't want to use ROOT? >In particular that of the classes. >How can i do a directory virtual in a route different from webapp? > > >Español: Como cambio la ruta de los direc

RE: mod_webapp: redirects to ServerName, mod_jk hangs

2002-01-17 Thread Nicholas Ide
Oli, Snippets of my mod_jk configuration are: >From server.xml: Be sure the port="TBD" value above matches the vlaue in your workers.properties file. >From httpd.conf/mod_jk.conf: JkMount /your_webapp_name/servlet/* ajp13 If you crank up the debug levels in server.xml, you should be a

Re: Urgent: works on TC 3.2.2, but not on TC 3.3 !!!

2002-01-17 Thread Pae Choi
J, Would you mind me asking you to elaborate your idea with simple code? Thanks, Pae > > One potential problem with frames is the session id > > if cookies are disabled. > > > > You can get round this by having a third hidden frame which 'owns' the links > and which is the one which gets r

RE: Urgent: works on TC 3.2.2, but not on TC 3.3 !!!

2002-01-17 Thread Justin Rowles
> If the file that contains the framset is a jsp (or servlet) > this is not the problem. True. But if it's a static page then it might be. In fact, the best solution for what I described might well be to use a jsp as Ralph described, rather that what I said. J. -- You're only jealous cos the

RE: executing servlet in a jar file

2002-01-17 Thread Walter De Wit
After I send you the mail I found something else: The directory CATALINA_HOME/conf contains also a web.xml file ! This file is loaded first for every web application before the web.xml file of the web application itself is loaded. This file contains some default settings valid for every web applic

RE: mod_jk.so

2002-01-17 Thread [EMAIL PROTECTED]
Hi, thanks for the reply, in that site is not present only an old version of Tomcat with mod_jserv? Thanks Paolo > I have been getting the same error trying to compile mod_webapp for to mcat > 4. > > Since you are using tomcat 3.3 you might check out > http://www.hp.com/product

Re: Urgent: works on TC 3.2.2, but not on TC 3.3 !!!

2002-01-17 Thread Mika Goeckel
Hi, You can follow the advice to use a single dispatcher servlet for all requests that keeps track of newly created sessions and replies accordingly: If the session is new and the request asks for a page (or frame content) that would not be requested for new sessions, redirect to a page that info

no enviroment space

2002-01-17 Thread Otávio Augusto R . de França
Hi all Does anybody know how to solve this problem on win98?I also use jakarta under linux, so, I can survive without win98.But the thing is: this problem has never happened before on my machine.If I use that old solution (set the initial amount of memory to startup), teh server works very slow

Re: Urgent: works on TC 3.2.2, but not on TC 3.3 !!!

2002-01-17 Thread Rong Li
Justin Rowles wrote: >>Usually frames are involved when something like this happens. >>My involvement with Tomcat is through an IDE I work on, so >>I haven't done a lot of real world webapp development. Thus, >>I don't know why the frames get different sessions. I would >>expect them to get the

RE: executing servlet in a jar file

2002-01-17 Thread Cressatti, Dominique
Walter, am looking right now at CATALINA_HOME/conf/web.xml my guess is that I might still be missing some dependencies. A colleague told that he deployed successfully the same app under jserve and only add to link the class path for the application, so I was thinking that if I could define the ro

Re: reloadable

2002-01-17 Thread Tom
One option which may or may not be more work is to create servlet that accepts a parameter "filename" and then changes the JSP's time&date to the current one. That way you wouldn't have to share out your work directory and all your customer would have to do is go to a reload page(HTML), enter in

problems with JDBCRealm and oracle

2002-01-17 Thread tuebelhoer
Hello! My tomcat 4.0.1 runs on a WinNT-machine. In server.xml i' have configured a JDBC Realm with the following code: But when I try to start tomcat I get the following error messages: Catalina.start: LifecycleException: Exception opening database connection: a.sql.SQLException: Ung³ltige Argu

"page not found" error using apache/tomcat

2002-01-17 Thread Brown Bay
Tomcat 4.0, apache 1.3, suse 7.0, os/390 My virtual host settings in apache http.conf are: DocumentRoot /usr/local/tomcat/webapps ServerName x.x.com WebAppConnection warpConnection warp localhost:8008 WebAppDeploy examples warpConnection /examples My service defination in serve

Precompiling my Web Application

2002-01-17 Thread ASavant
Hello, I am using Tomcat Version 4.0.1 for my web application (a WAR file) which uses JSPs. I want to reduce the delay when user acceses a JSP page for the first time. Is there any way with which I can pre-compile the JSP pages in my web application (a WAR file) to class files before user starts

Can't find bundle for base name WEB

2002-01-17 Thread Christopher Chan
Hello all, I have this funny problem. I have some webapps running together on tomcat 4.0.1 One of them has no problems accessing its name.properties files in its classes directory and another cannot find them at all unless I add the classes directory of that webapp into the classpath... Why

getInitParameter from within a bean?

2002-01-17 Thread Fullerton Ross S
I've got a Bean that I want to be able to access some of the entries in my web.xml on Tomcat 3.3. >From the documentation, I access these values through String value = getServletContext().getInitParameter("name"); I can't get this to work from within my bean, the compiler returns the following

reloadable

2002-01-17 Thread Krzysztof Janiszewski
Hi! I have little problem with re-compiling JSP pages by Tomcat after modyfing them. I have the following situation: file a.jsp which includes b.jsp I'm viewing a.jsp in browser, then I modify b.jsp and reload page in browser, but I can't see changes - b.jsp doesn't recompile :-( I have reloada

Applet Hassles

2002-01-17 Thread Purcell, Scott
Hello, I have been using the Tomcat on NT for the past 7 months mostly dealing with Servlets and JSP's, and everything works great. I believe I have all my classpaths correct and the system configured properly. But whenever I create an applet, not using a package, and place it in the /classes dir

Applet Problems

2002-01-17 Thread Purcell, Scott
Hello, I am having trouble running any applets from on my tomcat server on my NT box. I truly believe I have all my classpaths configured properly, as I can run any type of servlet or bean. If I create a simple java file under /root/web-inf/classes/clock.class (which is in my classpath), then tak

RE: executing servlet in a jar file

2002-01-17 Thread Walter De Wit
Dominique, Instead of further guessing ;-) I tried it out myself and this way it works: File location: MyWebApp/WEB-INF/classes/sub1/Myservlet.class url: http://localhost:8080/MyWebApp/servlet/Myservlet But when I store Myservlet in sub1.sub2.Myservlet, I can't find a correct url. It seems the s

RE: getInitParameter from within a bean?

2002-01-17 Thread Walter De Wit
getServletContext() is a method of an javax.servlet.GenericServlet. If your class does not extend this class, you will not have this method. A simple bean is not a servlet. -Original Message- From: Fullerton Ross S [mailto:[EMAIL PROTECTED]] Sent: donderdag 17 januari 2002 12:06 To: '[EM

  1   2   >