Caros colegas,
escrevi este código para texte, porém quando mando compilar, aparece a seguinte mensagem: "O módulo não foi implantado. Verifique o log do servidor para ver mais detalhes."?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html">
<h:head>
<title>Cadastro</title>
</h:head>
<h:body>
<div align="center">
<form action="" method="post" name="login">
<div align="center">
<br /><br /><br /><br /><br /><br /><br />
<fieldset>
<legend>Acesso ao sistema</legend>
<br />
<label for="nome">Usuário</label>
<input type="text" id="nome" />
<label for="senha">Senha</label>
<input type="password" id="senha" />
<br />
<!-- <input type="submit" value="Entrar" id="entrar" /> -->
<!-- <label for="entrar">Entrar</label><a href="menu.xhtml"></a> -->
<!-- <a href="menu.xhtml" onclick="valida()"><label>Entrar</label></a> -->
<a href="cad.xhtml">IR</a>
</fieldset>
</div>
</form>
</div>
</h:body>
</html>
É também mostrado que nesta linha está o erro:
<nbdeploy clientUrlPart="${client.urlPart}" debugmode="false" forceRedeploy="${forceRedeploy}"/>
Não sei se fui claro com minha dúvida, mas espero que possam me ajudar.