Re: Apache 1.3.29 + Tomcat 5 ...IMPOSIBLE!!!

2004-08-12 Thread QM
To the OP: if you're upgrading from Tomcat v4 -> v5, feel free to take a gander at this: http://www.brandxdev.net/misc/tomcat_upgrade.site It's a little raw, but covers the Connector issue (among others). -QM -- software -- http://www.brandxdev.net tech

Re: tomcat5.0.27/jk2 performance problem

2004-08-11 Thread QM
host? 4/ what else is running on the Tomcat host? ... and so on, and so forth. If all else fails, time to drag out a profiler. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubs

Re: web.xml

2004-08-11 Thread QM
le of posts about doing just this in the archives if you're not familiar with the Ant tasks. (I recall those posts were on the topic of JSP precompilation.) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarN

Re: JSP Precompilation with Tomcat 5

2004-08-11 Thread QM
hat my precompilation works without it. =) : : : Wouldn't this be "common/lib/jasper-compiler.jar" ? -and wouldn't you also need servlet-api.jar and jsp-api.jar? -QM [1] = http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Incompa

Re: HTTP Status 403 - Access to the requested resource has been denied

2004-08-11 Thread QM
s 403 - Access to the requested resource has been denied". : [snip] : If the role is incorrect, how can I re-show the login page ?? There should be an child element of . (-or something like that, I forget the exact tag name. See the servlet spec for details.) Make that error page the login

Re: Tomcat 5 and JNDIRealm

2004-08-10 Thread QM
ed by JNDIRealm)? - have you tried running LDAP queries using the roleSearch criteria specified in the element? Providing the server.xml and web.xml was a good start, but we'll need more info. -QM -- software -- http://www.brandxdev.net tech news -- http:/

Re: FW: Memory Usage - Tomcat 5.0.25

2004-08-10 Thread QM
ws to even experienced J2EE developers.) That may very well be what you're seeing. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: Trouble displaying images

2004-08-10 Thread QM
of finding/attaching the context path for you, such that a webapp may be installed at any URI.) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Help, why is my servlet calling init twice?

2004-08-10 Thread QM
re using a servlet+ to perform some one-time context initialization, look into ServletContextListener instead. It was designed with that in mind. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --

Re: Tomcat 5 wb access

2004-08-10 Thread QM
rvlet filter to handle this? That may get messy. My answers are a little sketchy because I (and likely, others on this list) focus on the exact opposite: trying to get as many users as possible to connect to our webapps. ;) -QM -- software -- http://www.brandxdev.net tech news --

Re: Tomcat Servlet.init() error

2004-08-09 Thread QM
On Mon, Aug 09, 2004 at 05:07:07PM -0400, [EMAIL PROTECTED] wrote: : Thanks for your response QM. I would really like to upgrade to Tomcat 4.1 : or 5.0. I've read : great things about the Admin webapp and the other features, I just don't : know the best manner : to proceed. Is there

Re: Newbie - JDBC problem "Name is not bound in this context"

2004-08-09 Thread QM
XML files under {instance dir}/conf/ will be the ones for your webapps, not the samples. ;) But that's another story for another day. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: configre datasource in server.xml

2004-08-09 Thread QM
er WEB_INF folder. You could try this, and see whether it loads... ;) but I'd doubt it. Should you upgrade to Tomcat 5, there are facilities to put all context-related info in a separate, per-context (-webapp) file. Perhaps that's what you're thinking of doing? -Q

Re: Problem with context reload

2004-08-09 Thread QM
doesn't answer your question directly, is there any reason you're still running 3.x? -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] F

Re: Multiple instances of Tomcat.

2004-08-09 Thread QM
context (webapp) lives in its own classloader. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Apache-Tomcat on Linux MontaVista 3.1

