Can't verify simple install.

2000-09-22 Thread /dev/null



NT 4.0 EESP6a, IIS 4.0
JRun 2.3
I let the install run as normal. I had to 
go to the IIS web setup and associate .jrun with the jrun.dll in the 
IIS_ROOT\scripts directory (the jrun.dll was already there).

Now I'm a little confused as to which exact 
directory my servlets should be in for me to run them and why they aren't coming 
up. There are several "samples" already set up in JRun\servlets, but none 
of them come up. I try www.myserver.com/servlets/SimpleServlet, 
www.myserver.com/servlets/SimpleServlet.JRun, www.myserver.com/SimpleServlet 
etc... but I can't get anything to come up. I've even compiled a simple 
"HelloWorld" and stuck it in just about every "servlets" directory I've found 
under JRun, but no combination of URL brings it up. I'm always getting 
HTTP 404 - File not found

What's wrong? What directory should I be 
putting the compiled servlets in? If I have a servlet there, what would 
prevent it from coming up correctly?

Thanks!


Re: Can't verify simple install.

2000-09-22 Thread Mattias Reichel

Use
www.myserver.com/servlet/SimpleServlet
and not
www.myserver.com/servlets/SimpleServlet

Mattias Reichel

- Original Message - 
From: "/dev/null" [EMAIL PROTECTED]
To: "JRun-Talk" [EMAIL PROTECTED]
Sent: Friday, September 22, 2000 9:36 AM
Subject: Can't verify simple install.


 This is a multi-part message in MIME format.
 
 --=_NextPart_000_002B_01C0243D.DFD7A2F0
 Content-Type: text/plain;
 charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 NT 4.0 EE SP6a, IIS 4.0
 JRun 2.3
 I let the install run as normal.  I had to go to the IIS web setup and =
 associate .jrun with the jrun.dll in the IIS_ROOT\scripts directory (the =
 jrun.dll was already there).
 
 Now I'm a little confused as to which exact directory my servlets should =
 be in for me to run them and why they aren't coming up.  There are =
 several "samples" already set up in JRun\servlets, but none of them come =
 up.  I try www.myserver.com/servlets/SimpleServlet, =
 www.myserver.com/servlets/SimpleServlet.JRun, =
 www.myserver.com/SimpleServlet etc... but I can't get anything to come =
 up.  I've even compiled a simple "HelloWorld" and stuck it in just about =
 every "servlets" directory I've found under JRun, but no combination of =
 URL brings it up.  I'm always getting HTTP 404 - File not found
 
 What's wrong?  What directory should I be putting the compiled servlets =
 in?  If I have a servlet there, what would prevent it from coming up =
 correctly?
 
 Thanks!
 
 --=_NextPart_000_002B_01C0243D.DFD7A2F0
 Content-Type: text/html;
 charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 
 !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
 HTMLHEAD
 META content=3D"text/html; charset=3Diso-8859-1" =
 http-equiv=3DContent-Type
 META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR
 STYLE/STYLE
 /HEAD
 BODY bgColor=3D#ff
 DIVFONT face=3DVerdana size=3D2NT 4.0 EEnbsp;SP6a, IIS =
 4.0/FONT/DIV
 DIVFONT face=3DVerdana size=3D2JRun 2.3/FONT/DIV
 DIVFONT face=3DVerdana size=3D2I let the install run as =
 normal.nbsp; I had to=20
 go to the IIS web setup and associate .jrun with the jrun.dll in the=20
 IIS_ROOT\scripts directory (the jrun.dll was already =
 there)./FONT/DIV
 DIVnbsp;/DIV
 DIVFONT face=3DVerdana size=3D2Now I'm a little confused as to which =
 exact=20
 directory my servlets should be in for me to run them and why they =
 aren't coming=20
 up.nbsp; There are several "samples" already set up in JRun\servlets, =
 but none=20
 of them come up.nbsp; I try www.myserver.com/servlets/SimpleServlet,=20
 www.myserver.com/servlets/SimpleServlet.JRun, =
 www.myserver.com/SimpleServlet=20
 etc... but I can't get anything to come up.nbsp; I've even compiled a =
 simple=20
 "HelloWorld" and stuck it in just about every "servlets" directory I've =
 found=20
 under JRun, but no combination of URL brings it up.nbsp; I'm always =
 getting=20
 HTTP 404 - File not found/FONT/DIV
 DIVnbsp;/DIV
 DIVFONT face=3DVerdana size=3D2What's wrong?nbsp; What directory =
 should I be=20
 putting the compiled servlets in?nbsp; If I have a servlet there, what =
 would=20
 prevent it from coming up correctly?/FONT/DIV
 DIVnbsp;/DIV
 DIVFONT face=3DVerdana size=3D2Thanks!/FONT/DIV/BODY/HTML
 
 --=_NextPart_000_002B_01C0243D.DFD7A2F0--
 
 --
 Archives: http://www.egroups.com/group/jrun-interest/
 Unsubscribe: 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/jrun_talk
 or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.
 


--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebarRstsbodyRsts/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.



Session question!

2000-09-22 Thread Louis



Hi,
 I have a question about the 
session. Here is my test page.

-
File Name : 
mainframe1.jsp
htmlheadtitleUntitled 
Document/titlemeta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1"/headframeset rows="*" cols="200,*" 
frameborder="NO" border="0" framespacing="0"  
frame name="page1" noresize scrolling="NO" 
src="page1.jsp" frame name="page2" src="page2.jsp" 
marginwidth="0" marginheight="0" 
/framesetnoframes/noframesbody 
bgcolor="#FF"

/body/html

-
File name: page1.jsp
htmlheadtitleUntitled 
Document/titlemeta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1"/head

body bgcolor="#FF"form 
name="form1" method="post" action="TestController" input 
type="submit" name="Submit" value="Submit" input type="hidden" 
name="cmd" value ="page3" input type="hidden" name="token" 
value="%=request.getAttribute("token")%"pnbsp;/ppnbsp;/ppSession 
Id: %=request.getAttribute("sid")% 
/p/form/body/html
-
File Name : page 2

htmlheadtitleUntitled 
Document/titlemeta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1"/head

body bgcolor="#FF"form 
name="form1" method="post" action="TestController" input 
type="submit" name="Submit" value="Submit" input type="hidden" 
name="cmd" value ="page4" input type="hidden" name="token" 
value="%=request.getAttribute("token")%" 
pnbsp;/ppnbsp;/ppSession 
Id: %=request.getAttribute("sid")% 
/p/form/body/html
-
File Name : page 3

