[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Find deploy date from web application

2005-09-28 Thread panuv
ider doing all your deploying (not just 'building') with a script that writes all deployments in a file, or a database. -panuv View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3897764#3897764 Reply to the post : http://www.jboss.com/i

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Find deploy date from web application

2005-09-28 Thread panuv
One approach is to have a JSP-page that reads and displays the build-number (incl. possibly a timestamp) from a text-file, which is created by the build/deploy-script. -panuv View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3897743#3897743 Repl

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSTL

2005-08-18 Thread panuv
I think the recommended way is to add this to the top of the page: <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %> So if JBossIDE puts some other %@ directive there, it may get confused. If you take them out alltogether and it still works, great. So it seems JBossIDE is not q

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSTL

2005-08-18 Thread panuv
I had the same problem. However what seemed to help was that I 1. Put the following into the WEB-INF\web.xml : http://java.sun.com/xml/ns/j2ee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd" | vers

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Support for Tomcat 5.5.9

2005-07-19 Thread panuv
The more general question is, how does one replace a given Tomcat version with another, and 'rebundle' it with JBOSS? My question is: How can I build the whole bundle from source, including Tomcat sources. I was able to build JBOSS from source, pretty easily. When running that server under JBO

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Tomcat 5.5.9 Case-Sensitivity

2005-06-10 Thread panuv
Interesting ... Could you or someone else provide us with a link to documentation where this is explained. Thanks -panuv View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881090#3881090 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [HTTPD, Servlets & JSP] - Tomcat 5.5.9 Case-Sensitivity

2005-06-07 Thread panuv
n the file:anonymous wrote : server\default\deploy\jbossweb-tomcat55.sar\server.xml and this used to do the trick on JBOSS 4.0.1, but no longer. Any ideas on what could be done about it would be greatly appreciated. Should I use an earlier version of Tomcat with JBOSS 4.0.2 perhaps ? Than

[JBoss-user] [Performance Tuning] - Re: 615 SQL-server connections

2005-04-20 Thread panuv
nnections, and thus be cleaned out by check-valid-connection-sql ? Thanks -panuv View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874663#3874663 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874663

[JBoss-user] [Performance Tuning] - 615 SQL-server connections

2005-04-15 Thread panuv
Hi, We're running JBOSS 3 & 4 connected to the same SQL Server database. Sumultaneous db-connections went up to 615. That's too much, and slows down the system. What's the best way to limit them ? Thanks -panuv View the original post : http://www.jboss.org/index.html?mod

[JBoss-user] [Security & JAAS/JBoss] - Re: Security Threat

2005-03-28 Thread panuv
you're running Windows. This leaves me perplexed. If anybody knows of a test for checking whether this JSP vulnerability exists or not, on a given installation, I would be most greatful to learn about it. Maybe there's a way to guard against it too, by configuring the URL-patterns app

[JBoss-user] [Security & JAAS/JBoss] - Re: Security Threat

2005-03-24 Thread panuv
tivity for resources on the Windows platform. Defaults to true. Could you give us a link to the other piece of documentation you mention? Thanks -panuv View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871548#3871548 Reply to the post : http://www.jb

[JBoss-user] [Security & JAAS/JBoss] - Re: Security Threat

2005-03-24 Thread panuv
le on your system, naturally it wouldn't show. Also, I'm running Tomcat in capital-insensitive mode. If the problem is solved in SP1 that would be great. There should be no way for hackers to look inside our WEB-INFs. Thanks -panuv View the original post : http://www.jboss.org/ind

[JBoss-user] [Security & JAAS/JBoss] - Security Threat

2005-03-23 Thread panuv
ere other known exploits with '.' in jboss/tomcat URLs, to display files whose content should be hidden from end-users? Thanks -panuv View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871382#3871382 Reply to the post : http://www.jboss.org/ind

[JBoss-user] [HTTPD, Servlets & JSP] - How to make Tomcat case-insensitive

2005-02-03 Thread panuv
How to make Tomcat (URL-)case-insensitive, when running it under JBOSS 4.0.1 ? Is it possible? Thanks - panu View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865093#3865093 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Installation & Configuration] - How to serve plain web-content?

2005-01-06 Thread panuv
I have a directory containing 40,000+ sub-directories of web-content, which I want to serve through JBOSS/Tomcat 4.0 (RC1) . The content is plain HTML and JavaScript, no .JSPs nor servlets involved. This works kind of, but starting up the server takes 40+ minutes, which is way too long. It se