On 4/13/06, Rob Elliott <[EMAIL PROTECTED]> wrote:
> Thanks for your response.
>
> I placed it under ROOT and I get the message HTTP Status 404 -
> video/3gp/video.3gp.
>
> What's interesting is that if I enter http://localhost:8080/ I get the
> admin page and then if I append video I see directory
The default webapp is in ROOT/, so, create the directory ROOT/video
to be reached through http://localhost:8080/video/
...
On 4/13/06, Rob Elliott <[EMAIL PROTECTED]> wrote:
> I understand what you are saying...
>
> My appbase is the default "webapps" directory. Under webapps I created a
> video\
maybe you could give a bit more context to interpret "very slow" or "quickly".
like what version of tc and jvm are you using ... etc
On 4/12/06, V D <[EMAIL PROTECTED]> wrote:
>
> Anyone have an idea about this?
>
> V D wrote:
> >
> > We have a sizable war file (|unpacked|) that needs to be run i
(not very TC specific) ...
Use a "refresh"
http://www.html-reference.com/META_httpequiv_refresh.htm
On 4/10/06, Bryan <[EMAIL PROTECTED]> wrote:
>
> Hi
> I am new to Tomcat 5 config. I have a webapp running on tomcat, and to
> get to it you have to type http://this.com/dir1/dir2/dir3/file.html, a
This would not conform to RFC2396 (see 3.3 and 3.4) : '+' is not a
special character in path element.
(Seems TC4.1 was buggy on this... ?)
On 3/21/06, Lahiff, Lorinda <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a text file with spaces as part of the file name that needs to be
> read by Apache Tom
check AccessLogValve directive in conf/server.xml
On 3/16/06, James Reynolds <[EMAIL PROTECTED]> wrote:
>
> I just installed a fresh 5.5.15 and I'm not getting any logs in my
> conf/logs directory. I did not use the installer to install this
> version (as opposed to my last install that logs jus
(not really a tomcat question...)
See http://www.chami.com/html-kit/services/favicon/help/
On 3/13/06, Pusukuri, Kishore_Kumar <[EMAIL PROTECTED]> wrote:
>
>
> what is favicon.ico? what its significance?
>
> thanks,
> kishore
>
> -
>
> --
This one should help :
http://forum.java.sun.com/thread.jspa?threadID=596489&messageID=3798801
On 3/9/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> hi all
>
> i just installed tomcat 5.5 that ships without admin ui - so i downloaded
> that also.
>
> but: where and how to install?? i do not f
Hi,
I have 2 pages p0.jsp and p1.jsp
==> f0.jsp <==
F0 ...
<%
System.out.println(" IN F0 "); // goes to catalina.out
%>
==> f1.jsp <==
F1 ...
only the access to f0.jsp is logged in access_log, and only the f0
println is printed in catalina.out.
Is this behaviour a bug or per design
The log seems pretty clear :
>>
root cause
Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK
<<
On 2/28/06, k satish <[EMAIL PROTECTED]> wrote:
>
>
> getting the follg error after installing
> tomcat5.0, j
hi,
You can define multiple in server.xml
See http://tomcat.apache.org/tomcat-5.0-doc/config/host.html
Best,
On 2/27/06, Pauline CANTALOUP <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have 2 wap sites in one application, and I have to make a homepage which
> will forward users to one of them, dependin
11 matches
Mail list logo