Re: Specifying context details in web.xml

2005-01-31 Thread QM
. It contains settings for that context. context.xml is essentially a Context/ element inside its own file. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL

Re: controlling and limiting threads launched by servelts

2005-01-24 Thread QM
they agreed when they signed up... -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: What is it mean that Java code does not belong in well designed JSP pages?

2005-01-23 Thread QM
over from scratch. -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: ?? Sharing the JSTL JARS and Classloading ??

2005-01-22 Thread QM
process? -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: ?? Sharing the JSTL JARS and Classloading ??

2005-01-22 Thread QM
file). -QM - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat Error: java.lang.NoClassDefFoundError: org/apache/naming/JndiPermission

2005-01-20 Thread QM
with a Root Cause section that can be quite helpful. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: One session for multiple web-applications

2005-01-20 Thread QM
), 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: index.jsp: why don't modifications to it show up?

2005-01-18 Thread QM
Really, this question comes up every few weeks... I figure #1 would have the greatest impact (read: result in the fewest such questions to the list). -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Charater limit in servlet names

2005-01-17 Thread QM
and : it's not working. I again changed the name to testing and the servlet is : working fine now. Problems like this are much easier to resolve when we can all see your web.xml. =) Sounds like a typo. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Tomcat 4 doesn't start http service on Linux?

2005-01-17 Thread QM
the problem. -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.0] sharing session and authentication

2005-01-17 Thread QM
are not part of the same webapp, then no, this isn't possible (read: not possible using standard J2EE session scoping). -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e

Re: [OT] A Platform for Highly Concurrent Services

2005-01-17 Thread QM
courtesy to mark messages as off-topic (prepend the subject with [OT]) if it has little or no relation to Tomcat. I've updated your subject accordingly. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: [Tomcat 5.0] sharing session and authentication

2005-01-17 Thread QM
. For the latter, I haven't seen any such free/open-source products, so you may end up paying for a commercial app. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail

Re: performance/scalability impact of many webapps in one container

2005-01-17 Thread QM
. Are there any scalability issues of which I should be aware? Same as the first part of my answer to question #1. -that, and maintenance: will the app itself be the same code, same version, just installed 300 times? -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Servlet static variable not accessible from init() ??

2005-01-17 Thread QM
the ContextListener is being fired? (i.e. that it's been properly registered?) Another question: I don't have the JavaDoc in front of me, but does ContextListener (or any of its parent classes) have an init() method? -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Servlet static variable not accessible from init() ??

2005-01-17 Thread QM
of making an object globally accessible) is that there's now loose coupling between the object's class and its access: client code (other objects) use the ServletContext as the single point of contact. If the type of object changes, client code doesn't have to know... -QM -- software -- http

Re: Test

2005-01-15 Thread QM
On Sat, Jan 15, 2005 at 10:25:08AM -0500, Parsons Technical Services wrote: : 13+ hours and no activity. Wow. : Just testing. Wow... so maybe .NET really *did* take over! =) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Minimum Memory Requirement for TC 5.0.x

2005-01-12 Thread QM
are, most of the memory consumption is app-specific. : which is kind of amusing. That's debatable. ;) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL

Re: Pagecache framework?

2005-01-11 Thread QM
is there? Do you mean, something builtin to Tomcat itself? Not likely. Tomcat doesn't know about your app. It shouldn't have to. This one's all you. =) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Pagecache framework?

2005-01-09 Thread QM
and the database shouldn't require much in the way of noticeable changes. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: apache2 tomcat5 jk2 questions

2005-01-07 Thread QM
... ;) -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 setups

2005-01-07 Thread QM
out of Tomcat's control (e.g. use of sessions, design, network topology, etc). Load-test your app and size it from there. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e

Re: How to combine normal servlets and struts inside Tomcat application

2005-01-06 Thread QM
will be in struts, but currently i have half in servlet and half in struts. Currently developed separately, but now i want to combine this under one roof. i mainly worried about web.xml - how i can do it? regardsManisha Hello, You probably meant to send this to the Struts list. -QM -- software -- http

