Grokbase
Topics Posts Groups | in
x
[ help ]

??? (w...@hoolla.com)

Profile | Posts (3)

User Information

Display Name:???
Partial Email Address:w...@hoolla.com
Posts:
3 total
3 in tomcat-user@jakarta.apache.org

3 Most Recent

1) ??? Re: IBM SDK & Tomcat-package missing
| +1 vote
add tomcat-dir/lib/servlet.jar in your classpath ----- Original Message ----- From: "JDunn"...
tomcat-user@jakarta.apache.org
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
add tomcat-dir/lib/servlet.jar in your classpath
----- Original Message -----  
From: "JDunn" <jdunn@augustmail.com>
To: "tomcat mail list" <tomcat-user@jakarta.apache.org>
Sent: Thursday, January 11, 2001 12:51 PM
Subject: IBM SDK & Tomcat-package missing



> I got tomcat installed & working. I'm using IBM's sdk 1.2 on Red Hat
> Linux
> When I started to compile my own servlets I got an unexpected error.
>  
> import javax.servlet.*;
> import javax.servlet.http.*;
>  
> package does not exist ?
>  
> That's a surprise. Ok where is the package.
> I can't find it on IBM's web site.
> Do I have to give up on IBM and go back to Blackdown ??
>  
>  
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected: tomcat-user-unsubs...@jakarta.apache.org]
> For additional commands, email: [email protected: tomcat-user...@jakarta.apache.org]
2) ??? help, virtual hosting ( tomcat 3.2)
| +1 vote
i am attempting to make tomcat work with my virtual hosting setup (2 domain) i have set up...
tomcat-user@jakarta.apache.org
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
i am attempting to make tomcat work with my virtual hosting setup (2 domain)
i have set up tomcat.conf, server.xml, httpd.conf following tomcat user guide  
strangely, after set up, both servlet and jsp work at one site properly
but at the other site , only servlet works and the call to a jsp file seems to lead the host to infiinte loop
two domain have nearly same configuration, i can't figure out this probelm for 2 days
plz help me
here is my configuration

httpd.conf
LoadModule jk_module libexec/mod_jk.so
AddModule mod_jk.c

JkWorkersFile /usr/local/jakarta/conf/workers.properties
JkLogFile /usr/local/apache/logs/mod_jk.log
JklogLevel warn

NameVirtualHost 211.189.158.103

<VirtualHost 211.189.158.103>
    ServerAdmin [email protected: byo...@hoolla.com] 
    DocumentRoot "/home/hoollavip/public_html" 
    ServerName test.hoollaivip.com 
    ErrorLog logs/test.hoollavip.com_217-error_log 
    CustomLog logs/test.hoollavip.com_217-access_log common 
    JkMount /*.jsp ajp13 
    JkMount /servlet/* ajp13 
    <Directory "/home/hoollavip/public_html/WEB-INF"> 
       Options None 
       Deny from all 
    </Directory> 
</VirtualHost>

<VirtualHost 211.189.158.103>
    ServerAdmin [email protected: byo...@hoolla.com] 
    DocumentRoot "/home/www/htdocs" 
    ServerName test.hoolla.com 
    ErrorLog logs/test.hoolla.com_217-error_log 
    CustomLog logs/test.hoolla.com_217-access_log common 
    JkMount /*.jsp ajp13 
    JkMount /servlet/* ajp13 
    <Directory "/home/www/htdocs/WEB-INF">                   
      Options None 
      Deny from all 
    </Directory> 
</VirtualHost>



tomcat.conf



ApJServMount http://test.hoolla.com/servlet /home/www/htdocs

ApJServMount http://test.hoollavip.com/servlet /home/hoollavip/public_html




server.xml

<Connector className="org.apache.tomcat.service.PoolTcpConnector">
            <Parameter name="handler" 
value="org.apache.tomcat.service.connector.Ajp13ConnectionHandler"/>
            <Parameter name="port" value="8009"/> 
        </Connector> 

        <Host name="test.hoolla.com"> 
           <Context path="" docBase="/home/www/htdocs" debug="0"/> 
        </Host> 
        <Host name="test.hoollavip.com"> 
<Context path="" docBase="/home/hoollavip/public_html" debug="0"/>
</Host>
3) ??? i'm in trouble with configuring virtual hosting of tomcat 3.2
| +1 vote
i'm running two site with defferent domain names so i set up tomcat with virtual hosting function...
tomcat-user@jakarta.apache.org
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
i'm running two site with defferent domain names
so i set up tomcat with virtual hosting function
one site is good(servlet, jsp both ok)
but the only servlet works at the ohter site
when i request .jsp files by my browser  
the server didn't respond
how can i solve it?
two sites have the nearly same configuration..
thanks..

spacer
Profile | Posts (3)
Home > People > ???