2004-08-09 Thread QM
ta? (I've never heard of this distro, so I don't know whether Sun's default Linux/i386 JDK runs on it.) If so, then Tomcat will most likely work. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com ---

Re: Newbie - JDBC problem "Name is not bound in this context"

2004-08-09 Thread QM
ing to a : file that is literally named "context.xml", or do you mean "an file : containing the webapp's that is named .xml"? Please read http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/context.html My previous message will make more sense then, and both of

Re: Tomcat manager app stops responding

2004-08-09 Thread QM
. Out of *host* memory or out of *memory allocated to the JVM*? Big difference. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: database information

2004-08-09 Thread QM
've outlined above. It sounds like you're more familiar with stateful/fat clients that maintain a constant connection to the central server, and that you can send them a message when the DB is down. HTTP doesn't offer such server-push functionality, just client-pull. -QM -- so

Re: Newbie - JDBC problem "Name is not bound in this context"

2004-08-09 Thread QM
doesn't check a whether a WAR file's context.xml is newer than its copy under the conf dir. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PRO

Re: Tomcat manager app stops responding

2004-08-09 Thread QM
a profiler. GC can make an app appear several shades of unresponsive. 3/ check the logs : 2] Tomcat manager does NOT delete my .war file on undeploy, I don't know about this one, so I'll leave it for someone who does. -QM -- software -- http://www.brandxdev.net tech

Re: database information

2004-08-09 Thread QM
On Mon, Aug 09, 2004 at 06:56:44PM -0400, Jignesh Patel wrote: : Thanks QM for response. Not a problem. : Can I get any reading stuff on this topic. : Please provide me the url which talks about it. I'm not sure I understand. I thought you'd answer my questions (e-mail included b

Re: [OFF TOPIC] J2EE/Tomcat Build Process

2004-08-09 Thread QM
Put another way: what you're doing is pretty much standard practice in (well-run ;) multi-dev shops, so if it's wrong, you're in good company. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --

Re: Tomcat Servlet.init() error

2004-08-08 Thread QM
deployed using different versions. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

re: Compile all JSPs on startup

2004-08-06 Thread QM
ops do not), you can include precompilation as part of your build process and even catch JSP comp errors before the app goes live. Just curious. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --

Re: Re: Bizzare bug with my class and sharing values between different instances

2004-08-06 Thread QM
static context non-static data = (per-)object data = individual to the object -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Tomcat 5.0.27 -- Servlet.service() for servlet invoker threw exception

2004-08-05 Thread QM
first place I'd look. btw, please post *new* messages to the list instead of replying to old ones and just changing the subject. This plays hell with thread-aware mailers, and you risk helpful people skipping past your message (because it shows up as part of another, unrelated thread). -QM

Re: Problem with SSL configuration

2004-08-05 Thread QM
ssing was cheap: "please see chart/table X, appended to the end of this report." (Admitted, this time the stack trace was superfluous, but usually...) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com ---

Re: Absolute path to webapp???

2004-08-04 Thread QM
s/dvr does not exist or is not a : readable directory Assuming the context config is properly setup to find the webapp where you want it: 1/ remove any old context.xml from conf/{engine}/{host}/ 2/ clean out the temporary work/ dir -QM -- software -- http://www.brandxdev.net tech news --

Re: Tomcat 5 and IIS

2004-08-04 Thread QM
rch, can anyone tell me : if Tomcat 5 can still be integrated with IIS? How long have you been subscribed to the list? Some mention of Tomcat/webserver integration is discussed almost daily. ;) Google "jk" and "IIS." Throw in "isapi" for good measure. -QM --

Re: Tomcat error

2004-08-04 Thread QM
ce with an older compiler? -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: web.xml: my default.css file does not work correctly

2004-08-02 Thread QM
me files was added in the 2.4 spec. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: web.xml: my default.css file does not work correctly

2004-07-31 Thread QM
quot;DirectoryIndex" directive in Apache httpd, which lists the file(s) checked when a request is made to just a directory path (e.g. index.html). -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com ---

Re: Virtual Hosts and MySQL

2004-07-31 Thread QM
l. Otherwise you'll trigger a deployment on the other vhosts when you deploy to the intended one... : Thanks for not response :)) Well, now you have one. ;) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com -

Re: in-WAR context.xml in 5.0.27

2004-07-30 Thread QM
s to workaround the bug. Thanks to all for their responses. In my weariness, I missed the relevant bug report. =) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe,

in-WAR context.xml in 5.0.27

