> C:\>echo %CATALINA_HOME% > c:\tomcat6 >This should work. What makes you think Cargo is not using it when running >tests? To be sure >it's using it, you could remove the following from your >pom.xml:
Yeah, the zipUrlInstaller section is commented in my actual file. I guess what I am looking for is my appfuse project folder in c:\Tomcat6\webapps. So that when I go to localhost:8080 manager (http://localhost:8080/manager/html), I see the app listed there with all my other non-appfuse apps. This doesn't seem to be happening. I don't want to be copying my .war file over cos that doesn't seem to work for me (that's what I was trying to do yesterday) >This file doesn't have any -ve values in it. Am I missing something? There's -1 for the "id". This is 1 table row from the sample data file. <row> <value description="id">-1</value> <value description="username">user</value> <value description="password">12dea96fec20593566ab75692c9949596833adc9</value> <value description="first_name">Tomcat</value> <value description="last_name">User</value> <value description="address"></value> <value description="city">Denver</value> <value description="country">US</value> <value description="email">matt_rai...@yahoo.com</value> <value description="phone_number"></value> <value description="postal_code">80210</value> <value description="province">CO</value> <value description="website">http://tomcat.apache.org</value> <value description="password_hint"><![CDATA[A male kitty.]]></value> <value description="version">1</value> <value description="account_enabled">1</value> <value description="account_expired">0</value> <value description="account_locked">0</value> <value description="credentials_expired">0</value> </row> Vanessa --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net