htmlheadtitleUntitled 
Document/titlemeta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1"/head

body bgcolor="#FF"form name="form1" method="post" 
action="TestController" target="_top" input type="submit" 
name="Submit" value="Submit" input type="hidden" name="cmd" 
value ="mainFrame2" input type="hidden" name="token" 
value="%=request.getAttribute("token")%"pnbsp;/ppnbsp;/ppSession 
Id: %=request.getAttribute("sid")% 
/p/form/body/html
-
File Name : page 4

htmlheadtitleUntitled 
Document/titlemeta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1"/head

body bgcolor="#FF"form name="form1" method="post" 
action="TestController" target="_top" input 
type="submit" name="Submit" value="Submit" input type="hidden" 
name="cmd" value ="mainFrame2" input type="hidden" 
name="token" value="%=request.getAttribute("token")%" 
pnbsp;/ppnbsp;/ppSession 
Id: %=request.getAttribute("sid")% 
/p/form/body/html



Session question!

2000-09-22 Thread Louis



Hi, I have a question about 
session. Here is my test page. Actually, page1.jsp = page2.jsp, 
page3.jsp = page4.jsp and page5.jsp = page6.jsp. My problem is, when I 
click submit in page3 or page4, i get a null session id. But I click 
submit in page5 or page6, I get the same session id with page1 or 
page2. Why?? Is it after a change to mainframe2, the session 
will lost? Please help me to get the session in page3 or 
page4.   Thanks.  
Louis  
-File 
Name : TestController.java Servlet

import java.io.*;import 
javax.servlet.*;import javax.servlet.http.*;import 
java.util.*;

public class TestController extends HttpServlet 
{

public static String ERRORPAGE = "error.jsp" 
;public static String JSPDIR = "/jsp/" ;public 
void init(ServletConfig config) throws ServletException 
{super.init(config);}public void 
service(HttpServletRequest req, HttpServletResponse res)throws 
ServletException, IOException {String 
next;String cmd = null;try 
{cmd = 
req.getParameter("cmd");HttpSession s = 
req.getSession(true) 
;req.setAttribute("sid",s.getId()) 
;next = 
cmd+".jsp";}catch (Exception e) 
{req.setAttribute("javax.servlet.jsp.jspException", 
e);next = 
ERRORPAGE;}RequestDispatcher 
rd;rd = 
getServletContext().getRequestDispatcher(JSPDIR + 
next);rd.forward(req, res);}}

 
-File 
Name : mainframe1.jsphtmlheadtitleUntitled 
Document/titlemeta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1"/headframeset rows="*" cols="200,*" 
frameborder="NO" border="0" framespacing="0"  
frame name="page1" noresize scrolling="NO" 
src="page1.jsp" frame name="page2" src="page2.jsp" 
marginwidth="0" marginheight="0" 
/framesetnoframes/noframesbody 
bgcolor="#FF"

/body/html



-File 
Name : page1.jsp

htmlheadtitleUntitled 
Document/titlemeta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1"/head

body bgcolor="#FF"form 
name="form1" method="post" action="TestController" input 
type="submit" name="Submit" value="Submit" input type="hidden" 
name="cmd" value 
="page3"pnbsp;/ppnbsp;/ppSession 
Id: %=request.getAttribute("sid")% 
/p/form/body/html-File 
Name : page2.jsp

htmlheadtitleUntitled 
Document/titlemeta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1"/head

body bgcolor="#FF"form 
name="form1" method="post" action="TestController" input 
type="submit" name="Submit" value="Submit" input type="hidden" 
name="cmd" value ="page4" 
pnbsp;/ppnbsp;/ppSession 
Id: %=request.getAttribute("sid")% 
/p/form/body/html

-File 
Name : page3.jsp

htmlheadtitleUntitled 
Document/titlemeta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1"/head

body bgcolor="#FF"form 
name="form1" method="post" action="TestController" target="_top" 
input type="submit" name="Submit" value="Submit" input 
type="hidden" name="cmd" value 
="mainFrame2"pnbsp;/ppnbsp;/ppSession 
Id: %=request.getAttribute("sid")% 
/p/form/body/html

-File 
Name : page4.jsp

htmlheadtitleUntitled 
Document/titlemeta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1"/head

body bgcolor="#FF"form 
name="form1" method="post" action="TestController" 
target="_top" input type="submit" name="Submit" 
value="Submit" input type="hidden" name="cmd" value 
="mainFrame2" 
pnbsp;/ppnbsp;/ppSession 
Id: %=request.getAttribute("sid")% 
/p/form/body/html

-File 
Name : mainframe2.jsp

htmlheadtitleUntitled 
Document/titlemeta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1"/headframeset rows="*" cols="200,*" 
frameborder="NO" border="0" framespacing="0"  
frame name="page5" noresize scrolling="NO" 
src="page5.jsp" frame name="page6" src="page6.jsp" 
marginwidth="0" marginheight="0" 
/framesetnoframes/noframesbody 
bgcolor="#FF"

/body/html

-File 
Name : page5.jsp

htmlheadtitleUntitled 
Document/titlemeta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1"/head

body bgcolor="#FF"form 
name="form1" method="post" action="TestController" input 
type="hidden" name="cmd" value ="result" input type="submit" 
name="Submit" value="Submit" 
pnbsp;/ppnbsp;/ppSession 
Id: %=request.getAttribute("sid")% 
/p/form/body/html


Session Question!

2000-09-22 Thread Louis

Hi,
  I have a question about session.  Here is my test page.
  Actually, page1.jsp = page2.jsp, page3.jsp = page4.jsp and page5.jsp =
page6.jsp.
  My problem is, when I click submit in page3 or page4, i get a null session
id. But
  I click submit in page5 or page6, I get the same session id with page1 or
page2.
  Why??  Is it after a change to mainframe2, the session will lost?
  Please help me to get the session in page3 or page4.


  Thanks.


Louis
(The first mail got some problem, hope this main can read)


-
File Name : TestController.java Servlet

import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
import java.util.*;

public class TestController extends HttpServlet {

 public static String ERRORPAGE = "error.jsp" ;
 public static String JSPDIR = "/jsp/" ;

 public void init(ServletConfig config) throws ServletException {
  super.init(config);
 }