2004-07-29 Thread QM
So, has it just been a long day and I've missed something? =) -or should I proceed to Bugzilla? It'll be a few days before I can get to Tomcat's source code and provide more assistance... A stub WAR file that exhibits this behavior is available on request. -QM -- softw

Re: Win2K3 / Tomcat 4.1 and 5.0 issues - SOLVED

2004-07-29 Thread QM
was with the red herring from IIS, though? I recall you installed IIS as a test and it exhibited the same poor I/O performance as Tomcat under JDK 1.4.2... -or do we just chalk that up as "IIS being IIS?" ;) btw, thanks for sharing the solution with the list. -QM -- softwar

Re: How to hide the JDBCRealm password from server.xml

2004-07-27 Thread QM
message plays hell with thread-aware mailers, making such posts harder to find (and, therefore, harder to answer). For #1, I recall options ranged from "just deal with it" to "protect the machine/dir/file" to "implement a custom JDBCRealm." -QM -- software -- http

Re: tomcat PID creation and monitoring

2004-07-27 Thread QM
that nature.) For example, BigIP performs an app-level ping by hitting a specified URL and testing the response content. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscri

Re: tomcat 5.0.19 and NPTL

2004-07-27 Thread QM
n the number of "set LD_ASSUME_KERNEL" posts I've seen on this list, I'd say the Sun JDK isn't NPTL-aware. ;) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com -

Re: Tomcat 5.0.27 / JavaServer Faces

2004-07-27 Thread QM
ailable" is for the end-users. The server admin (that's you ;) should check the logs. What's reported there? -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe,

Re: what is the preferred way to instantiate MBeans at startup

2004-07-27 Thread QM
stead of a servlet+load-on-startup. Some may argue this is more an aesthetic difference than anything else; but at least you wouldn't use a servlet for something it wasn't meant to do... -QM -- software -- http://www.brandxdev.net tech news -- http://www.

Re: Win2K3 / Tomcat 4.1 and 5.0 issues

2004-07-27 Thread QM
under 2k vs 2k3? -or what about a NIC problem? I've been bitten by a few "autonegotiating" cards that didn't. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To

Re: Win2K3 / Tomcat 4.1 and 5.0 issues

2004-07-27 Thread QM
nside some special "win2k emulation mode" or "protected area," that may be the culprit. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL

Re: HotSpot vs. Jikes + performance tuning

2004-07-26 Thread QM
pression most of the people here (or at least, most of the posters ;) use Sun's JVM. -but YYMV, and thus, you'd do yourself a favor to test it for yourself. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --

Re: Nagging DNS issue

2004-07-26 Thread QM
network config for each of the situations you described, then compare them. I believe the command is ipconfig /all run from a "cmd" window. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com ---

Re: How to know which xml file (under directory webapp) causes SAXParseException ?

2004-07-25 Thread QM
those specify which context Tomcat is attempting to deploy (and thus, which WEB-INF/web.xml is causing the problem)? Otherwise, for a quick'n'dirty solution, run your various deployment descriptors through a validator to find the troublemaker. -QM -- software -- http://www.brandxde

Re: ? tag

2004-07-25 Thread QM
consider) the more intuitive format, keeping servlet/mapping sets together. For the OP: if you're using Tomcat 5, you could try the 2.4 schema and see whether that works. -QM -- software -- http://www.brandxdev.net tech

Re: WELCOME to tomcat-user@jakarta.apache.org

2004-07-23 Thread QM
so this is straightforward. In the future, a more descriptive subject line may catch more attention. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROT

Re: Another question (Placement)

2004-07-22 Thread QM
our webapp} | +- /WEB-INF | | | +- web.xml +_ ... html, JSPs, etc .. Then, set Apache's document root to: {tomcat install}/webapps/{your webapp} Finally, configure mod_jk or mod_jk2 to have Apache hand requests for JSPs off to the Tomc

Re: Apache 2.0.50+openssl 0.9.7d error on make

2004-07-22 Thread QM
export LIBS="-L/path/to/kerberos/libs -R/path/to/kerberos/libs" (this syntax assumes you use Bourne shell/Korn shell/bash) 2/ This is a mailing list for Apache Tomcat, the servlet container. Likely the Apache httpd list would be a more suitable forum for your question. -QM --