Re: After JDBCRealm Authentication some jsp/servlet to be executed

2005-01-06 Thread QM
in the Session : I mean the other details ? What other details? What are companydetails? : so for this I have to write the code in all the jsp files : Is there any better way out ServletFilter? -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: webapp context confusion

2005-01-05 Thread QM
to process your *.jsp files), but that's not portable... -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [OT]web development fee

2005-01-05 Thread QM
. =) Welcome to freelancing. The rest of the advice I've seen in this thread has been great. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Tomcat 5.5.x and JRun4 with Apache2

2005-01-05 Thread QM
(that runs in another process, perhaps on another machine). So as long as JRun4 uses the same connector concept, and the JRun4 and Tomcat connectors don't conflict, you should be in luck. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: More then one appBase per virtual Host...

2005-01-05 Thread QM
under the same container? That may be asking for a headache, in all but the most basic usage scenarios. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL

Re: Context for User development accounts??

2005-01-04 Thread QM
developer on the machine? I was close, and so were you: me: early-morning typo, it's called deployOnStartup you: write site, wrong doc. Check under Host Container for details. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: heap size params on linux

2005-01-03 Thread QM
=. export JAVA_OPTS= -QM [1] = for the archives: set JAVA_OPTS in catalina.sh -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Context for User development accounts??

2005-01-03 Thread QM
and configure it to your heart's delight. If I've misunderstood your question, please elaborate =) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: JSP compilation problem

2005-01-02 Thread QM
: assume). The 5.5 series is not only OK with JDK 1.5, it requires it. =) (OK, there's the JDK 1.4 compat package, but that didn't sound as cool) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: can't run tomcat with jsvc

2005-01-02 Thread QM
://www.junlu.com/msg/87123.html However, my hypothesis at the time was based on trying to call jsvc as a nonroot user. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e

Re: Scripted shutdown does not force JVM exit

2005-01-01 Thread QM
hasn't cleaned up their threads. -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: Scripted shutdown does not force JVM exit

2005-01-01 Thread QM
into the mainline code. (Good luck.) Should #3 pass, I suspect the next request would be for a JDBC connection cleanup Tomcat ;) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e

Re: Multihoming TC

2004-12-28 Thread QM
question, or did I misunderstand it? -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: Including jsp files that exist outside of the web application

2004-12-28 Thread QM
containers (not all containers support allowLinking), and between exploded-dir and WAR format webapps. I'm not saying it won't work; I'm just saying it'll hurt in the long run. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Multihoming TC

2004-12-28 Thread QM
problems I prefer to resolve with a bit of policy instead of a lot of technology. ;) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Tomcat buffered output

2004-12-28 Thread QM
(larger than a few buffers' full) then this should increase performance because the server is performing fewer write operations on the outbound stream. In reality: Try it. It may not be worth it; but only you will know for sure, since it's your app. -QM -- software -- http

Re: Problem with Tomcat 5.5.6 and Java 1.5 on Solaris

2004-12-28 Thread QM
? Furthermore, are you certain you've properly set JAVA_HOME? What happens if you type echo $JAVA_HOME on the command line? -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: How to configure struts enable application to reload

2004-12-27 Thread QM
, third-party J2EE hosting options that give developers quite enough control (at least, not compared to straight HTML/PHP/CGI/etc hosting plans). Good luck. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Including jsp files that exist outside of the web application

2004-12-27 Thread QM
. dedicating a single webapp to be the file store), etc. Such separation provides the additional benefit of letting your app scale to multiple machines. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Including jsp files that exist outside of the web application

2004-12-27 Thread QM
...) Essentially, use whichever one you're not using now and see whether that works ;) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: How to access web-app context-params from Servlet.init()?

2004-12-27 Thread QM
#getServletContext() -- getInitParameter() The other poster had the right idea, though: create a ContextListener that populates a local (app-specific) object with this data. Code your app to fetch its needed info from this object. -QM -- software -- http://www.brandxdev.net tech news -- http

