Hi,
my problem is the following. I get this error in my
application:
Servlet action is currently unavailable,
I would like to know if you need to do something
special when you are using in your applicacion a
database that is NOT in your host but in a different
machine
here is the strut config
<data-source>
<set-property
property="autoCommit"
value="true"/>
<set-property
property="description"
value="Configuración de la Base de Datos del
Sistema"/>
<set-property
property="driverClass"
value="org.postgresql.Driver"/>
<set-property
property="maxCount"
value="100"/>
<set-property
property="minCount"
value="2"/>
<set-property
property="password"
value=""/>
<set-property
property="url"
value="jdbc:postgresql://ipmachine/oest4"/>
<set-property
property="user"
value="postgres"/>
</data-source>
ipmachine is NOT localhost.
please.
Another point ... are there differences when you are
running struts in windows and in linux. this is
because on windows i can run the system but when i
install on linux then i get that trouble.
thank you for your help!!! i really need it!!
Aleksander Gonzalez
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]