Re: Tomcat 7.0.63 - socketBuffer "-1" - linux platform behaviour

2016-03-08 Thread Rashmi R Katagall
oid errorDispatch(Request arg0, Response arg1) { } } BrokerProtocolHandler is: public class BrokerProtocolHandler extends org.apache.coyote.http11.Http11Protocol { public BrokerProtocolHandler() { super(); } public AbstractEndpoint getEndpoint() {

Tomcat 7.0.63 - socketBuffer "-1" - linux platform behaviour

2016-03-07 Thread Rashmi R Katagall
s only after 60 seconds. So, to recreate the client needs to disconnect before 60 seconds. I am looking for help to understand why there is no exception raised on linux when the client disconnects before server responds unlike that on windows.

Fw: Tomcat 7.0.63 - socketBuffer "-1" - linux platform behaviour

2016-03-07 Thread Rashmi R Katagall
s only after 60 seconds. So, to recreate the client needs to disconnect before 60 seconds. I am looking for help to understand why there is no exception raised on linux when the client disconnects before server responds unlike that on windows.

Re: Accessing standalone Tomcat from an external IP address

2008-02-21 Thread Rashmi
external ip address to the internal ip address, and send responses from internal ip to external ip. After the configuration was made the request was reaching Tomcat and it served the request like it always does. -Rashmi On Wed, Feb 20, 2008 at 2:09 PM, Christopher Schultz <[EMAIL PROTECTED]>

Re: Accessing standalone Tomcat from an external IP address

2008-02-20 Thread Rashmi
ction was received. This is not related to Tomcat. I'll try to figure this out. -Rashmi On Tue, Feb 19, 2008 at 10:36 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Rashmi [mailto:[EMAIL PROTECTED] > > Subject: Accessing standalone Tomcat from an external IP a

Accessing standalone Tomcat from an external IP address

2008-02-19 Thread Rashmi
27;t find an answer. Should I configure the HTTP connector differently? Currently the HTTP connector configuration is the one that comes by default with Tomcat 6.x. I'm pasting it here for reference: Any help is appreciated. -Rashmi --

Re: - Error -404 resources not found

2007-08-18 Thread Rashmi Rubdi
t; uninstalled JDK and TomCat on a couple of machines but still the same > response. So it must be something I'm doing wrong, but I have no idea what it > is. I have tried numerous of combinations and even tried fresh machines. > > Any Thoughts would be appreciated > -Rashmi -

Re: org.apache.tomcat.dbcp.dbcp.SQLNestedException : Cannot get a connection, pool error Timeout waiting for idle object

2007-08-12 Thread Rashmi Rubdi
Are you closing the ResultSet, Statement and Connection in a finally block immediately after they're used? -Rashmi On 8/12/07, fusion35 <[EMAIL PROTECTED]> wrote: > > context.xml : > > > >driverClassName="com.mysql.jdbc.Driver" maxActive="0&

Re: naming trouble

2007-06-24 Thread Rashmi Rubdi
on it's own virtual host rather than multiple contexts within the same virtual host. Maybe can help my java version is: # /tomcat/java/bin/java -version java version "1.6.0_01" Java(TM) SE Runtime Environment (build 1.6.0_01-b06) Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_01-b06,

Re: How to write this elegantly in JSP/EL

2007-06-22 Thread Rashmi Rubdi
On 6/22/07, Nikola Milutinovic <[EMAIL PROTECTED]> wrote: Hi all. This is not really TC related, but more JSP and EL question, but I thought I'd ask. I ask JSP, EL and JSTL questions here http://jakarta.apache.org/taglibs/ or http://forum.java.sun.com/forum.jspa?forumID=45 ---

Re: 30 Mb of common jars in each of 5 war files, should i consolidate?

2007-06-08 Thread Rashmi Rubdi
I haven't tested this though, so can't tell for sure. The 2nd option requires more disk space of course. -Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: Tomcat keepalive mysql connection.

2007-06-07 Thread Rashmi Rubdi
cat 6. Are there any better ways than I am not aware of.? I don't think increasing the timeout length in Mysql is a much better solution. Best Regards, Jacob Rashmi - To start a new topic, e-mail: users@tomcat.apache.org T

Re: Tomcat URL decoding different from Java's URLDecoder?

2007-06-06 Thread Rashmi Rubdi
t;%=URLEncoder.encode("造字", "Big5")%> URL Decode: <%=URLDecoder.decode("%B3y%A6r", "Big5")%> The above shows garbage characters. --- web.xml --- PARAMETER_ENCODING Big5 --- Tomcat 6.x server.xml -Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: HTTP 500 when using custom error pages in Tomcat 6.0

2007-06-05 Thread Rashmi Rubdi
;/errors/error.jsp" , this way error.jsp will be visible to any page in your app when you use that path. 2) Is the web.xml configured correctly, is the path of error.jsp in web.xml correct? Again, it should be context relative. -Rashmi -

Re: Tomcat URL decoding different from Java's URLDecoder?

2007-06-05 Thread Rashmi Rubdi
t doing the URL decoding in a different way than Java's built-in URL decoder? -Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Making a directory visible to tomcat

2007-06-02 Thread Rashmi Rubdi
a I/O API you will be able to access any file , even if it is outside the web application's context. I don't know if there's a way to access any file outside the web app's context using Servlet API , others may know. thanks -Rashmi --

Re: Tomcat session varibale

2007-06-02 Thread Rashmi Rubdi
(Java classes and JDBC) 3) Define the Servlet mapping in web.xml 4) Submit the form from the JSP to the Servlet (URL pattern from web.xml) Take a look at this clickable diagram. http://java.sun.com/blueprints/corej2eepatterns/Patterns/index.html -

