Gabriel Pinares

Greenhorn
+ Follow
since Mar 11, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Gabriel Pinares

Tim Holloway wrote:...We speak English here, but we come from everywhere, so we're used to making sense (most of the time) from other people who are not native English speakers.

Thanks by your patience.

Tim Holloway wrote:Some more concrete help with DTD is here: https://www.w3schools.com/xml/xml_dtd_intro.asp

Thanks, just I get from this web the line after I was seek in NET and I was find "the trick" [ include DTD ].

But I can´t validate my XHTML document.

Please:
what is the correct code to ADD/PUT new tags in XHTML ?

Tim Holloway wrote:Why are you using DTD instead of XML schema?

Thanks.

Because I am not a expert programmer.
Additionally my english is poor.

I believe XHTML for WEB require this two lines key:

  • <?xml version="1.0" encoding="utf-8"?>
  • <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

  • I am no´t sure, but I need add the tag and others tags...

    Then I want "include" my DTD and I modify the two lines key (mandatory) with:but something is wrong...

    please,
    some idea about how I can fix this?

    maybe no't is mandatory the line #2 ??
    hello.

    in my document XHTML I add my own tag in this form:



    but W3C say [document type does not allow element "mytag" here]

    then I need ADD, EXTEND, REWRITE the ELEMENT "BODY" to add "mytag" ???


    Please any help is valuated.


    Regards

    Ulf Dittmer wrote:Frankly, those few numbers don't tell me anything

    I believe this show 1/2 GIGA free in RAM.

    Then what you think about increment memory of TomCat to 512 MB ? or 756 ?

    Thanks
    10 years ago

    Ulf Dittmer wrote:...why do you want to change them?

    Becouse in little time I up file .war and I no like the message "...Out of Memory...".

    Please see my top/memory.

    What you think?
    10 years ago
    Hi.

    In this moment I have this output, (see my atachment).

    What you think?
    What is the best values?
    How I can increment?
    Thanks
    10 years ago
    Hi,

    when I run [/usr/local/jakarta/tomcat/bin/./startup.sh;] as ROOT {catalina.out} return:

    ( OK!, ALL FINE!! )

    but when I run [/usr/local/jakarta/tomcat/bin/./startup.sh;] as tomcat {catalina.out} return:




    Some idea to fixed this?

    ¿or no is possible?

    THANKS
    10 years ago
    Hello ?

    Some help please...

    ???

    How run correctly BIRT ?
    11 years ago
    Hi.

    I download the file BIRT.WAR from http://www.eclipse.org/birt/phoenix/
    but no run in my machine (CentOs 5 + TomCat 7)

    I too have MySQL and PgSQL

    What more is required to run BIRT ?

    All is ready and is problem of config ?

    Some help please !!!

    Thanks
    11 years ago
    Hi.

    This is my server.xml



    <Host name="web.com" appBase="/home/user/public_html/servlets">
    <Alias>www.web.com</Alias>
    <Context path="/servlets" reloadable="true" docBase="/home/user/public_html/servlets" debug="1"/>
    <Context path="/manager" debug="0" privileged="true" docBase="/usr/local/jakarta/tomcat/server/webapps/manager">
    </Context>
    </Host>

    And yes!,

    TOMCAT run the DEPLOY, but FOREVER 404,
    only when I change

    JkMount /servlets/* ajp13

    By

    JkMount /* ajp13


    into [connector.conf] run fine; but I need RUN FINE INTO dir

    /servlets/



    Is impossible ?






    12 years ago
    I find this:

    usr/local/jakarta/apache-tomcat-6.0.26/conf/workers.properties

    into workers.properties

    I have EXACTLY this:

    ############################
    workers.tomcat_home=/usr/local/jakarta/tomcat
    workers.java_jre=/usr/local/jre
    workers.java_jdk=/usr/local/jdk
    ps=/
    worker.list=ajp12, ajp13
    worker.ajp12.port=8007
    worker.ajp12.type=ajp12
    worker.ajp12.lbfactor=1
    worker.ajp12.host=localhost
    worker.ajp13.host=localhost
    worker.ajp13.port=8009
    worker.ajp13.type=ajp13
    worker.ajp13.lbfactor=1
    worker.loadbalancer.type=lb
    worker.loadbalancer.balance_workers=ajp12, ajp13
    worker.inprocess.type=jni
    worker.inprocess.class_path=$(workers.tomcat_home)$(ps)lib$(ps)tomcat.jar
    worker.inprocess.cmd_line=start
    worker.inprocess.jvm_lib=.*libjvm.so
    worker.inprocess.jvm_lib=.*libjvm.so
    worker.inprocess.stdout=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stdout
    worker.inprocess.stderr=$(workers.tomcat_home)$(ps)logs$(ps)inprocess.stderr
    ############################

    I need COPY or MOVE [workers.properties] to WHERE ?

    THANKS NEWLY
    12 years ago
    Where I find [ JkWorkersFile ] ?
    What is extention ?
    12 years ago
    Hi.

    My TomCat is wrong

    <IfModule mod_jk.c>
    JkMount /*.jsp ajp13
    JkMount /servlet/* ajp13
    JkMount /servlets/* ajp13
    JkMount /*.do ajp13
    </IfModule>

    No do DEPLOY of NOTHING INTO folders
    servlet
    servlets

    I find the file [connector.conf], this load fine, but TomCat only deploy files WAR into folder root ( / )

    How I can repair this ?

    Is wrong the file CONECTOR.CONF ?

    Thanks
    12 years ago
    >>>the primary reason for the "404" is that the URL is case-sensitive, I believe.

    No masters.

    All is OK in URL.

    Please sayme what more I can do ?

    I uncomment the fragment:

    <!-- The mapping for the deprecated invoker servlet -->
    <!--
    <servlet-mapping>
    <servlet-name>invoker</servlet-name>
    <url-pattern>/servlet/*</url-pattern>
    </servlet-mapping>
    -->

    Then NOTHING run.

    No servlets, no *.JSP

    What I need edit into TOMCAT ?
    12 years ago