Sorry...I added the code, I don't know why it disappeared. Anyway the code ia
as follows:

 <Host name="nexusroi.com" appBase="C:\superior\nexus\war"
deployOnStartup="true" autoDeploy="false" unpackWARs="true"
deployXML="false" xmlValidation="false" xmlNamespaceAware="false">
 <Context path="/nexus" docBase="C:\superior\nexus\war"
workDir="C:\superior\nexus\work" reloadable="true">
  <Resource auth="Container" name="jdbc/NEXUS" type="javax.sql.DataSource"
password="root" driverClassName="com.mysql.jdbc.Driver" maxIdle="2"
maxWait="2000" username="root" url="jdbc:mysql://localhost:3306/nexus"
maxActive="4" /> 
  </Context>
  </Host>


Peter Crowther wrote:
> 
>> From: hellian [mailto:rashedulhasan2...@yahoo.com]
>> I've been facing problem setting my Host property with Tomcat
>> 5.5. Please
>> have a look on the code below and let me know what's wrong
>> with my code.
>>
>>
>>
>>
>>
>>
>>
>> Now if I use the url nexusroi.com, it doesn't work whereas the url
>> nexusroi.com/nexus does work well. Can anyone help me resolve this?
> 
> Cool, someone else using invisible ink :-).
> 
> We could help more if you supplied the code.
> 
>                 - Peter
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Problem-setting-Host-tp23921857p23922502.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to