Olá, estou tentando compreender como funciona programação em Java com Servlet, pelo localhost está tudo certo, para testar a minha aplicação na internet, pelo NetBeans eu apertei f11, ele me gerou o arquivo.war, descompactei, upei em um servidor todas as pastas, porem aparece o seguinte erro:
[b]Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.[/b]
A pagina é Index.Html
<form action="Arquivos" method="POST">
<table border=1 width="230" bgcolor='White'>
<tr><td>
Usuario: <input type="text" name="usuario" size="10" maxlength="14" value ="" ></input>
</td></tr><tr><td>
<center>Senha: <input type="password" name="senha" size="3" maxlength="10" value ="" ></input></center>
</td></tr>
</table>
<table border=1 width="230" bgcolor='White'>
<tr><td><center>
<input type="submit" value="Logar" name="btLogar">
<input type="reset" value="Limpar" name="btLimpar">
</center>
</td>
</tr>
</table>
</form>
ele tem que ir para o Arquivos.Java, quando eu compilo ele o Netbeans transforma para Arquivos.Class
o servidor que eu estou testando possue as seguintes caracteristicas:
Apache PHP MySQL Qlix Sistema
2.2.14 5.3.2 5.1.41 2.8.8 Linux
O que está faltando?