Re: Tomcat 6 manager application bug

2007-06-02 Thread Rashmi Rubdi
in the manager app. (See attached picture if it works). I think it Attachments are automatically filtered. You could upload it somewhere and post the link to it. might be a bug. -j Rashmi - To start a new topic, e-mail:

Re: I would like a new session each time I start my application

2007-06-02 Thread Rashmi Rubdi
s of Tomcat, but it should work on Tomcat 5.5.x or higher. Next time please mention the version of Tomcat and other relevant details. -Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL

Re: How to load a static class on Tomcat startup

2007-06-01 Thread Rashmi Rubdi
tomcat-6.0-doc/config/engine.html#Lifecycle%20L isteners http://tomcat.apache.org/tomcat-5.5-doc/config/engine.html#Lifecycle%20L isteners - Chuck -Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubs

Re: About deploying

2007-06-01 Thread Rashmi Rubdi
. I don't have experience with shared Tomcat, but there are a few other Tomcat reasonable cost , and even free hosting providers who don't put such restrictions, they allow you to have your own Tomcat instance. Lookup this up on your fav search engine. T

Re: Tomcat session varibale

2007-06-01 Thread Rashmi Rubdi
ceed... Can you help me as soon It works because the HttpRequest object is available to all Servlet's inside their doPost and doGet methods. as possible.. Best, ilker I recommend you read about Servlets, it's all covered in the basics. -Rashmi --

Re: Tomcat does not start

2007-05-31 Thread Rashmi Rubdi
hive there haven't been any problems on Windows XP, JDK 1.5 and 1.6.x Just unzip it to a directory that doesn't contain spaces , and set JAVA_HOME or JRE_HOME , CATALINA_HOME system environment variables. Hope this helps. -Rashmi On 5/30/07, Len Popp <[EMAIL PROTECTED]> wrote: So

Re: Jasper compiler crashes

2007-05-30 Thread Rashmi Rubdi
s a lot for providing the modified script. It worked flawlessly, I request only one change to it - if you think it's right. I would make the hostname (localhost) a variable, as it allows one to substitute a virtual host. -Regards Rashmi

Re: Jasper compiler crashes

2007-05-29 Thread Rashmi Rubdi
our script needs those package rename hacks. Feels like precompiling into Tomcat's work area should be built in, bin/precompileJsps.bat|.sh. Thanks, Anthony Regards Rashmi - To start a new topic, e-mail: users

Re: Excluding JSP compiler from Tomcat

2007-05-28 Thread Rashmi Rubdi
l project to see how it works and what works for you. The less it changes, the more my development (pre-deployment) would be as close to production as possible, I'm guessing... Thanks. -Regards Rashmi - To start a new

Re: Web application receives request parameters sent to another application on Tomcat 6

2007-05-28 Thread Rashmi Rubdi
false? relevant sections of server.xml , Context xml files will be useful. Regards, Dejan -Regards Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: subdomain name redirect to different context path