Re: JSP under /WEB-INF folder

2004-12-26 Thread QM
the page for later viewing/printing. -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: JK2 Officially Unsupported - Should I Avoid JK2?

2004-12-26 Thread QM
yourself, then it's better to follow the crowd and use JK. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Jk1.2.6 problem (I suppose that module is not initialized properly)

2004-12-26 Thread QM
it may still be in beta). 2/ chroots can be tricky. Does your setup work outside of a chroot? 3/ since you're using Linux, strace should be able to help: use that to determine whether Apache makes any attempt to read your JK configs. -QM -- software -- http://www.brandxdev.net tech news

Re: [OT} reg downloading

2004-12-26 Thread QM
for copyright violations -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 configure struts enable application to reload

2004-12-26 Thread QM
development, then upload the finished product to the hosting provider. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Synchronizing properties in cluster setup

2004-12-21 Thread QM
: changes are there in one cluster member, I have to update the same in other : members also. As one poster mentioned, NFS is one option. Using a shared database is another. There are pros and cons to either approach. -QM -- software -- http://www.brandxdev.net tech news -- http

Re: How to run servlet for every 30 minutes in Tomcat 4.1.30

2004-12-21 Thread QM
, containers are free to initialize a servlet class as many times as they see fit. Much safer to use a ContextListener in this case, as those are triggered only on app (context) startup and shutdown. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Preparing for subfolder/subaddresses

2004-12-20 Thread QM
code in shared/lib or common/lib. Put that code under each webapp's WEB-ING/lib to make them as self-contained and portable as possible. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: mod_jk2 future?

2004-12-20 Thread QM
. A lot of people went through the hassles of setting up jk2 just to use Apache 2.x, and for no good reason. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL

Re: %@page isThreadSafe=false % does not work

2004-12-20 Thread QM
in servlet spec 2.4/JSP 2.0 along with SingleThreadModel); it means your app can scale to multiple app servers without you touching additional code. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: filterStart error on Tomcat but not on Sun 8

2004-12-20 Thread QM
? -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: mod_jk2 future?

2004-12-20 Thread QM
never had to make that switch in a production app. I don't see what else could trip you up, though, unless you have a strong tie to some jk2-specific feature. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Tomcat 5.5 classloading blues

2004-12-19 Thread QM
not doing anything fancy, then the basic start/stop scripts should be fine. ;) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Virtual Hosts and SSL

2004-12-18 Thread QM
around: the SSL negotiation takes place at a lower protocol level than the HTTP request that specifies which virtual host the client wants to see. Yet, it's during the negotiation phase that client software compares the requested hostname to the CN value of the cert. -QM -- software -- http

Re: How to Enable Logging HTTP Requests (Tomcat standalone)?

2004-12-15 Thread QM
to the list. Replying to an old (unrelated) message confuses thread-aware mailers, which makes your question harder to find (and thus answer). 2/ do you mean a basic web log format, similar to Apache httpd? Look into AccessLogVale. -QM -- software -- http://www.brandxdev.net tech news -- http

Re: Strange memory behavior in tomcat-5.0.27

2004-12-15 Thread QM
: we get an OutOfMemory exception and SIZE drops to 159M. : : I have tested the application with Borland's optimizeit but found no memory : leak. Any ideas? If there's no resource leak, then your app just needs more memory. What happens if you increase the heap and do a load test? -QM

Re: [OT] HTTP Sniffers

2004-12-15 Thread QM
On Thu, Dec 16, 2004 at 01:15:32AM +0100, Andrew Miehs wrote: : Pardon my ignorance, but what about tcpdump or snoop??? These are fantastic tools, as long as you have root access. ;) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: javax.naming.NameNotFoundException: Name java: is not bound in this Context

2004-12-15 Thread QM
certain Tomcat is loading the context from -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: A Resource ObjectFactory as LifecycleListener ?