 public void service(HttpServletRequest req, HttpServletResponse res)
  throws ServletException, IOException {
   String next;
   String cmd = null;
   try {
cmd = req.getParameter("cmd");
HttpSession s = req.getSession(true) ;
req.setAttribute("sid",s.getId()) ;
next = cmd+".jsp";
   }
   catch (Exception e) {
req.setAttribute("javax.servlet.jsp.jspException", e);
next = ERRORPAGE;
   }
   RequestDispatcher rd;

   rd = getServletContext().getRequestDispatcher(JSPDIR + next);
   rd.forward(req, res);
 }
}



-
File Name : mainframe1.jsp
html
head
titleUntitled Document/title
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
/head
frameset rows="*" cols="200,*" frameborder="NO" border="0"
framespacing="0"
frame name="page1" noresize scrolling="NO" src="page1.jsp"
frame name="page2" src="page2.jsp" marginwidth="0" marginheight="0"
  /framesetnoframes/noframes
body bgcolor="#FF"

/body
/html




-
File Name : page1.jsp

html
head
titleUntitled Document/title
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
/head

body bgcolor="#FF"
form name="form1" method="post" action="TestController"
  input type="submit" name="Submit" value="Submit"
  input type="hidden" name="cmd" value ="page3"
pnbsp;/p
pnbsp;/p
pSession Id: %=request.getAttribute("sid")% /p
/form
/body
/html

-
File Name : page2.jsp

html
head
titleUntitled Document/title
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
/head

body bgcolor="#FF"
form name="form1" method="post" action="TestController"
  input type="submit" name="Submit" value="Submit"
  input type="hidden" name="cmd" value ="page4"
  pnbsp;/p
pnbsp;/p
pSession Id: %=request.getAttribute("sid")% /p
/form
/body
/html


-
File Name : page3.jsp

html
head
titleUntitled Document/title
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
/head

body bgcolor="#FF"
form name="form1" method="post" action="TestController" target="_top"
  input type="submit" name="Submit" value="Submit"
  input type="hidden" name="cmd" value ="mainFrame2"
pnbsp;/p
pnbsp;/p
pSession Id: %=request.getAttribute("sid")% /p
/form
/body
/html


-
File Name : page4.jsp

html
head
titleUntitled Document/title
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
/head

body bgcolor="#FF"
form name="form1" method="post" action="TestController"  target="_top"
  input type="submit" name="Submit" value="Submit"
  input type="hidden" name="cmd" value ="mainFrame2"
  pnbsp;/p
pnbsp;/p
pSession Id: %=request.getAttribute("sid")% /p
/form
/body
/html


-
File Name : mainframe2.jsp

html
head
titleUntitled Document/title
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
/head
frameset rows="*" cols="200,*" frameborder="NO" border="0"
framespacing="0"
frame name="page5" noresize scrolling="NO" src="page5.jsp"
frame name="page6" src="page6.jsp" marginwidth="0" marginheight="0"
  /framesetnoframes/noframes
body bgcolor="#FF"

/body
/html


-
File Name : page5.jsp

html
head
titleUntitled Document/title
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"
/head

body bgcolor="#FF"
form name="form1" method="post" action="TestController"
  input type="hidden" name="cmd" value 

Re: Can't verify simple install.

2000-09-22 Thread /dev/null

It gave me the same results.

How can I verify that JSE is getting the servlet request?

- Original Message -
From: "Mattias Reichel" [EMAIL PROTECTED]
To: "JRun-Talk" [EMAIL PROTECTED]
Sent: Friday, September 22, 2000 3:16 AM
Subject: Re: Can't verify simple install.


Use
www.myserver.com/servlet/SimpleServlet
and not
www.myserver.com/servlets/SimpleServlet

Mattias Reichel

- Original Message -
From: "/dev/null" [EMAIL PROTECTED]
To: "JRun-Talk" [EMAIL PROTECTED]
Sent: Friday, September 22, 2000 9:36 AM
Subject: Can't verify simple install.


 This is a multi-part message in MIME format.

 --=_NextPart_000_002B_01C0243D.DFD7A2F0
 Content-Type: text/plain;
 charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable

 NT 4.0 EE SP6a, IIS 4.0
 JRun 2.3
 I let the install run as normal.  I had to go to the IIS web setup and =
 associate .jrun with the jrun.dll in the IIS_ROOT\scripts directory (the =
 jrun.dll was already there).

 Now I'm a little confused as to which exact directory my servlets should =
 be in for me to run them and why they aren't coming up.  There are =
 several "samples" already set up in JRun\servlets, but none of them come =
 up.  I try www.myserver.com/servlets/SimpleServlet, =
 www.myserver.com/servlets/SimpleServlet.JRun, =
 www.myserver.com/SimpleServlet etc... but I can't get anything to come =
 up.  I've even compiled a simple "HelloWorld" and stuck it in just about =
 every "servlets" directory I've found under JRun, but no combination of =
 URL brings it up.  I'm always getting HTTP 404 - File not found

 What's wrong?  What directory should I be putting the compiled servlets =
 in?  If I have a servlet there, what would prevent it from coming up =
 correctly?

 Thanks!

 --=_NextPart_000_002B_01C0243D.DFD7A2F0
 Content-Type: text/html;
 charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable

 !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
 HTMLHEAD
 META content=3D"text/html; charset=3Diso-8859-1" =
 http-equiv=3DContent-Type
 META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR
 STYLE/STYLE
 /HEAD
 BODY bgColor=3D#ff
 DIVFONT face=3DVerdana size=3D2NT 4.0 EEnbsp;SP6a, IIS =
 4.0/FONT/DIV
 DIVFONT face=3DVerdana size=3D2JRun 2.3/FONT/DIV
 DIVFONT face=3DVerdana size=3D2I let the install run as =
 normal.nbsp; I had to=20
 go to the IIS web setup and associate .jrun with the jrun.dll in the=20
 IIS_ROOT\scripts directory (the jrun.dll was already =
 there)./FONT/DIV
 DIVnbsp;/DIV
 DIVFONT face=3DVerdana size=3D2Now I'm a little confused as to which =
 exact=20
 directory my servlets should be in for me to run them and why they =
 aren't coming=20
 up.nbsp; There are several "samples" already set up in JRun\servlets, =
 but none=20
 of them come up.nbsp; I try www.myserver.com/servlets/SimpleServlet,=20
 www.myserver.com/servlets/SimpleServlet.JRun, =
 www.myserver.com/SimpleServlet=20
 etc... but I can't get anything to come up.nbsp; I've even compiled a =
 simple=20
 "HelloWorld" and stuck it in just about every "servlets" directory I've =
 found=20
 under JRun, but no combination of URL brings it up.nbsp; I'm always =
 getting=20
 HTTP 404 - File not found/FONT/DIV
 DIVnbsp;/DIV
 DIVFONT face=3DVerdana size=3D2What's wrong?nbsp; What directory =
 should I be=20
 putting the compiled servlets in?nbsp; If I have a servlet there, what =
 would=20
 prevent it from coming up correctly?/FONT/DIV
 DIVnbsp;/DIV
 DIVFONT face=3DVerdana size=3D2Thanks!/FONT/DIV/BODY/HTML

 --=_NextPart_000_002B_01C0243D.DFD7A2F0--

 --

 Archives: http://www.egroups.com/group/jrun-interest/
 Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/jrun_talk
 or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.




