Olá srs.
Tenho uma aplicação JSP instalada em um servidor Linux, na qual faço acesso remoto via SSH. Bem, a aplicação trabalha com envio de arquivos e assinatura digital, para salvar no BD Oracle.
Localmente, td funciona certinho, porém, qdo vou usar o aplicativo acessando o link onde a aplicação está “instalada”, tenho o seguinte erro:
[color=“red”]Server returned HTTP response code: 503 for URL: http://tyrrel/peticao/recebearq.jsp[/color]
O q seria?? Alguma configuração do TomCat?? O que eu devo procurar?? Já achei na Internet a seguinte ajuda:
[i]On the other hand, the HTTP error code 503 is returned when:
[color=“blue”]The maximum number of retries is exceeded. This value is computed by dividing ConnectTimeoutSecs by ConnectRetrySecs.
Idempotent is OFF. [/i][/color]
outra coisa q encontrei foi:
[color=“blue”]i]Error 503–Service Unavailable
You will get this response if you have not set the compileCommand property in the weblogic.properties file. Check the initArgs property for the JSP compiler. If this is correct, also check that the virtual name for the initArgs pattern matches the virtual name given to the JSPServlet (usually *.jsp)[/i][/color]
e finalmente…
[color=“blue”]Failover with a Single, Non-Clustered WebLogic Server
If you are running only a single WebLogic Server instance the plug-in only attempts to connect to the server defined with the WebLogicHost parameter. If the attempt fails, an HTTP 503 error message is returned. The plug-in continues trying to connect to that same WebLogic Server instance until ConnectTimeoutSecs is exceeded.
SC_SERVICE_UNAVAILABLE
public static final int SC_SERVICE_UNAVAILABLEStatus code (503) indicating that the HTTP server is temporarily overloaded, and unable to handle the request.[/color]
alguém aí já passou por algo parecido?? Alguém tem alguma idéia de onde eu possa mexer??
Grato…
Michel