2004-12-13 Thread QM
have trouble getting your singleton to exist on multiple machines when your app grows. ;) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Books on Tomcat

2004-12-10 Thread QM
is a fine book in this regard, though it only covers up through spec 2.3. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [OT] Re: Tomcat mailing list is full of non tomcat topics

2004-12-09 Thread QM
: the offenders hardly recognize themselves, so the posters are a waste. =) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: [OT] Re: Tomcat mailing list is full of non tomcat topics

2004-12-09 Thread QM
this done before) it doesn't help, but perhaps this time it'll be different. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Tomcat mailing list is full of non tomcat topics

2004-12-08 Thread QM
take a question when I can (have the knowledge) and want (I feel like it) to do so. The number of off-topic posts have nothing to do with my ability to answer other questions. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Profilers for Tomcat

2004-12-08 Thread QM
much appreciated! You could first try a free search engine, or free mailing list archives. ;) This question comes up every so often, and people usually chime in with answers. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: xercesImpl.jar xerces.jar TC 5.0.19

2004-12-07 Thread QM
CATALINA_HOME is explained in the Tomcat docs, and there are several examples of such a setup in the archives. Look for my name when you search, as I've described my setup in a couple of posts. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

[OT] connecting a profiler (WAS: Re: Connector debug)

2004-12-07 Thread QM
, Not likely, based on my experience. The profilers I've used call your code for you -- they sit between your code and the JVM. If the JVM's already running without the profiler, well... -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Documentation

2004-12-07 Thread QM
-- commercial or otherwise -- can be difficult to grasp in the early days. J2EE? Systems administration? Oracle? The list goes on and on... -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: when to use %@include% when to use jsp:include

2004-12-07 Thread QM
to Java source? Either way, it's ugly.) -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: tag reference advice

2004-12-07 Thread QM
is that the base JSTL + Struts (or whatever framework you use) taglibs should suffice. Anything else and you're walking the fine line of putting too much app logic into the presentation layer. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Tomcat 4.1.27+ vs 4.0.6 vs 3.2.4 - Looking for some Experience with this comparison.

2004-12-05 Thread QM
robust straight out of the box? : Which release seems to be the most reliable? In theory, the later the (stable) version, the better overall it is compared to earlier versions. Both 4.0.x and 4.1.x achieved stable releases. -QM -- software -- http://www.brandxdev.net tech news -- http

Re: FW: Help: Windows Server on Linux Client

2004-12-05 Thread QM
... Try this as a debug measure: enable an HTTP connector on Tomcat, and try to access that directly from a Linux/Mozilla browser. Do you encounter this problem using Mozilla from another Windows machine? -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Tomcat 5 + hostname

2004-12-04 Thread QM
resolver. Check /etc/hosts and /etc/nsswitch.conf (if that machine runs a Unix-like OS). -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Filter/...

2004-12-04 Thread QM
-level redesign, or at least change the include() to an HTTP request in and of itself. What's going on in your design that you require the filter to wrap the inner (include()'d) request? Storing/changing session objects? -QM -- software -- http://www.brandxdev.net tech news -- http

Re: References to resources outside a webapp

2004-12-03 Thread QM
, there was a thread on just this within the past couple of days. Otherwise, to get and serve files from outside the context, use basic file streaming operations and be sure to flush the servlet's output buffer when you're done. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: common image practice?

2004-12-02 Thread QM
this with your version control system, different apps could have different versions of these files as their needs diverge. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail

Re: tomcat5.0 shutdown

2004-12-02 Thread QM
the mailing list? Do you remember how you subscribed? If not, check the website. btw, shouldn't you unsub after you've resolved your shutdown problem? ;) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Problem with JAAS

2004-12-02 Thread QM
going on here? My guess is that : somehow Tomcat is configured to use JAAS by default, but since I've : not used JAAS before now, I'm not sure where to look... Are you in your own container? If not, you could be tripped up by an errant global setting. -QM -- software -- http

Re: Can i make Tomcat read my own Deployment Descriptor??