--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=stsbody=sts/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.


--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.



RE: JRun Aborting!

2000-09-22 Thread Regina Moore

I don't know much about NT, but I do know that I received that same error
quite a bit on UNIX.  What caused the error was that I was starting the JRun
server using nohup, but I was not stopping it first.  Don't know if that
applies or even helps, but it's worth a shot.

-Original Message-
From: Eric Bradburn [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 21, 2000 6:37 PM
To: JRun-Talk
Subject: JRun Aborting!


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--_=_NextPart_001_01C0241C.7AE36602
Content-Type: text/plain;
charset="iso-8859-1"

Hi, All. 
Thanks in advance for looking at this. I just installed JRun 3.0 and I set
the port for the admin server to 8000 and I kept getting the JRun aborting
error so I changed the port to 8081 in the .ini file and the
local.properties file but I still get the same error as shown below in the
log file. Does anyone have any ideas on what I should do. I'm running on
NT/PWS platform.
JRun Aborting! [javax.servlet.ServletException: Port in use by another
service or process: 8081] 
Thanks again, Eric 


--_=_NextPart_001_01C0241C.7AE36602
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
HTML
HEAD
META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1"
META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2650.12"
TITLEJRun Aborting!/TITLE
/HEAD
BODY

PFONT FACE=3D"Times New Roman"Hi, All. /FONT
BRFONT FACE=3D"Times New Roman"Thanks in advance for looking at =
this. I just installed JRun 3.0 and I set the port for the admin server =
to 8000 and I kept getting the JRun aborting error so I changed the =
port to 8081 in the .ini file and the local.properties file but I still =
get the same error as shown below in the log file. Does anyone have any =
ideas on what I should do. I'm running on NT/PWS platform./FONT/P

PFONT FACE=3D"Times New Roman"JRun Aborting! =
[javax.servlet.ServletException: Port in use by another service or =
process: 8081] /FONT
BRFONT FACE=3D"Times New Roman"Thanks again, Eric /FONT
/P

/BODY
/HTML
--_=_NextPart_001_01C0241C.7AE36602--

--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.
--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.



Re: JRun Aborting!

2000-09-22 Thread tom muck

If you're running JRun as a service, trying to start it from the start menu will
cause it to abort every time.  You have to stop/start it from Control Panels 
Services.

tom

- Original Message -
From: "Regina Moore" [EMAIL PROTECTED]
To: "JRun-Talk" [EMAIL PROTECTED]
Sent: Friday, September 22, 2000 8:45 AM
Subject: RE: JRun Aborting!


 I don't know much about NT, but I do know that I received that same error
 quite a bit on UNIX.  What caused the error was that I was starting the JRun
 server using nohup, but I was not stopping it first.  Don't know if that
 applies or even helps, but it's worth a shot.

 -Original Message-
 From: Eric Bradburn [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, September 21, 2000 6:37 PM
 To: JRun-Talk
 Subject: JRun Aborting!


 This message is in MIME format. Since your mail reader does not understand
 this format, some or all of this message may not be legible.

 --_=_NextPart_001_01C0241C.7AE36602
 Content-Type: text/plain;
 charset="iso-8859-1"

 Hi, All.
 Thanks in advance for looking at this. I just installed JRun 3.0 and I set
 the port for the admin server to 8000 and I kept getting the JRun aborting
 error so I changed the port to 8081 in the .ini file and the
 local.properties file but I still get the same error as shown below in the
 log file. Does anyone have any ideas on what I should do. I'm running on
 NT/PWS platform.
 JRun Aborting! [javax.servlet.ServletException: Port in use by another
 service or process: 8081]
 Thanks again, Eric


 --_=_NextPart_001_01C0241C.7AE36602
 Content-Type: text/html;
 charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable

 !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"
 HTML
 HEAD
 META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
 charset=3Diso-8859-1"
 META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
 5.5.2650.12"
 TITLEJRun Aborting!/TITLE
 /HEAD
 BODY

 PFONT FACE=3D"Times New Roman"Hi, All. /FONT
 BRFONT FACE=3D"Times New Roman"Thanks in advance for looking at =
 this. I just installed JRun 3.0 and I set the port for the admin server =
 to 8000 and I kept getting the JRun aborting error so I changed the =
 port to 8081 in the .ini file and the local.properties file but I still =
 get the same error as shown below in the log file. Does anyone have any =
 ideas on what I should do. I'm running on NT/PWS platform./FONT/P

 PFONT FACE=3D"Times New Roman"JRun Aborting! =
 [javax.servlet.ServletException: Port in use by another service or =
 process: 8081] /FONT
 BRFONT FACE=3D"Times New Roman"Thanks again, Eric /FONT
 /P

 /BODY
 /HTML
 --_=_NextPart_001_01C0241C.7AE36602--
 
 --
 Archives: http://www.egroups.com/group/jrun-interest/
 Unsubscribe:
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/jrun_talk
 or send a message to [EMAIL PROTECTED] with 'unsubscribe'
 in the body.
 --
 Archives: http://www.egroups.com/group/jrun-interest/
 Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/jrun_talk
 or send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.



RE: Can't verify simple install.

2000-09-22 Thread Regina Moore

Place your servlet class files in the web application root\web-inf\classes
directory.  For example, if you are using the default web application, just
put your servlets in the JRun root
dir\servers\default\default-app\web-inf\classes directory.
Also, to make sure everything is set up correctly you might want to make
sure you can view HTML files that are in your web application root
directory.  You should be able to type in http://localhost/application to
get a list of all (if any) files there.  

-Original Message-
From: /dev/null [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 22, 2000 7:34 AM
To: JRun-Talk
Subject: Re: Can't verify simple install.


It gave me the same results.

How can I verify that JSE is getting the servlet request?

- Original Message -
From: "Mattias Reichel" [EMAIL PROTECTED]
To: "JRun-Talk" [EMAIL PROTECTED]
Sent: Friday, September 22, 2000 3:16 AM
Subject: Re: Can't verify simple install.


Use
www.myserver.com/servlet/SimpleServlet
and not
www.myserver.com/servlets/SimpleServlet

Mattias Reichel

- Original Message -
From: "/dev/null" [EMAIL PROTECTED]
To: "JRun-Talk" [EMAIL PROTECTED]
Sent: Friday, September 22, 2000 9:36 AM
Subject: Can't verify simple install.


 This is a multi-part message in MIME format.

 --=_NextPart_000_002B_01C0243D.DFD7A2F0
 Content-Type: text/plain;
 charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable

 NT 4.0 EE SP6a, IIS 4.0
 JRun 2.3
 I let the install run as normal.  I had to go to the IIS web setup and =
 associate .jrun with the jrun.dll in the IIS_ROOT\scripts directory (the =
 jrun.dll was already there).

 Now I'm a little confused as to which exact directory my servlets should =
 be in for me to run them and why they aren't coming up.  There are =
 several "samples" already set up in JRun\servlets, but none of them come =
 up.  I try www.myserver.com/servlets/SimpleServlet, =
 www.myserver.com/servlets/SimpleServlet.JRun, =
 www.myserver.com/SimpleServlet etc... but I can't get anything to come =
 up.  I've even compiled a simple "HelloWorld" and stuck it in just about =
 every "servlets" directory I've found under JRun, but no combination of =
 URL brings it up.  I'm always getting HTTP 404 - File not found

 What's wrong?  What directory should I be putting the compiled servlets =
 in?  If I have a servlet there, what would prevent it from coming up =
 correctly?

 Thanks!

 --=_NextPart_000_002B_01C0243D.DFD7A2F0
 Content-Type: text/html;
 charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable

 !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
 HTMLHEAD
 META content=3D"text/html; charset=3Diso-8859-1" =
 http-equiv=3DContent-Type
 META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR
 STYLE/STYLE
 /HEAD
 BODY bgColor=3D#ff
 DIVFONT face=3DVerdana size=3D2NT 4.0 EEnbsp;SP6a, IIS =
 4.0/FONT/DIV
 DIVFONT face=3DVerdana size=3D2JRun 2.3/FONT/DIV
 DIVFONT face=3DVerdana size=3D2I let the install run as =
 normal.nbsp; I had to=20
 go to the IIS web setup and associate .jrun with the jrun.dll in the=20
 IIS_ROOT\scripts directory (the jrun.dll was already =
 there)./FONT/DIV
 DIVnbsp;/DIV
 DIVFONT face=3DVerdana size=3D2Now I'm a little confused as to which =
 exact=20
 directory my servlets should be in for me to run them and why they =
 aren't coming=20
 up.nbsp; There are several "samples" already set up in JRun\servlets, =
 but none=20
 of them come up.nbsp; I try www.myserver.com/servlets/SimpleServlet,=20
 www.myserver.com/servlets/SimpleServlet.JRun, =
 www.myserver.com/SimpleServlet=20
 etc... but I can't get anything to come up.nbsp; I've even compiled a =
 simple=20
 "HelloWorld" and stuck it in just about every "servlets" directory I've =
 found=20
 under JRun, but no combination of URL brings it up.nbsp; I'm always =
 getting=20
 HTTP 404 - File not found/FONT/DIV
 DIVnbsp;/DIV
 DIVFONT face=3DVerdana size=3D2What's wrong?nbsp; What directory =
 should I be=20
 putting the compiled servlets in?nbsp; If I have a servlet there, what =
 would=20
 prevent it from coming up correctly?/FONT/DIV
 DIVnbsp;/DIV
 DIVFONT face=3DVerdana size=3D2Thanks!/FONT/DIV/BODY/HTML

 --=_NextPart_000_002B_01C0243D.DFD7A2F0--

 --

 Archives: http://www.egroups.com/group/jrun-interest/
 Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/jrun_talk
 or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.




--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=stsbody=sts/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.



--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe:

Re: Can't verify simple install.

2000-09-22 Thread /dev/null

Here's the directories off of my JRun root:

bin
classes
connectors
contrib
docs
examples
instantdb
jdk1.2
jsm-default
lib
properties
servlets
uninst

I can't find any "servers" directory, even searching through the sub-dirs.

Isn't there a log file somewhere that will tell me at least when JRun is
getting a servlet request?  Maybe JRun's not getting anything from IIS.

/dev/null
[EMAIL PROTECTED]

- Original Message -
From: "Regina Moore" [EMAIL PROTECTED]
To: "JRun-Talk" [EMAIL PROTECTED]
Sent: Friday, September 22, 2000 8:15 AM
Subject: RE: Can't verify simple install.


 Place your servlet class files in the web application
root\web-inf\classes
 directory.  For example, if you are using the default web application,
just
 put your servlets in the JRun root
 dir\servers\default\default-app\web-inf\classes directory.
 Also, to make sure everything is set up correctly you might want to make
 sure you can view HTML files that are in your web application root
 directory.  You should be able to type in http://localhost/application
to
 get a list of all (if any) files there.

 -Original Message-
 From: /dev/null [mailto:[EMAIL PROTECTED]]
 Sent: Friday, September 22, 2000 7:34 AM
 To: JRun-Talk
 Subject: Re: Can't verify simple install.


 It gave me the same results.

 How can I verify that JSE is getting the servlet request?

 - Original Message -
 From: "Mattias Reichel" [EMAIL PROTECTED]
 To: "JRun-Talk" [EMAIL PROTECTED]
 Sent: Friday, September 22, 2000 3:16 AM
 Subject: Re: Can't verify simple install.


 Use
 www.myserver.com/servlet/SimpleServlet
 and not
 www.myserver.com/servlets/SimpleServlet

 Mattias Reichel

 - Original Message -
 From: "/dev/null" [EMAIL PROTECTED]
 To: "JRun-Talk" [EMAIL PROTECTED]
 Sent: Friday, September 22, 2000 9:36 AM
 Subject: Can't verify simple install.


  This is a multi-part message in MIME format.
 
  --=_NextPart_000_002B_01C0243D.DFD7A2F0
  Content-Type: text/plain;
  charset="iso-8859-1"
  Content-Transfer-Encoding: quoted-printable
 
  NT 4.0 EE SP6a, IIS 4.0
  JRun 2.3
  I let the install run as normal.  I had to go to the IIS web setup and =
  associate .jrun with the jrun.dll in the IIS_ROOT\scripts directory (the
=
  jrun.dll was already there).
 
  Now I'm a little confused as to which exact directory my servlets should
=
  be in for me to run them and why they aren't coming up.  There are =
  several "samples" already set up in JRun\servlets, but none of them come
=
  up.  I try www.myserver.com/servlets/SimpleServlet, =
  www.myserver.com/servlets/SimpleServlet.JRun, =
  www.myserver.com/SimpleServlet etc... but I can't get anything to come =
  up.  I've even compiled a simple "HelloWorld" and stuck it in just about
=
  every "servlets" directory I've found under JRun, but no combination of
=
  URL brings it up.  I'm always getting HTTP 404 - File not found
 
  What's wrong?  What directory should I be putting the compiled servlets
=
  in?  If I have a servlet there, what would prevent it from coming up =
  correctly?
 
  Thanks!
 
  --=_NextPart_000_002B_01C0243D.DFD7A2F0
  Content-Type: text/html;
  charset="iso-8859-1"
  Content-Transfer-Encoding: quoted-printable
 
  !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
  HTMLHEAD
  META content=3D"text/html; charset=3Diso-8859-1" =
  http-equiv=3DContent-Type
  META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR
  STYLE/STYLE
  /HEAD
  BODY bgColor=3D#ff
  DIVFONT face=3DVerdana size=3D2NT 4.0 EEnbsp;SP6a, IIS =
  4.0/FONT/DIV
  DIVFONT face=3DVerdana size=3D2JRun 2.3/FONT/DIV
  DIVFONT face=3DVerdana size=3D2I let the install run as =
  normal.nbsp; I had to=20
  go to the IIS web setup and associate .jrun with the jrun.dll in the=20
  IIS_ROOT\scripts directory (the jrun.dll was already =
  there)./FONT/DIV
  DIVnbsp;/DIV
  DIVFONT face=3DVerdana size=3D2Now I'm a little confused as to which
=
  exact=20
  directory my servlets should be in for me to run them and why they =
  aren't coming=20
  up.nbsp; There are several "samples" already set up in JRun\servlets, =
  but none=20
  of them come up.nbsp; I try www.myserver.com/servlets/SimpleServlet,=20
  www.myserver.com/servlets/SimpleServlet.JRun, =
  www.myserver.com/SimpleServlet=20
  etc... but I can't get anything to come up.nbsp; I've even compiled a =
  simple=20
  "HelloWorld" and stuck it in just about every "servlets" directory I've
=
  found=20
  under JRun, but no combination of URL brings it up.nbsp; I'm always =
  getting=20
  HTTP 404 - File not found/FONT/DIV
  DIVnbsp;/DIV
  DIVFONT face=3DVerdana size=3D2What's wrong?nbsp; What directory =
  should I be=20
  putting the compiled servlets in?nbsp; If I have a servlet there, what
=
  would=20
  prevent it from coming up correctly?/FONT/DIV
  DIVnbsp;/DIV
  DIVFONT face=3DVerdana size=3D2Thanks!/FONT/DIV/BODY/HTML
 
  --=_NextPart_000_002B_01C0243D.DFD7A2F0--
 

 

RE: destroy() not getting called?

2000-09-22 Thread Peacock, Michael

Brian - 

destroy() is the flipside of init(), and is called by the servlet engine
when the servlet is being unloaded.  

If you want to ensure some processing always occurs in your doGet, doPost,
or service methods, use try - catch - finally blocks, and put the code you
need to execute in the finally.  

HTH, Michael


 -Original Message-
 From: Brian J. Sayatovic [mailto:[EMAIL PROTECTED]]
 Sent: Friday, September 22, 2000 8:41 AM
 To: JRun-Talk
 Subject: destroy() not getting called?
 
 
 How can I ensure that destroy() is getting called in my 
 servlets.  I made a
 simpistic example that simply prints to System.out, but 
 'detory' calls are
 not showing up in the log.  Is there anything that could be 
 interferring
 with destory begin called?
 
 I'm using JRun 2.3.3 on NT4-SP6 with PWS.
 
 --
 Brian J. Sayatovic
 mailto:[EMAIL PROTECTED]
 
 --
 
 Archives: http://www.egroups.com/group/jrun-interest/
 Unsubscribe: 
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=list
 s/jrun_talk
 or send a message to [EMAIL PROTECTED] with 
 'unsubscribe' in the body.
 
--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.



RE: Can't verify simple install.

2000-09-22 Thread Moore, Jim

ahh--understandable. unfortunatly the free developer version of jrun 3 is
limited to 3 concurrent connections.

in my experience, it is much, much, much better that jrun 2.3. in fact
though i love jrun 3, i would personally run tomcat and apache over jrun 2.3
and iis if jrun 3 is not an option.

-Original Message-
From: /dev/null [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 22, 2000 10:42 AM
To: JRun-Talk
Subject: Re: Can't verify simple install.


It came free with a book I purchased.  Is there a "free" version of 3.0 that
will run production (_not_ just testing)?

/dev/null
[EMAIL PROTECTED]

- Original Message -
From: "Moore, Jim" [EMAIL PROTECTED]
To: "JRun-Talk" [EMAIL PROTECTED]
Sent: Friday, September 22, 2000 9:27 AM
Subject: RE: Can't verify simple install.


 why are you installing performing a new install of jrun 2.3 instead of
 moving to jrun 3?

 -Original Message-
 From: /dev/null [mailto:[EMAIL PROTECTED]]
 Sent: Friday, September 22, 2000 10:22 AM
 To: JRun-Talk
 Subject: Re: Can't verify simple install.


 Here's the directories off of my JRun root:

 bin
 classes
 connectors
 contrib
 docs
 examples
 instantdb
 jdk1.2
 jsm-default
 lib
 properties
 servlets
 uninst

 I can't find any "servers" directory, even searching through the sub-dirs.

 Isn't there a log file somewhere that will tell me at least when JRun is
 getting a servlet request?  Maybe JRun's not getting anything from IIS.

 /dev/null
 [EMAIL PROTECTED]

 - Original Message -
 From: "Regina Moore" [EMAIL PROTECTED]
 To: "JRun-Talk" [EMAIL PROTECTED]
 Sent: Friday, September 22, 2000 8:15 AM
 Subject: RE: Can't verify simple install.


  Place your servlet class files in the web application
 root\web-inf\classes
  directory.  For example, if you are using the default web application,
 just
  put your servlets in the JRun root
  dir\servers\default\default-app\web-inf\classes directory.
  Also, to make sure everything is set up correctly you might want to make
  sure you can view HTML files that are in your web application root
  directory.  You should be able to type in http://localhost/application
 to
  get a list of all (if any) files there.
 
  -Original Message-
  From: /dev/null [mailto:[EMAIL PROTECTED]]
  Sent: Friday, September 22, 2000 7:34 AM
  To: JRun-Talk
  Subject: Re: Can't verify simple install.
 
 
  It gave me the same results.
 
  How can I verify that JSE is getting the servlet request?
 
  - Original Message -
  From: "Mattias Reichel" [EMAIL PROTECTED]
  To: "JRun-Talk" [EMAIL PROTECTED]
  Sent: Friday, September 22, 2000 3:16 AM
  Subject: Re: Can't verify simple install.
 
 
  Use
  www.myserver.com/servlet/SimpleServlet
  and not
  www.myserver.com/servlets/SimpleServlet
 
  Mattias Reichel
 
  - Original Message -
  From: "/dev/null" [EMAIL PROTECTED]
  To: "JRun-Talk" [EMAIL PROTECTED]
  Sent: Friday, September 22, 2000 9:36 AM
  Subject: Can't verify simple install.
 
 
   This is a multi-part message in MIME format.
  
   --=_NextPart_000_002B_01C0243D.DFD7A2F0
   Content-Type: text/plain;
   charset="iso-8859-1"
   Content-Transfer-Encoding: quoted-printable
  
   NT 4.0 EE SP6a, IIS 4.0
   JRun 2.3
   I let the install run as normal.  I had to go to the IIS web setup and
=
   associate .jrun with the jrun.dll in the IIS_ROOT\scripts directory
(the
 =
   jrun.dll was already there).
  
   Now I'm a little confused as to which exact directory my servlets
should
 =
   be in for me to run them and why they aren't coming up.  There are =
   several "samples" already set up in JRun\servlets, but none of them
come
 =
   up.  I try www.myserver.com/servlets/SimpleServlet, =
   www.myserver.com/servlets/SimpleServlet.JRun, =
   www.myserver.com/SimpleServlet etc... but I can't get anything to come
=
   up.  I've even compiled a simple "HelloWorld" and stuck it in just
about
 =
   every "servlets" directory I've found under JRun, but no combination
of
 =
   URL brings it up.  I'm always getting HTTP 404 - File not found
  
   What's wrong?  What directory should I be putting the compiled
servlets
 =
   in?  If I have a servlet there, what would prevent it from coming up =
   correctly?
  
   Thanks!
  
   --=_NextPart_000_002B_01C0243D.DFD7A2F0
   Content-Type: text/html;
   charset="iso-8859-1"
   Content-Transfer-Encoding: quoted-printable
  
   !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
   HTMLHEAD
   META content=3D"text/html; charset=3Diso-8859-1" =
   http-equiv=3DContent-Type
   META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR
   STYLE/STYLE
   /HEAD
   BODY bgColor=3D#ff
   DIVFONT face=3DVerdana size=3D2NT 4.0 EEnbsp;SP6a, IIS =
   4.0/FONT/DIV
   DIVFONT face=3DVerdana size=3D2JRun 2.3/FONT/DIV
   DIVFONT face=3DVerdana size=3D2I let the install run as =
   normal.nbsp; I had to=20
   go to the IIS web setup and associate .jrun with the jrun.dll in
the=20
   IIS_ROOT\scripts directory (the 

RE: release date for the SP

2000-09-22 Thread Jeff Stevens

According to Paula Long of Allaire, it will be out early next week...

-Jeff

 -Original Message-
 From: Chris Heinemann [mailto:[EMAIL PROTECTED]]
 Sent: Friday, September 22, 2000 10:08 AM
 To: JRun-Talk
 Subject: release date for the SP
 
 
 Hi,
 
 We have some fixes that management wants to implement.  These fixes are
 hinging SP1.  Does anyone have an idea on a time frame?
 
 Thank you,
 Chris Heinemann
 Internet Administrator, Horace Mann
 
 --
 
 Archives: http://www.egroups.com/group/jrun-interest/
 Unsubscribe: 
 http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/jrun_talk
 or send a message to [EMAIL PROTECTED] with 
 'unsubscribe' in the body.
--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.



Re: Can't verify simple install.

2000-09-22 Thread /dev/null

yes, I'm about ready to run tomcat.  I had started to do that first, but I
wanted to see how JRun went.  Obviously it's not going too good.

Thanks!

- Original Message -
From: "Moore, Jim" [EMAIL PROTECTED]
To: "JRun-Talk" [EMAIL PROTECTED]
Sent: Friday, September 22, 2000 9:57 AM
Subject: RE: Can't verify simple install.


 ahh--understandable. unfortunatly the free developer version of jrun 3 is
 limited to 3 concurrent connections.

 in my experience, it is much, much, much better that jrun 2.3. in fact
 though i love jrun 3, i would personally run tomcat and apache over jrun
2.3
 and iis if jrun 3 is not an option.

 -Original Message-
 From: /dev/null [mailto:[EMAIL PROTECTED]]
 Sent: Friday, September 22, 2000 10:42 AM
 To: JRun-Talk
 Subject: Re: Can't verify simple install.


 It came free with a book I purchased.  Is there a "free" version of 3.0
that
 will run production (_not_ just testing)?

 /dev/null
 [EMAIL PROTECTED]

 - Original Message -
 From: "Moore, Jim" [EMAIL PROTECTED]
 To: "JRun-Talk" [EMAIL PROTECTED]
 Sent: Friday, September 22, 2000 9:27 AM
 Subject: RE: Can't verify simple install.


  why are you installing performing a new install of jrun 2.3 instead of
  moving to jrun 3?
 
  -Original Message-
  From: /dev/null [mailto:[EMAIL PROTECTED]]
  Sent: Friday, September 22, 2000 10:22 AM
  To: JRun-Talk
  Subject: Re: Can't verify simple install.
 
 
  Here's the directories off of my JRun root:
 
  bin
  classes
  connectors
  contrib
  docs
  examples
  instantdb
  jdk1.2
  jsm-default
  lib
  properties
  servlets
  uninst
 
  I can't find any "servers" directory, even searching through the
sub-dirs.
 
  Isn't there a log file somewhere that will tell me at least when JRun is
  getting a servlet request?  Maybe JRun's not getting anything from IIS.
 
  /dev/null
  [EMAIL PROTECTED]
 
  - Original Message -
  From: "Regina Moore" [EMAIL PROTECTED]
  To: "JRun-Talk" [EMAIL PROTECTED]
  Sent: Friday, September 22, 2000 8:15 AM
  Subject: RE: Can't verify simple install.
 
 
   Place your servlet class files in the web application
  root\web-inf\classes
   directory.  For example, if you are using the default web application,
  just
   put your servlets in the JRun root
   dir\servers\default\default-app\web-inf\classes directory.
   Also, to make sure everything is set up correctly you might want to
make
   sure you can view HTML files that are in your web application root
   directory.  You should be able to type in
http://localhost/application
  to
   get a list of all (if any) files there.
  
   -Original Message-
   From: /dev/null [mailto:[EMAIL PROTECTED]]
   Sent: Friday, September 22, 2000 7:34 AM
   To: JRun-Talk
   Subject: Re: Can't verify simple install.
  
  
   It gave me the same results.
  
   How can I verify that JSE is getting the servlet request?
  
   - Original Message -
   From: "Mattias Reichel" [EMAIL PROTECTED]
   To: "JRun-Talk" [EMAIL PROTECTED]
   Sent: Friday, September 22, 2000 3:16 AM
   Subject: Re: Can't verify simple install.
  
  
   Use
   www.myserver.com/servlet/SimpleServlet
   and not
   www.myserver.com/servlets/SimpleServlet
  
   Mattias Reichel
  
   - Original Message -
   From: "/dev/null" [EMAIL PROTECTED]
   To: "JRun-Talk" [EMAIL PROTECTED]
   Sent: Friday, September 22, 2000 9:36 AM
   Subject: Can't verify simple install.
  
  
This is a multi-part message in MIME format.
   
--=_NextPart_000_002B_01C0243D.DFD7A2F0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
   
NT 4.0 EE SP6a, IIS 4.0
JRun 2.3
I let the install run as normal.  I had to go to the IIS web setup
and
 =
associate .jrun with the jrun.dll in the IIS_ROOT\scripts directory
 (the
  =
jrun.dll was already there).
   
Now I'm a little confused as to which exact directory my servlets
 should
  =
be in for me to run them and why they aren't coming up.  There are =
several "samples" already set up in JRun\servlets, but none of them
 come
  =
up.  I try www.myserver.com/servlets/SimpleServlet, =
www.myserver.com/servlets/SimpleServlet.JRun, =
www.myserver.com/SimpleServlet etc... but I can't get anything to
come
 =
up.  I've even compiled a simple "HelloWorld" and stuck it in just
 about
  =
every "servlets" directory I've found under JRun, but no combination
 of
  =
URL brings it up.  I'm always getting HTTP 404 - File not found
   
What's wrong?  What directory should I be putting the compiled
 servlets
  =
in?  If I have a servlet there, what would prevent it from coming up
=
correctly?
   
Thanks!
   
--=_NextPart_000_002B_01C0243D.DFD7A2F0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
   
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META content=3D"text/html; 

RE: Testing installation

2000-09-22 Thread Steve Penella

To get started and test your jsp's and servlets you can use the default app
that comes with JRun

1) directory-where-JRun-is installed\servers\default\default-app
2) http:\\localhost:8100\mytest.jsp (8100 is the default port of the
built-in JRun web server)
3) Using the default app   directory-where-JRun-is
installed\servers\default\default-app\WEB-INF\classes
4) Don't need to set any classpaths using above 3 steps, Jrun handles this
for you automatically.

Steve

-Original Message-
From: Sabi Humphrey [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 22, 2000 11:28 AM
To: JRun-Talk
Subject: Testing installation


Hi

I have just installed JRun 3.0 on windows 98. The demo
application works fine. Now I want to test my own jsp
and servlet files. The jsp is developed on notepad and
the servlets are developed on jbuilder. My questions:
1. where do I place my jsp files for them to be
accessed and compiled by JRun.
2. What url do i use to see the jsp in the browser.
3. which folder should hold my servlet classes for
JRun to be able to access and use them.
4.Any hints on where to set the class paths (if needed
for this test) will be very helpful.

thanks in advance
Muki



Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie

--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.
--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.



http access log for JRUN 3.0?

2000-09-22 Thread A . Koehorst

Hi,

We are using JRUN 3.0 with the JRUN http-server. It seems as if the
HTTP-server does not generate an access log (2.3 did). Is there a switch
somewhere to turn the access log on? 

Cheers, 

Andre 
--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.



Problems with JRun and CFServer

2000-09-22 Thread D Gilliland

Ok the problem is that when I have a CF page with
CFGrid,JRun is trying to run the applet
(cfGridFormApplet.class) instead of CFServer, any
suggestions on getting JRun to ignore this?

__
Do You Yahoo!?
Send instant messages  get email alerts with Yahoo! Messenger.
http://im.yahoo.com/
--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.



How to modify Deploy.properties

2000-09-22 Thread trilok

Hi,

any one working on JRUn with EJB 1.1 ? If please tell me how to prepare
manifest file and deploy.propertie..  ple..ple.. it is URGENT for me



regards
trilok







begin:vcard 
n:Kantheti;Trilok
x-mozilla-html:FALSE
org:Softalia;EJB Wing
adr:;;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Software Engg
x-mozilla-cpt:;0
fn:Trilok Kantheti
end:vcard



RE: Testing installation

2000-09-22 Thread Dubchak, John

Using the default server?

JSP's go in:
servers/{your_server}/default-app

Servlets go in:
servers/{your_server}/default-app/Web-inf/classes

-Original Message-
From: Sabi Humphrey [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 22, 2000 10:28 AM
To: JRun-Talk
Subject: Testing installation


Hi

I have just installed JRun 3.0 on windows 98. The demo
application works fine. Now I want to test my own jsp
and servlet files. The jsp is developed on notepad and
the servlets are developed on jbuilder. My questions:
1. where do I place my jsp files for them to be
accessed and compiled by JRun.
2. What url do i use to see the jsp in the browser.
3. which folder should hold my servlet classes for
JRun to be able to access and use them.
4.Any hints on where to set the class paths (if needed
for this test) will be very helpful.

thanks in advance
Muki



Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie

--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.
--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.



anybody working on JRUN3.0 for EJB1.1

2000-09-22 Thread trilok

Hi

any one working on JRUN 3.0 with ejb 1.1

how to modify manifest file for deploy..

regards
trilok



begin:vcard 
n:Kantheti;Trilok
x-mozilla-html:FALSE
org:Softalia;EJB Wing
adr:;;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Software Engg
x-mozilla-cpt:;0
fn:Trilok Kantheti
end:vcard