Re: Apache 2 + mod_jk2 404 handling

2004-07-22 Thread QM
use the same 404 error page in both Apache and Tomcat. It's cheating, but the end-users would hardly notice. -at least, mine usually don't. ;) You could even make the common 404 page perform a redirect to the site's index page. -QM -- software -- http://www.brandxdev.net te

Re: solaris & jakarata tomcat

2004-07-21 Thread QM
binaries. If you use a custom JDK, then that may be a reason to build it from source. Otherwise, the binaries should be fine. Tomcat's written in Java, so the binaries are cross-platform. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetwor

Re: tomcat restarted

2004-07-21 Thread QM
rt time. Wrap that in a shell script that calls an infinite while() loop and logs the info to file. Check it in the morning to see whether the process really restarted. : Is it possible that rotating logs cause tomcat to redeploy a webapplication? Never say never... so I'll say "doubt

Re: not getting connection leak stacktraces

2004-07-21 Thread QM
n you uncover all of the leaks, then set the max connections back to normal. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: Setting up mod_jk for Tomcat 5.0.27 under Apache 1.3.x

2004-07-21 Thread QM
dHat 9 + Apache 2.x + mod_jk 1.2 + Tomcat 5 FC1 + Apache 2.x + mod_jk 1.2 + Tomcat 5 work like a charm. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe,

Re: Tomcat 5.0 server.xml problems

2004-07-19 Thread QM
auto-depoly? Do I need to manually add a : of my webapp in server.xml? What about using context.xml? I believe that is used by autodeploy, is it not? -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetwor

Re: servlet context scope variables

2004-07-18 Thread QM
. The point of GC is to reclaim memory. I doubt this would occur on shutdown, then, because at that point memory is freed by the JVM process exit. Is there something you require happen when a context is unloaded? You could use a ContextListener for that. -QM -- software -- http

Re: File.mkdirs() don't work if started with jsvc

2004-07-16 Thread QM
;/tmp/test/" + : System.currentTimeMillis() + : "/test/afile.txt"; : Step 2: I don't recall, offhand, whether mkdir() will create a full path of directories, filling in nonexistent ones as you go. What about fileName = "/tmp/test/" ? -QM -- so

Re: Precompiling JSP How To

2004-07-16 Thread QM
On Fri, Jul 16, 2004 at 11:30:01AM -0500, Hofmann, Benjamin wrote: : How do I set up my Tomcat 5 to precompile all of my JSP files? If you use Ant to build your app, you can follow the instructions in the Tomcat docs. -QM -- software -- http://www.brandxdev.net tech news -- http

Re: JSPs - Permanent Generation

2004-07-16 Thread QM
JasperLoader is deferenced. ...and, in theory, one could avoid all of the extra (per-JSP) classloaders by precompiling, right? That way, all of the webapp's classes (servlet + now-compiled JSPs) would be under the single context-specific classloader. -QM -- software --

Re: Tomcat and PHP

2004-07-16 Thread QM
://wiki.apache.org/jakarta-tomcat/UsingPhp [1] but it's worth a shot, as a quick glance didn't reveal anything PHP4-specific. -QM [1] aka "http://www.google.com/search?hl=en&ie=UTF-8&q=site%3Aapache.org+tomcat+php&btnG=Google+Search"; -- software -- http://www

Re: Updating shared classes in 24/7 server

2004-07-16 Thread QM
thers : web applications are used 24 by day. Any help? As in, there are other webapps running in a single container? Switch to separate containers, if at all possible. Making the apps independent cures many headaches. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetwor

Re: How to set JVM Max Memory

2004-07-16 Thread QM
tell you that, and more. =) Are you sure it's a memory leak and not just lots of activity? In certain cases, both would yield lly, lots of non-GC-eligible objects. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarN

Re: auto reload a class

2004-07-16 Thread QM
dable" attr of . -or, for specific examples, search the archives. This comes up every so often. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROT

Re: [SPAM] - RE: I need a pointer about persistent info for my servlet, please - Email has different SMTP TO: and MIME TO: fields in the email addresses