2004-12-02 Thread QM
. Review the Struts docs for details. : If we are able to read our own XML and make Tomcat work : accordingly it will be more flexible. What are you trying to do? -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: JSTL forEach acting funny

2004-12-02 Thread QM
those imports, a $ is just a $. -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: Deployment problem

2004-12-02 Thread QM
the manager. That's not advisable. The work/ dir is Tomcat's private scratch space. Putting files directly there may cause problems. Have you tried a standard deployment? that is, by hand? There's no sense trying this with Maven or the manager app just yet. -QM -- software -- http

Re: Content-Type rewriting in jakarta-tomcat-connectors

2004-12-02 Thread QM
;) expected or enforced? ;) They aren't always the same. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: common image practice?

2004-12-02 Thread QM
space from duplication of resources. If you're writing Java webapps, tacking a few kb (or even a few hundred kb) onto each WAR file isn't a big deal. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Multipe Tomcat instances

2004-12-01 Thread QM
variable CATALINA_HOME to point back to the main Tomcat install (which sets the location of common/lib, server/lib, etc). -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e

Re: Need Clarification on Tomcat SSL Configuration....

2004-12-01 Thread QM
of the data going back and forth between the client and server? 4/ What's in the page itself? (This may be a case of Pilot Error) etc, etc. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: ssl configuration. 5.0.28

2004-12-01 Thread QM
? The online Tomcat docs should be fine, and in there you'll find the meaning of all the Connector/ attributes. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL

Re: Moving from 4.1.27 to 5.0.28?

2004-12-01 Thread QM
4) then it should be straightforward. There's a brief doc on my website for the 4.1 - 5.0 upgrade: http://www.brandxdev.net/misc/tomcat_upgrade.site -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Deployment problem

2004-12-01 Thread QM
you could share what you did in Tomcat 4, and what you've tried in v5..? That might give the rest of us a head start. I don't have the time to try it here, but I suppose you've already tried a context path of /srv/stuff and that failed? -QM -- software -- http://www.brandxdev.net tech news

Re: Best books inquiry

2004-11-29 Thread QM
(presumably for EJB, etc). The servlet spec is available at java.sun.com, and the Tomcat docs are on the same site where you found this mailing list. Watch out for books: most are outdated. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Removing the 404 error mesajes in tomcat

2004-11-29 Thread QM
in your web.xml. -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: problem with simultaneous query submissions

2004-11-22 Thread QM
be able to take a look at it. -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: [OT] Asynchronous Event processing API

2004-11-22 Thread QM
-- sounds pretty vanilla. From what I gather, your question concerned how to connect this to a web front end and provide zippy response for end-users. If I've misunderstood, let me know. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Please Help: Using SSL in servlets

2004-11-21 Thread QM
? Yes, but you must first help us to help you: please post relevant files (in this case, the web.xml from the app that doesn't work) and give a more detailed problem description. You'd be surprised how many SSL problems are caused by typos in web.xml, e.g. trusttore instead truststore. -QM

Re: Suggestion - upgrade scripts.

2004-11-18 Thread QM
is a situation in which we can all do what we want without affecting anyone else. ;) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: context loaded twice

2004-11-18 Thread QM
that's explicitly defined by a Context/ tag, but the docBase and path attributes don't match, Tomcat figures you want to deploy it again. Short version: make sure autoDeploy and deployOnStartup are both false. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Understanding origin of Unexpected exception ... outside the VM

2004-11-17 Thread QM
the memory itself, there's no way (AFAIK) to exercise individual chips unless you open the box and shuffle them in/out yourself. If you have a Sun support contract, now's the time to put it to use. ;) -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

Re: Realms and Static pages

2004-11-17 Thread QM
to serve them yourself. =) By default, files under WEB-INF are *not* available for standard requests (HTTP/GET, HTTP/POST, etc). This prevents would-be miscreants from downloading the app's code and config files. -QM -- software -- http://www.brandxdev.net tech news -- http

<    1   2   3   4   5   6   7   8   9   >