[JBoss-user] [HTTPD, Servlets & JSP] - Re: strange post deploy errors! HELP!

2004-12-16 Thread kburn
that's tha last err I'm dealing whith..

I deployed my app it was all ok, 
then I saw an error in the Javascript (so nothing that has to do whith
java or jboss) and after the redeploy that's what jboss told me:

[ error code ]

org.apache.jasper.JasperException: Unable to compile class for JSP

Generated servlet error:
/opt/jboss-3.2.5/server/default/work/jboss.web/localhost/TroubleTicket/org/apache/jsp/new_005ftrouble_jsp.java:3:
 package javax.servlet does not exist
import javax.servlet.*;
^


Generated servlet error:
/opt/jboss-3.2.5/server/default/work/jboss.web/localhost/TroubleTicket/org/apache/jsp/new_005ftrouble_jsp.java:4:
 package javax.servlet.http does not exist
import javax.servlet.http.*;
^


Generated servlet error:
/opt/jboss-3.2.5/server/default/work/jboss.web/localhost/TroubleTicket/org/apache/jsp/new_005ftrouble_jsp.java:5:
 package javax.servlet.jsp does not exist
import javax.servlet.jsp.*;
^


Generated servlet error:
/opt/jboss-3.2.5/server/default/work/jboss.web/localhost/TroubleTicket/org/apache/jsp/new_005ftrouble_jsp.java:11:
 package org.apache.jasper.runtime does not exist
public final class new_005ftrouble_jsp extends 
org.apache.jasper.runtime.HttpJspBase
^


Generated servlet error:
/opt/jboss-3.2.5/server/default/work/jboss.web/localhost/TroubleTicket/org/apache/jsp/new_005ftrouble_jsp.java:12:
 package org.apache.jasper.runtime does not exist
implements org.apache.jasper.runtime.JspSourceDependent {
^


Generated servlet error:
/opt/jboss-3.2.5/server/default/work/jboss.web/localhost/TroubleTicket/org/apache/jsp/new_005ftrouble_jsp.java:20:
 cannot resolve symbol
symbol  : class HttpServletRequest 
location: class org.apache.jsp.new_005ftrouble_jsp
  public void _jspService(HttpServletRequest request, HttpServletResponse 
response)
  ^


Generated servlet error:
/opt/jboss-3.2.5/server/default/work/jboss.web/localhost/TroubleTicket/org/apache/jsp/new_005ftrouble_jsp.java:20:
 cannot resolve symbol
symbol  : class HttpServletResponse 
location: class org.apache.jsp.new_005ftrouble_jsp
  public void _jspService(HttpServletRequest request, HttpServletResponse 
response)
  ^


Generated servlet error:
/opt/jboss-3.2.5/server/default/work/jboss.web/localhost/TroubleTicket/org/apache/jsp/new_005ftrouble_jsp.java:21:
 cannot resolve symbol
symbol  : class ServletException 
location: class org.apache.jsp.new_005ftrouble_jsp
throws java.io.IOException, ServletException {
^


Generated servlet error:
/opt/jboss-3.2.5/server/default/work/jboss.web/localhost/TroubleTicket/org/apache/jsp/new_005ftrouble_jsp.java:23:
 cannot resolve symbol
symbol  : class JspFactory 
location: class org.apache.jsp.new_005ftrouble_jsp
JspFactory _jspxFactory = null;
^


Generated servlet error:
/opt/jboss-3.2.5/server/default/work/jboss.web/localhost/TroubleTicket/org/apache/jsp/new_005ftrouble_jsp.java:24:
 cannot resolve symbol
symbol  : class PageContext 
location: class org.apache.jsp.new_005ftrouble_jsp
PageContext pageContext = null;



and so on..



[ /error code]

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858498#3858498

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858498


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - strange post deploy errors! HELP!

2004-12-16 Thread kburn
hi fellas,
I'm developing an application based on java beans+jsp over an oracle DB on 
jboss-3.2.5 ..
I'm writing all tha stuff via JBuilder2005[update1] and it happens very often 
that, when I deploy a WAR, jboss comes out with strange and ununderstandable 
errors..
I discovered that this kind of trouble is jboss's caching fault..
but every time it's a bit different from the other one..
e.g. one day I made a deploy and I found that by erasing all tha 
$JBOSS_HOME/server/default/tmp/deploy, the 
$JBOSS_HOME/server/default/deploy/mywar.war, rebuild my webmodule and deploy it 
again it worked, but not all the times this tecnique works..

so my question is:

 W H Y  does jboss behaves like this???
and
 W H A T can I do to patch this problem?? cuz,managing those troubles takles me 
more time than writing&debugging my code.. 

I hope I made my self clear :P

tya 4 any suggest, greetz

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858490#3858490

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858490


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: strange post deploy errors! HELP!

2004-12-13 Thread kburn
by the way, I solved this problem by erasing all tha wars in the deploy 
directory, all the stuff in the tmp/deploy and by restarting jboss ..

but that's insane!

this problem is taking me 2 much time, all the times

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858553#3858553

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858553


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: strange post deploy errors! HELP!

2004-12-13 Thread kburn
dunno,
but I tell u this:

if I made a deploy  that's working fine, and then I simply change a row of 
javascript code, this should'n affect the redeploying in any sense.. :S isn't' 
it? 
:(

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858551#3858551

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3858551


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: make a jsp runnin' on https

2004-10-25 Thread kburn
ok m8... 

I think i got  tha point, but could u be a bot more precise?
I mkean, if could u make me an example or tell me some urlz where 2 find'em ..

and the main question is: do I ABSOLUTELY have to run apache over jboss/tomcat? or can 
I make it in a diffrent way.. [ without apache :P ]
cuz, u c, I've servlet and jsp to run chrooted in tha https..

did I make myself clear?

ta dude!! >D

hugs'n'kissess.. :D :D

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852521#3852521

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852521


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - make a jsp runnin' on https

2004-10-22 Thread kburn
OK guyz, I configured jboss to run tomcat with https.. and that's a good thing.. >D

now I got anoth prob, how can i make run my jsp under https..
in that way, think that I have www.foo-boo.com/login.jsp..
now that I setted up the conf it works for both manners

 https://www.foo-boo.com/login.jsp
and
 http://www.foo-boo.com/login.jsp

seen on this I wanna make that if I try to reach  http://www.foo-boo.com/login.jps [ 
or whatever ] the system makes me go under https AND, if I'm not logged in it 
redirects me to https://www.foo-boo.com/login.jsp..

did I make myself clear?
I hope so .. 

ta 4 any advice

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852319#3852319

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852319


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - HTTPS plz heellp

2004-10-21 Thread kburn
hi dudes, i'm having troublez with tha https cfg..
any1 could help me on this??
cuz I looked around and I only found sone tuts 'bout tomcat4 or old stuff..
I'm currently runnin' jboss-325 with tomca5.. so, that's it..
ta 4 any reply.. :)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852164#3852164

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852164


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user