2004-07-15 Thread QM
osed to be self-contained, somewhat sealed products (as far as on-disk files). The plus side is, this leaves plenty of room for creative solutions. -or not-so-creative solutions, such as, "put it in a database." ;) -QM -- software -- http://www.brandxde

Re: Memory settings and thread management

2004-07-15 Thread QM
s care of processing the large quantities e-mail. This may, however, be too large a solution to your problem. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [

Re: Memory settings and thread management

2004-07-15 Thread QM
wers setup? (See any book on threading for examples.) Long story short: these and other thread patterns funnel X number of jobs -- in your case, sending e-mail -- through Y number of threads. X > Y. Say you have 400 addys and 5 threads: each thread should take 80 addresses in sequence. -QM

[very OT] "Enterprise JMS Programming" / 1.1?

2004-07-15 Thread QM
e latest JMS book on the market, and the pub date leaves a chance it covers the more recent 1.1 spec. Thanks much, -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-ma

Re: Do servlets as welcome-files work in TC5?

2004-07-15 Thread QM
in the order specified in the deployment descriptor to the partial request and check whether a static resource or servlet in theWAR is mapped to that request URI. TheWeb container must send the request to the first resource in the WAR that matches. END: from servlet spec 2.4 , SRV 9.10 "Wel

Re: Do servlets as welcome-files work in TC5?

2004-07-14 Thread QM
s a Struts ActionServlet, so the URL pattern : is actually "*.do", not "/myservlet", but my understanding is that it : shouldn't matter. Have you actually tried "/myservlet.do," or whatever? -QM -- software -- http://www.brandxde

Re: standard install produces 33 processes/forks!

2004-07-14 Thread QM
e archives. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: log file problem

2004-07-14 Thread QM
(Veritas VxVM, Linux or HP LVM, etc.) then you can quickly setup a very small, dedicated filesystem to do the test. That should fill up quickly. Yoav hit the nail on the head, though: when filesystem space is low, things can get crazy. -QM -- software -- http://www.brandxdev.net tech news -- http

Re: Easy questions

2004-07-13 Thread QM
ty easy to spot the offending code fragment(s). -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is there such a beast ? (virtual directories)

2004-07-13 Thread QM
On Wed, Jul 14, 2004 at 12:07:30AM +0800, Chong Yu Meng wrote: : > : > : > : > : I think this syntax would confuse Tomcat. I thought only one : tag is allowed ...? I could be wrong. Not true -- one Tomcat virtual host may serve several webapps (contexts). -QM -- softw

Re: NPE in ActionForm where it is not be possible

2004-07-11 Thread QM
aration point. Humor me: what happens if you initialize "log" in the ctor? -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: DBCP with JDBC driver in WEB-INF/lib

2004-07-11 Thread QM
text classloader. (This makes sense: think of where pooling is handled.) Review the Tomcat docs for DBCP. You may find some ammo to hand back to your admins. It may not get them to change their minds, but at least they would stop telling people to do something that won't work ;) -QM -- so

Re: JSP's compiling web.xml -webinc option on JspC

2004-07-11 Thread QM
topic was discussed recently on the list (within the last 2-3 weeks). I posted my (somewhat inelegant) solution, so you could search for my posts to narrow the result set. You could also use XML entity refs, but those can cause portability problems: they require absolute file paths to be reliable.

Re: serving static content

2004-07-09 Thread QM
?) under the covers. You can up the logging through the commons-logging config. I forget the specifics, but instructions are in the archives somewhere. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: getRemoteHost return IP address

2004-07-09 Thread QM
use if the reverse lookup fails, Tomcat will just log the IP. Otherwise, if it's a true Tomcat bug, it's unlikely it will be fixed in an official release: v4.0.x is now two revisions behind the current version (5.0.x). -QM -- software -- http://www.brandxdev.net tech news -- http:/

Re: favicon question

2004-07-09 Thread QM
on.ico. It (sort of) makes sense, since browsers don't distinguish between different webapps: they just know, "I go to this host." 2/ Please post new messages to the list, instead of just replying to old ones. -QM -- software -- http://www.brandxdev.net tech news -- h

Re: Container managed security