2007-05-27 Thread Rashmi Rubdi
On 5/26/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Rashmi Rubdi [mailto:[EMAIL PROTECTED] > Subject: Re: subdomain name redirect to different context path > > I think he wants to redirect or forward all requests from > 'forums.mysite.com' to 

Re: subdomain name redirect to different context path

2007-05-26 Thread Rashmi Rubdi
On 5/26/07, Pid <[EMAIL PROTECTED]> wrote: Rashmi Rubdi wrote: > On 5/26/07, Ran <[EMAIL PROTECTED]> wrote: >> Hi all, >> I would like to point 'forums.mysite.com' to 'www.mysite.com:8080/forums' >> How could I do that with tomcat conf ? or

Re: subdomain name redirect to different context path

2007-05-26 Thread Rashmi Rubdi
You could write a redirect javax.servlet.Filter Thanks, ran Regards Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JSP pages mixing for concurrent users

2007-05-26 Thread Rashmi Rubdi
up. While debugging you could always print the session id of the user and see if user B's session id is the same as user A's session id. -Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail:

Re: Upgrading to Tomcat 6 problems

2007-05-26 Thread Rashmi Rubdi
r higher there's no need to explicitly define the TLDs within web.xml , as they're already defined in JSTL's jar file. You just need the correct jstl and standard jar files. In your JSPs make sure the taglib URIs are correct, (refer to the JSTL Taglib API for your version of JSTL

Re: Excluding JSP compiler from Tomcat

2007-05-25 Thread Rashmi Rubdi
ke HttpUnit or Apache Cactus, as the tools test each JSP page they acces the JSP pages for the ~first time~ , this essentially compiles all JSP pages , then move the war file to production. Many recommend the 2nd option as it makes your pre-compiled code portable aross containers. Tha

Re: How-to make default Running status = false

2007-05-25 Thread Rashmi Rubdi
n a software vendor says that a product is "intuitive" he means the exact opposite. Regards Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How-to make default Running status = false

2007-05-24 Thread Rashmi Rubdi
ly. It's a simple way to switch off apps, or switch between apps whenever you want. Thanks, Roger Tismeer -Regards Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROT

Re: Tomcat admin,Manager app setup

2007-05-23 Thread Rashmi Rubdi
-60.cgi for example: Admin App 6.0.x (Under Development) so people looking for it would know that it isn't available yet, unless they're supposed to be looking in the mail archives. -Regards Rashmi On 5/23/07, Venkat Venkataramanan <[EMAIL PROTECTED]> wrote: Rashmi: I posted a simi

Re: Tomcat admin,Manager app setup

2007-05-22 Thread Rashmi Rubdi
tml , after defining a user and a role for that user in tomcat-users.xml Look for tomcat-users.xml under apache-tomcat-6.0.x\conf\ folder and add something like: Your help on this will be really helpful to us. Thanks in advance. With Regards, Alagar Raja

Re: transaction manager cannot load in Tomcat 6

2007-05-21 Thread Rashmi Rubdi
t posting the link in case you didn't. Thanks, Teresa -Regards Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Configure php 5.2.2. on tomcat 6.0

2007-05-21 Thread Rashmi Rubdi
Sorry p I didn't see your reply before hitting the Send button. -Rashmi On 5/21/07, Pid <[EMAIL PROTECTED]> wrote: Pierluigi Fabbris wrote: > Hi > I use saxon b, java and php how can I configure the last one? In Tomcat 5 > and php 5.0 is possible. Is possible in Tomcat

Re: Configure php 5.2.2. on tomcat 6.0

2007-05-21 Thread Rashmi Rubdi
he.org/ http://httpd.apache.org/lists.html#http-users Hoping in a reply. Sincerally yours, Fabbris Pierluigi -Regards Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: Tomcat-Question: Inefficient searching for jsp-files?

2007-05-21 Thread Rashmi Rubdi
All attachments are filtered out automatically. Please post the URL of the screen shot and/or other relevant information such as log file contents etc. The Context-Entry looks like Thanks for suggestions, Thomas -Regards

Re: Problem using Tomcat 6.x under windows 64-bit

2007-05-20 Thread Rashmi Rubdi
service it doesn't start. I attach the log-files generated by tomcat. Attachments are filtered out, please paste the relevant contents of the log file. Please give me an answer. Thanks in advance, Lluis -Regards Rashmi -

Re: transaction manager cannot load in Tomcat 6

2007-05-19 Thread Rashmi Rubdi
On 5/19/07, Rashmi Rubdi <[EMAIL PROTECTED]> wrote: > This is what's configured as a global resource in server.xml: > min="1" > max="1" > auth="Container" > t

Re: transaction manager cannot load in Tomcat 6

2007-05-19 Thread Rashmi Rubdi
e same as in Tomcat 5.5 with no luck. Any help would be greatly appreciated. Thanks! -- Teresa Regards Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Missing ETag in 304 Header

2007-05-19 Thread Rashmi Rubdi
On 5/19/07, Christopher Schultz <[EMAIL PROTECTED]> wrote: Rashmi, Rashmi Rubdi wrote: > Thank you both for clarifying, I understand what you're saying. [snip] > And the definition of ETag : > http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.19 > > ment

Re: Missing ETag in 304 Header

2007-05-19 Thread Rashmi Rubdi
On 5/19/07, Christopher Schultz <[EMAIL PROTECTED]> wrote: Rashmi, Rashmi Rubdi wrote: >> 1. Spec says: >> "The response MUST include the following header fields: ... - ETag >> and/or Content-Location, if the header would have been sent in a 200 >> respons

Re: Missing ETag in 304 Header

2007-05-19 Thread Rashmi Rubdi
On 5/19/07, Rashmi Rubdi <[EMAIL PROTECTED]> wrote: > 1. Spec says: > "The response MUST include the following header fields: ... - ETag > and/or Content-Location, if the header would have been sent in a 200 > response to the same request" Just to test thi

Re: Missing ETag in 304 Header

2007-05-19 Thread Rashmi Rubdi
header *was* sent in a 200 response to the same request. (See the header logs I posted earlier.) 3. Therefore, the 304 response must include the ETag. (I'm pretty sure that's right, it seems straightforward to me.) -- Len -Regards Rashmi

Re: Missing ETag in 304 Header

2007-05-19 Thread Rashmi Rubdi
or Http Status code. If they status code is 200 , then they should look for Etag header, if the status code is 304 then they should look for If-None-Match header. thanks. -Rashmi - To start a new topic, e-mail: users@tomcat.apa

Re: javax.servlet.ServletException: Java heap space

2007-05-19 Thread Rashmi Rubdi
oogle.com/search?sitesearch=tomcat.apache.org&q=JAVA_OPTS&Search=Search+Site -Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: javax.servlet.ServletException: Java heap space

2007-05-19 Thread Rashmi Rubdi
rg/faq/memory.html The solution may not depend on the version of Tomcat, JDK etc you're using, but it helps for us to know just in case it does. Cordially Aurelien Allienne -Regards Rashmi - To start a new topic, e-

Re: Prevent unwanted requests

2007-05-19 Thread Rashmi Rubdi
I agree, there's no need to place .java files, the .class files under /WEB-INF/ are sufficient. Unless you're writing an Applet, which has to exist outside /WEB-INF/ , all other classes are protected from browser/ client access when they're under /WEB-INF/ -Rashmi On 5/19/

Re: I've been trying to unsubscribe from this list for years.

2007-05-17 Thread Rashmi Rubdi
email with something like "good bye" in the subject. -Rashmi On 5/17/07, Keith Adams <[EMAIL PROTECTED]> wrote: No matter how many times I send a blank email to: [EMAIL PROTECTED], like the one I sent at 11.19 Eastern this morning, nothing happens. I use a rule to delete them pe

Re: Missing ETag in 304 Header

2007-05-17 Thread Rashmi Rubdi
cat. Is there a reason that the Etag is not being included? Is there a way to configure Tomcat to include this? My company is working with a caching solution provider, and they are complaining about the missing ETag. thanks. Regards Rashmi ---

Re: Run Xalan on Tomcat

2007-05-14 Thread Rashmi Rubdi
On 5/14/07, Christopher Schultz <[EMAIL PROTECTED]> wrote: Rashmi Rubdi wrote: > One way to use Xalan is with JSTL XML tags inside a JSP. A much better way is to use Cocoon (http://cocoon.apache.org). I've not tried Cocoon yet, so I really cant compare JSTL XML tags with Coc

Re: Tomcat 6 trimDirectiveWhitespaces

2007-05-14 Thread Rashmi Rubdi
e, the Javascript wont work as expected. The solutions are not to use open style comments // and to close all Javascript statements with a semi colon. Anyway, your situation may be different but I just thought I'll let you know. -Regards Rashmi On 5/14/07, Milanez, Marcus <[EMAIL PROTECT

Re: Run Xalan on Tomcat

2007-05-13 Thread Rashmi Rubdi
ared folder (your choice). I use Tomcat 5.5.23 and I'm newbie How do you plan to use Xalan on Tomcat? One way to use Xalan is with JSTL XML tags inside a JSP. many thanks -Regards Rashmi - To start a new topi

Re: Oracle JDBC connection Tomcat 5.5

2007-05-13 Thread Rashmi Rubdi
On 5/12/07, Zdeněk Vráblík <[EMAIL PROTECTED]> wrote: Hi Rashmi, thans for reply. Configuration that is described in link you sent me works fine. Problem is when I change the datasource factory to Oracle datasource factory. Than is not possible to find this datasource through JNDI look

Re: Oracle JDBC connection Tomcat 5.5

2007-05-12 Thread Rashmi Rubdi
my test application. Thanks. Regards, Zdenek Vrablik Regards Rashmi

Re: Tomcat 6 trimDirectiveWhitespaces

2007-05-11 Thread Rashmi Rubdi
ve the blank lines left behind by JSP directives (as described here http://java.sun.com/developer/technicalArticles/J2EE/jsp_21/ ) when the HTML is rendered. If you want to trim all white spaces one option is Ant RegEx (see bottom: http://ant.apache.org/manual/OptionalTasks/rep

users@tomcat.apache.org

2007-05-10 Thread Rashmi Rubdi
On 5/10/07, Tim Alberts <[EMAIL PROTECTED]> wrote: I'm running FC6 with Tomcat 5.5.17 (standard rpm packages from the FC6 distribution). The default rpm packages seem to have some problem, they seem to depend on each other and often stall Linux. It's best to install Linux Fedora minus the RPMs

Re: Tomcat 6.0.9 not recognizing deletion of Applet class

2007-05-10 Thread Rashmi Rubdi
html1-strict.dtd";> NVAC Polling Controller Your browser does not support the applet tag. <% //Service.init(); %> <% //out.print(Service.showString()); %> Thanks, Dan Regards Rashmi - To start a new topic

Re: nullpointerexception with standard manager

2007-05-09 Thread Rashmi Rubdi
n for doing this on tomcat 5.5.x by modifying context.xml .. Thanks, Mélanie -Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to configure Tomcat response timeout?

2007-05-09 Thread Rashmi Rubdi
On 5/9/07, Rashmi Rubdi <[EMAIL PROTECTED]> wrote: I agree, from my experience IE times out when the connection is taking too long to send a response back, I haven't experienced a timeout with FF. You may want to consider a paging algorithm, if your data set is too large, it

Re: How to configure Tomcat response timeout?

2007-05-09 Thread Rashmi Rubdi
gards Rashmi On 5/9/07, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: have you considered that the client might be aborting the connection because you are taking too long to respond? Filip - To start a new topic, e-

Re: jsp:include no longer working in 5.5.23

2007-05-07 Thread Rashmi Rubdi
On 5/7/07, Scott Dunbar <[EMAIL PROTECTED]> wrote: I've been using the same code for years since the Tomcat 3.x days and an upgrade to 5.5.23 has now broken my site. I would safely assume there have been significant changes between 3.x and 5.5.23, if I were you I would start fresh, also the ins

Re: Cannot stop/start application using manager

2007-05-05 Thread Rashmi Rubdi
er /:running:0: - how can I restart my application at that point ? I don't have the control over tomcat so cannot stop/start the server. May be the host provider can help. Any help/ideas would be greatly appreciated

Re: Tomcat5 on Mac OS X, problem with book or installation?

2007-05-05 Thread Rashmi Rubdi
om the browser by invoking http://localhost:8080/jspbook/ -Regards Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: starting Tomcat from Java

2007-05-04 Thread Rashmi Rubdi
s to behave like startup.bat regardless of changes to the environment, Tomcat, server.xml etc. (I won't always be there to sort things out) Paul Singleton -Regards Rashmi - To start a new topic, e-mail: users@tomcat.apache.or

Re: Tomcat deployment question

2007-05-04 Thread Rashmi Rubdi
le while, but in terms of functionality much has been achieved in the recent versions. Once the concepts are clear, it is easier to find your way around. But it's useful to keep in mind that the docs can be a little outdated when it comes to any softw

Re: War with timestamp not using META-INF/context.xml path

2007-05-03 Thread Rashmi Rubdi
ith just the WAR file name minus the timestamp as Chuck mentioned. However, build scripts are out of the scope of this list, but each build tool has their own mailing list - I know Ant has one, probably Maven and others have their own. Shawn

Re: How to access application in the root?

2007-05-03 Thread Rashmi Rubdi
I know as of now. Thanks in advance Ashok -Regards Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Log files always locked

2007-05-02 Thread Rashmi Rubdi
t know if it makes a difference in case of locking log files. Also there are few tail -f utilities for Windows that simulate the Unix tail -f command, helpful to view recent changes to the log file or see it running. I don't know if Textpad does that, you my have to scroll to the bottom to see

Re: shutdown restart

2007-05-02 Thread Rashmi Rubdi
You probably might have locate the files, but just in case not the startup.sh and shutdown.sh shell script files are under Tomcat's bin folder. -Regards Rashmi On 5/2/07, William Biggs <[EMAIL PROTECTED]> wrote: I runing linux where is

Re: shutdown restart

2007-05-01 Thread Rashmi Rubdi
Also, if the OS is Unix/Linux based, you most likely should grant execute permissions for startup.sh and shutdown.sh - before trying to execute them the first time. -Regards Rashmi - To start a new topic, e-mail: users

Re: shutdown restart

2007-05-01 Thread Rashmi Rubdi
n the icon that appears on the bottom right task bar. -Rashmi On 5/1/07, William Biggs <[EMAIL PROTECTED]> wrote: I'm a newbie. After I upload my war file how do I shutdown and restart tomcat 5.5 ? - To start a n

Re: JAR file not finding external properties files

2007-05-01 Thread Rashmi Rubdi
that's where I picked up the solution from. Now that you've made a good point on the best approach, next time this question arises I will know better :-) --David -Regards Rashmi - To start a new topic, e-mail: users@t

Re: Manager vs host-manager

2007-05-01 Thread Rashmi Rubdi
-doc/manager-howto.html but can't find a reference to the TC 5.5 deployed app "host-manager". Can someone shed some light? Hope this helps. -Regards Rashmi - To start a new topic, e-mail: users@tomcat.apache.org

Re: JAR file not finding external properties files

2007-05-01 Thread Rashmi Rubdi
ine doesn't know it and all sorts of quirky problems show up. --David -Regards Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Apache Windows Installer doesn't work

2007-05-01 Thread Rashmi Rubdi
there's no possibility of freezing, because you would simply unzip it to a particular directory, then set JAVA_HOME and CATALINA_HOME system environment variables. "Using Jvm: C:\Arquivos de programas\Java\jre1.6.0_01\bin\client\jvm.dll" What ca

Re: JAR file not finding external properties files

2007-05-01 Thread Rashmi Rubdi
//String planet = (String) props.getObject("planet"); //System.out.println("Planet: " + planet); } } TIA - Mike -Regards Rashmi - To start a new topic, e-mail: users@tomcat.apache.org

Re: Redirecting URL request to Tomcat to folder containing Cruise Control

2007-05-01 Thread Rashmi Rubdi
L c:redirect tag within a Servlet: response.sendRedirect("/cruisecontrol/"); The above redirects with HTTP 302 I guess thats what you're looking for. Regards -Rashmi - To start a new topic, e-mail: users@tomcat.ap

Re: Redirecting URL request to Tomcat to folder containing Cruise Control

2007-05-01 Thread Rashmi Rubdi
this? Any help is greatly appreciated. Robert Segal Hope this helps. -Regards Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to share static content across multiple tomcat webapps

2007-05-01 Thread Rashmi Rubdi
. 2) some have suggested creating a Filter for this, I don't know about Filters yet but it seems like a possible solution. Thanks, Martin -Regards Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To u

Re: setup

2007-04-30 Thread Rashmi Rubdi
Hi Chuck, On 5/1/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > From: Rashmi Rubdi [mailto:[EMAIL PROTECTED] > Subject: Re: setup > > > and aloso I would like to know where the webapps/ROOT/index.jsp > > is ? > > > > By default, it is under Tomcat&

Re: Context started twice

2007-04-30 Thread Rashmi Rubdi
et response. Thanks again. -Cheers Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: setup

2007-04-30 Thread Rashmi Rubdi
ined in the docBase of ROOT.xml file , which may be located at Tomcat's conf/Catalina/[Host]/ROOT.xml -Regards Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: Access logging, multiple web applications, single virtual host

2007-04-30 Thread Rashmi Rubdi
Hi Monica, We are unable to see your message, instead we see a set of pipes | It could be that your e-mail client is using Rich Text , please change it to Plain Text and try again. -Regards Rashmi On 4/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]>

Re: Session timeout

2007-04-30 Thread Rashmi Rubdi
On 4/30/07, orn amental <[EMAIL PROTECTED]> wrote: How do I limit the amount of messages I receive? Please create a new thread instead of hijacking this one I'd like to be able to "turn on and off" the reception of messages of the mailing list without having to unsubscribe. Unfortunately the

Re: Server redirected too many times (20)

2007-04-30 Thread Rashmi Rubdi
s, John Tomcat 6.10 windows 2000 Java 1.6 -Regards Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Session timeout

2007-04-30 Thread Rashmi Rubdi
Perform Http Forward Session ID : 55FD6EF762C1AFC549F2EBBFB7CC5208 Session was created at : Mon Apr 30 12:54:09 EDT 2007 ^^^^^^ -Regards Rashmi - To start a new topic,

Re: session time out

2007-04-30 Thread Rashmi Rubdi
#x27;t know about other parameters, but they can be easily tested. The Servlet 2.4 specification shows all web.xml nodes on page 136. and can we disable this through server.xml ? So far there doesn't seem to be a setting in server.xml to disable this, so I guess not. Thanks

Re: How to share static content across multiple tomcat webapps

2007-04-30 Thread Rashmi Rubdi
re the domain etc in a constant and prefix it to the rest of the URL. Also, there might be better ways to accomplish this. I don't know much about JNDI but it comes to mind, is it possible to store images as a global JNDI resource. Thanks, Martin -Regards Rashmi ---

Re: Context started twice

2007-04-30 Thread Rashmi Rubdi
appears in more than one Servlet that may be visible to the current installation of Tomcat. -Regards Rashmi On 4/30/07, Rashmi Rubdi <[EMAIL PROTECTED]> wrote: On 4/30/07, sc <[EMAIL PROTECTED]> wrote: > > As you suggested, I started from scratch. I downloaded tomcat 6 from > ap

Re: Context started twice

2007-04-30 Thread Rashmi Rubdi
estServlet - TestServlet destroy 2007-04-30 12:35:40,046 [main] INFO com.cutetrip.view.TestServlet - TestServlet destroy Since I just downloaded Tomcat, it is likely the double init is caused by my application or local environment setting. Any

Re: Context started twice

2007-04-29 Thread Rashmi Rubdi
ery rarely), I normally start with a fresh install of the zip version of Tomcat after backing up the existing version. This process normally fixes my problems quickly with little effort. -Regards Rashmi On 4/29/07, sc <[EMAIL PROTECTED]> wrote: I tried as you suggested. But didn't wo

Re: Context started twice

2007-04-29 Thread Rashmi Rubdi
Sent from the Tomcat - User mailing list archive at Nabble.com. -Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: unexpected session behavior in Tomcat 5.x

2007-04-28 Thread Rashmi Rubdi
The above test was conducted on the Tomcat version I have which is not 5.0. If you check your code throughly and the problem still occurs in 5.0, you may want to file a bug --- only if you're sure it's a bug --- otherwise it will not be resolved , if it's not a bug :-)

Re: unexpected session behavior in Tomcat 5.x

2007-04-28 Thread Rashmi Rubdi
lse); System.out.println("In 3rd servlet --- Is session new? " + session.isNew()); String city = (String)session.getAttribute("city"); System.out.println("3rd Servlet --- Session attribute city: " + city); } } Second, why does the config

Re: how to reload WEB-INF dir?

2007-04-28 Thread Rashmi Rubdi
d time because, all that is required to see changes in JSP/Html is a browser refresh. Thanks, Josh -Regards Rashmi - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   3   4   >