2004-07-09 Thread QM
;s the deployed webapp? Is "IPBoss" a proper context, or is "IPBoss" the subdir of something mapped to the root context? Yes, I'm grasping ;) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: tomcat output gets mixed up for different requests

2004-07-09 Thread QM
of the servlet context for client data, etc. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems migrating from 4.1.x to 5.0.25

2004-07-09 Thread QM
is anything obvious that I may be missing or should look : for? : : java.lang.NoSuchMethodError: : javax.servlet.jsp.tagext.TagAttributeInfo.(Ljava/lang/String;ZLjava/lang/String;ZZ)V Silly question: did you recompile your app against the new JARs from Tomcat 5? -QM -- software -- http

Re: Container managed security

2004-07-09 Thread QM
Otherwise, web.xml looks spec-compliant as far as I can tell. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 4.1.30 + SSL = Problems

2004-07-08 Thread QM
SCII chars it received from the server when attempting a handshake. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to "start" a web app?

2004-07-08 Thread QM
(webapps) from any location in the filesystem as long as you tell it. Review the Tomcat deployment docs for details. : Any ideas about the problem with the Manager? None -- I've never used it. ;) -QM -- software -- http://www.brandxdev.net tech news -- http:/

Re: How to "start" a web app?

2004-07-08 Thread QM
story short: Tomcat does not search the "webapps" directory recursively for webapps; it loads contexts that are immediate children of the "webapps" directory. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Files, paths and permissions

2004-07-07 Thread QM
ld be a long-term solution. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: some problem in tomcat 5.0.25

2004-07-07 Thread QM
file? How large is the JSP itself? Are you using runtime JSP includes or compile-time JSP includes? -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL

Re: session and connection timeouts

2004-07-06 Thread QM
Tomcat may recover from these and give the user a 500 error. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: Trouble starting Tomcat4.1.18 on linux.

2004-07-06 Thread QM
do you see in the logs? -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Files, paths and permissions

2004-07-06 Thread QM
ot;The file doesn't exist!"); : } : FileWriter fileOutput = new FileWriter(target,true); : : produce: The file doesn't exist! Does the owner of the Tomcat process have write access to that folder? If you're running Tomcat as a service, I understand it has different perms than if you fi

Re: when does Tomcat spawn children and/or fork ?

2004-07-06 Thread QM
and thus become some other command? -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat 5, web.xml, where should it be located?

2004-07-06 Thread QM
On Tue, Jul 06, 2004 at 08:10:55AM +0100, [EMAIL PROTECTED] wrote: : Finding documentation on the file contents : is not exactly easy. Try the servlet spec -- you can download it from http://java.sun.com -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Change to Port 80

2004-07-01 Thread QM
On Thu, Jul 01, 2004 at 03:50:49PM -0500, Ryan McCain wrote: : How do I configure Tomcat to run on port 80 as opposed to 8080? This has been discussed at length (some would say, ad nauseam) in the archives. There are several ways to do it, based on your needs and preferences. -QM

Re: Tomcat and JBoss

2004-06-29 Thread QM
URL but with no luck. How does JBoss map your WAR file to a context? Does it use Tomcat's autodeploy? If so, for a WAR file named "some_app.war" try to access: http://localhost:8080/some_app/ccgIntf -QM -- software -- http://www.brandxdev.net tech news -- http://www.

Re: web.xml pointing to other xml files?

2004-06-28 Thread QM
w me how you're doing it that : would be great, thanks! Appended below. Perl's "TMTOWTDI" motto reigns here, because I'm certain there are other (and gmore elegant) ways

Re: web.xml pointing to other xml files?

2004-06-28 Thread QM
could place tags : and tags in different orders (within : section) and it still works! What servlet spec do you specify in your web.xml? IIRC 2.4's schema permits a more logical order, such as -but don't quote me on that, as I don't

Re: JSVC, Redhat 8, and TomCat 5.0.xx startup

2004-06-28 Thread QM
-time environment. e.g. look for environment variables that are set by root's .profile and such, because that file isn't sourced in for init scripts at boot time. If you're still stuck, post the script and I'll take a look at it. -QM -- software -- http://www.brandx

<    1   2   3   4   5   6   7   8   9   >